|
Class Summary |
| AbstractAuthenticationProvider |
A skeletal implementation of an authentication provider. |
| AbstractAuthorizationProvider |
A skeletal implementation of an authorization provider. |
| AbstractEditableAuthenticationProvider |
Skeleton implementation of an editable authentication module. |
| AbstractSecurityProvider |
A skeletal implementation of a security provider. |
| AuthenticationChangeEvent |
Event that signals that a security object has been removed or renamed. |
| CompositeSecurityProvider |
Security provider implementation that wraps a arbitrary authentication and
authorization modules. |
| DefaultLoginProvider |
Default implementation of WebServiceLoginProvider. |
| DefaultTicket |
Default implementation of a ticket. |
| FileAuthenticationProvider |
Authentication module that stores user, password, group and role information
on the file system. |
| FileAuthorizationProvider |
Authorization module that uses the file system to store the ACL. |
| FileSecurityProvider |
This class implements security provider using file system to store the
password and acl information. |
| FSGroup |
This class defines the group. |
| FSRole |
This class defines the FSRole. |
| FSUser |
This class defines the user. |
| Group |
This class defines the group. |
| IdentityInfo |
This class defines the identity info. |
| LoginEvent |
The event can be accessed from the listener to add additional properties. |
| Permission |
Default implementation of permission. |
| Role |
This class defines the role. |
| SecurityEngine |
This class is a factory class, which creates a SecurityProvider
instance depending on the configuration of system
security using EM Gui. |
| SecurityModule |
This class authenticates end users with a principal and credential. |
| SRIdentityFinder |
SRIdentityFinder, the finder in sree module for identities like User, Group,
Role, etc. |
| SRPrincipal |
This class implements java.security.Principal to represent
any entity, such as an individual, a corporation, and a login id. |
| User |
This class defines the user. |
| VirtualAuthenticationProvider |
Virtual authentication module. |
| VirtualAuthorizationProvider |
Virtual authorization module. |
| VirtualSecurityProvider |
VirtualSecurityProvider. |