This class represents the instantaneous state of the system at a given time.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface State : DOFImmutable
The DOFSystemState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | getAuthorizeException | Get the last authorization exception for this system, if any. |
![]() | getCredentials |
Return the credentials associated with a system, or null if the system
is not secure.
|
![]() | getName | Get this system's name. |
![]() | getPermissions | Return the permissions of the system. |
![]() | getRemoteDomain | Get the remote domain scope associated with the system if there is one. |
![]() | isAuthorized | Get Whether the system is authorized or not. |
![]() | isPermissionsExtendAllowed | Get whether the system is allowed to extend the initial permission set. |
![]() | isTunnelDomains | Get whether or not the system is allowed to see tunneled operations if it has permission in that tunnel.
|
Remarks
See Also