Uses of Class
org.apache.deltaspike.security.spi.authentication.Authenticator.AuthenticationStatus

Packages that use Authenticator.AuthenticationStatus
org.apache.deltaspike.security.spi.authentication   
 

Uses of Authenticator.AuthenticationStatus in org.apache.deltaspike.security.spi.authentication
 

Methods in org.apache.deltaspike.security.spi.authentication that return Authenticator.AuthenticationStatus
 Authenticator.AuthenticationStatus BaseAuthenticator.getStatus()
           
 Authenticator.AuthenticationStatus Authenticator.getStatus()
           
static Authenticator.AuthenticationStatus Authenticator.AuthenticationStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Authenticator.AuthenticationStatus[] Authenticator.AuthenticationStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.deltaspike.security.spi.authentication with parameters of type Authenticator.AuthenticationStatus
protected  void BaseAuthenticator.setStatus(Authenticator.AuthenticationStatus status)
           
 



Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.