public interface SecuritySubject extends Serializable
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
address()
Gets subject connection address.
|
default Certificate[] |
certificates()
Gets subject client certificates, or
null if SSL were not used or client certificate checking not enabled. |
UUID |
id()
Gets subject ID.
|
Object |
login()
Login provided via subject security credentials.
|
SecurityPermissionSet |
permissions()
Authorized permission set for the subject.
|
SecuritySubjectType |
type()
Gets subject type for node.
|
UUID id()
SecuritySubjectType type()
Object login()
InetSocketAddress address()
InetSocketAddress
representing connection IP and port.default Certificate[] certificates()
null
if SSL were not used or client certificate checking not enabled.SecurityPermissionSet permissions()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024