public class AuthenticationContext extends Object
Constructor and Description |
---|
AuthenticationContext() |
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
address()
Gets subject network address.
|
void |
address(InetSocketAddress addr)
Sets subject network address.
|
SecurityCredentials |
credentials()
Gets security credentials.
|
void |
credentials(SecurityCredentials credentials)
Sets security credentials.
|
UUID |
subjectId()
Gets subject ID.
|
void |
subjectId(UUID subjId)
Sets subject ID.
|
SecuritySubjectType |
subjectType()
Gets subject type.
|
void |
subjectType(SecuritySubjectType subjType)
Sets subject type.
|
public SecuritySubjectType subjectType()
public void subjectType(SecuritySubjectType subjType)
subjType
- Subject type.public UUID subjectId()
public void subjectId(UUID subjId)
subjId
- Subject ID.public SecurityCredentials credentials()
public void credentials(SecurityCredentials credentials)
credentials
- Security credentials.public InetSocketAddress address()
public void address(InetSocketAddress addr)
addr
- Subject network address.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015