Package net.larsan.norna.service.user

User service.

See:
          Description

Interface Summary
Authenticator The authenticator is a simple interface for authenticating a user.
IndirectionCallback A call back for JAAS login modules offering Norna indirective authentication.
IndirectionFactory An indirection factory makes indirections for services.
LoginListener The login listener will be called when a Subject is succefully authenticated.
LoginSession The login session represents a subject and its session within the Norna framework.
UserHandle The user service is intended as a thin layer on top of the JAAS specification.
 

Class Summary
Indirection An indirection is a base class for indirective password verificators.
LoginEvent This event details what subject has been authenticated by the user service.
NullIndirection Trivial indirection.
UserPermission A permission used by the user service to checkaccess to the UserHandle methods.
 

Exception Summary
AuthenticationFailedException Authentication of a user failed.
IndirectionUnavailableException A simple exception that declares that indirection is unavailable.
NoSuchUserException This exception signal that a user does not exist.
 

Package net.larsan.norna.service.user Description

User service. This service should be used to authenticate users in a framework installation.