org.apache.deltaspike.security.spi.authentication
Interface AuthenticatorSelector


public interface AuthenticatorSelector

Selects which Authenticator implementation is used to manage the authentication process


Method Summary
 Class<? extends Authenticator> getAuthenticatorClass()
           
 String getAuthenticatorName()
           
 Authenticator getSelectedAuthenticator()
           
 void setAuthenticatorClass(Class<? extends Authenticator> authenticatorClass)
           
 void setAuthenticatorName(String authenticatorName)
           
 

Method Detail

getAuthenticatorClass

Class<? extends Authenticator> getAuthenticatorClass()

setAuthenticatorClass

void setAuthenticatorClass(Class<? extends Authenticator> authenticatorClass)

getAuthenticatorName

String getAuthenticatorName()

setAuthenticatorName

void setAuthenticatorName(String authenticatorName)

getSelectedAuthenticator

Authenticator getSelectedAuthenticator()


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