public static interface DOFSystem.State extends DOFImmutable
Modifier and Type | Method and Description |
---|---|
DOFException |
getAuthorizeException()
Get the last authorization exception for this system, if any.
|
DOFCredentials |
getCredentials()
Return the credentials associated with a system, or null if the system
is not secure.
|
java.lang.String |
getName()
Get this system's name.
|
DOFPermissionSet |
getPermissions()
Return the permissions of the system.
|
DOFSecurityScope |
getRemoteDomain()
Get the remote domain scope associated with the system if there is one.
|
boolean |
isAuthorized()
Get Whether the system is authorized or not.
|
boolean |
isPermissionsExtendAllowed()
Get whether the system is allowed to extend the initial permission set.
|
boolean |
isTunnelDomains()
Get whether or not the system is allowed to see tunneled operations if it has permission in that tunnel.
|
DOFCredentials getCredentials()
DOFSecurityScope getRemoteDomain()
java.lang.String getName()
DOFPermissionSet getPermissions()
boolean isPermissionsExtendAllowed()
boolean isTunnelDomains()
boolean isAuthorized()
DOFException getAuthorizeException()
isAuthorized()
is true.