Interface | Description |
---|---|
Principal |
This interface represents the abstract notion of a principal, which can be used to represent a
set of permissions on the system.
|
Class | Description |
---|---|
EverybodyPrincipal |
Principal used for permissions granted to everyone, regardless of an authenticated subject.
|
Permission |
Abstract class for representing access to a system resource.
|
SimplePrincipal |
A very simple principal.
|
Copyright © 2015. All rights reserved.