Package ch.tocco.nice2.security.spi.auth
package ch.tocco.nice2.security.spi.auth
-
ClassDescriptionAbstract implementation of an
AuthenticationHandler
that supports authentication ofUsernamePasswordCredentials
.An AuthenticationHandler can authenticate a givenChallenge
using the suppliedCredentials
.Adapter implementingAuthenticationHandler
interface with empty methods.Attributes set inAuthenticationCancelledException
used byAuthenticationHandler
s of this module.A challenge is the information gathered byAuthenticationHandler
s while in process of authenticating a subject.SimpleUsernamePasswordCredentials
holding information in String objects.Stores user specific data as used for authentication.This interface allows retrieval of user-specific data.SimpleUsernamePasswordCredentials
holding information in String objects.Strategy that validates a username/password combination.A simpleCredentials
for presenting username and password.