org.apache.deltaspike.security.spi.authentication
Interface AuthenticatorSelector
public interface AuthenticatorSelector
Selects which Authenticator implementation is used to manage the authentication process
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.