Package org.talika.tarsis.security

This package contains security interfaces and classes of architecture.

See:
          Description

Interface Summary
Authenticator Interface that defines an authenticator component in Tarsis MVC Framework.
Authorizator Interface that defines an authorizator component in Tarsis MVC Framework.
Role Interface that defines a role in Tarsis MVC Framework.
SecuritySession Interface that defines a security session in Tarsis MVC Framework.
User Interface that defines an user in Tarsis MVC Framework.
 

Class Summary
AuthenticatorService Base implementation of Authenticator interface.
AuthorizatorService Base implementation of Authorizator interface.
RoleImpl Implementation of Role interface.
SecuritySessionImpl Implementation of SecuritySession interface.
SecuritySessionManager Utility class to manage common tasks with security session.
UserImpl Implementatio of User interface.
 

Exception Summary
AuthenticationFailedException Thrown by the Tarsis MVC Framework to indicate that authentication failed.
AuthenticationRequiredException Thrown by the Tarsis MVC Framework to indicate that authentication is required.
ForbiddenAccessException Thrown by the Tarsis MVC Framework to indicate that access authorization failed.
SecurityException Thrown by the Tarsis MVC Framework to indicate a security problem.
 

Package org.talika.tarsis.security Description

This package contains security interfaces and classes of architecture.



Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.