public class SASLGSSAPIMechanism extends SASLJavaXMechanism
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
sc| Constructor and Description |
|---|
SASLGSSAPIMechanism() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
int |
getPriority() |
protected java.util.Map<java.lang.String,java.lang.String> |
getSaslProps() |
protected java.lang.String |
getServerName()
GSSAPI differs from all other SASL mechanism such that it required the FQDN host name as
server name and not the serviceName (At least that is what old code comments of Smack tell
us).
|
SASLGSSAPIMechanism |
newInstance() |
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationTextpublic static final java.lang.String NAME
public java.lang.String getName()
getName in class SASLJavaXMechanismprotected java.util.Map<java.lang.String,java.lang.String> getSaslProps()
getSaslProps in class SASLJavaXMechanismprotected java.lang.String getServerName()
getServerName in class SASLJavaXMechanismpublic int getPriority()
getPriority in class org.jivesoftware.smack.sasl.SASLMechanismpublic SASLGSSAPIMechanism newInstance()
newInstance in class org.jivesoftware.smack.sasl.SASLMechanism