Uses of Interface
org.apache.deltaspike.security.spi.authentication.Authenticator

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

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

Classes in org.apache.deltaspike.security.spi.authentication that implement Authenticator
 class BaseAuthenticator
          Abstract base class that Authenticator implementations can extend for convenience.
 

Methods in org.apache.deltaspike.security.spi.authentication that return Authenticator
 Authenticator AuthenticatorSelector.getSelectedAuthenticator()
           
 

Methods in org.apache.deltaspike.security.spi.authentication that return types with arguments of type Authenticator
 Class<? extends Authenticator> AuthenticatorSelector.getAuthenticatorClass()
           
 

Method parameters in org.apache.deltaspike.security.spi.authentication with type arguments of type Authenticator
 void AuthenticatorSelector.setAuthenticatorClass(Class<? extends Authenticator> authenticatorClass)
           
 



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