org.jboss.picketlink.cdi.authentication
Interface AuthenticatorSelector
public interface AuthenticatorSelector
Selects which Authenticator implementation is used to manage the authentication process
- Author:
- Shane Bryzak
getAuthenticatorClass
Class<? extends Authenticator> getAuthenticatorClass()
setAuthenticatorClass
void setAuthenticatorClass(Class<? extends Authenticator> authenticatorClass)
getAuthenticatorName
String getAuthenticatorName()
setAuthenticatorName
void setAuthenticatorName(String authenticatorName)
getSelectedAuthenticator
Authenticator getSelectedAuthenticator()
Copyright © 2012. All Rights Reserved.