Style Intelligence v12.0

Package inetsoft.sree.security

Interface Summary
AuthenticationChangeListener Listener that is notified when a security object is removed or renamed.
AuthenticationProvider Interface for classes that provide authentication services to a security provider.
AuthorizationProvider Interface for classes that provide access control services to a security provider.
EditableAuthenticationProvider Interface for authentication providers that allow their users, groups, and roles to be modified.
LoginListener This listener is invoked whenever a user logs in.
SecurityGui This interface defines some common graphical user interface for handling the login, logout and changing password.
SecurityProvider This interface defines the API for security provider.
WebServiceLoginProvider Interface that handles the authentication of a web service client.
 

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.
 

Exception Summary
AuthenticatorCommunicationException Exception that signals that there was a problem communicating with the authentication provider.
PasswordResetException Exception that signals that the administrator's password has been reset and the user must re-authenticate.
SecurityException Generate security excption
SRSecurityException Generate security excption
 


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.