public static class PlainSaslServer.ExternalAuthenticationCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
Constructor and Description |
---|
ExternalAuthenticationCallback(AuthenticationProviderFactory.AuthMethods authMethod,
java.lang.String userName,
java.lang.String passwd) |
Modifier and Type | Method and Description |
---|---|
AuthenticationProviderFactory.AuthMethods |
getAuthMethod() |
java.lang.String |
getPasswd() |
java.lang.String |
getUserName() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean authenticated) |
public ExternalAuthenticationCallback(AuthenticationProviderFactory.AuthMethods authMethod, java.lang.String userName, java.lang.String passwd)
public AuthenticationProviderFactory.AuthMethods getAuthMethod()
public java.lang.String getUserName()
public java.lang.String getPasswd()
public void setAuthenticated(boolean authenticated)
public boolean isAuthenticated()
Copyright © 2012 The Apache Software Foundation