Package org.wildfly.security.auth.client
Class PeerIdentity.Configuration
- java.lang.Object
-
- org.wildfly.security.auth.client.PeerIdentity.Configuration
-
- Enclosing class:
- PeerIdentity
public static final class PeerIdentity.Configuration extends Object
The opaque configuration to apply to a peer identity.
-
-
Field Summary
Fields Modifier and Type Field Description private PeerIdentityContext
context
private boolean
terminated
private Thread
thread
-
Constructor Summary
Constructors Constructor Description Configuration(PeerIdentityContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) PeerIdentityContext
getContext()
(package private) void
terminate()
-
-
-
Field Detail
-
context
private final PeerIdentityContext context
-
thread
private final Thread thread
-
terminated
private boolean terminated
-
-
Constructor Detail
-
Configuration
Configuration(PeerIdentityContext context)
-
-
Method Detail
-
getContext
PeerIdentityContext getContext()
-
terminate
void terminate()
-
-