public interface AuthenticatorSelector
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Authenticator> |
getAuthenticatorClass() |
String |
getAuthenticatorName() |
Authenticator |
getSelectedAuthenticator() |
void |
setAuthenticatorClass(Class<? extends Authenticator> authenticatorClass) |
void |
setAuthenticatorName(String authenticatorName) |
Class<? extends Authenticator> getAuthenticatorClass()
void setAuthenticatorClass(Class<? extends Authenticator> authenticatorClass)
String getAuthenticatorName()
void setAuthenticatorName(String authenticatorName)
Authenticator getSelectedAuthenticator()
Copyright © 2013. All Rights Reserved.