org.ldaptive.sasl
Class GssApiConfig

java.lang.Object
  extended by org.ldaptive.AbstractConfig
      extended by org.ldaptive.sasl.SaslConfig
          extended by org.ldaptive.sasl.GssApiConfig

public class GssApiConfig
extends SaslConfig

Contains all the configuration data for SASL GSSAPI authentication.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

Field Summary
 
Fields inherited from class org.ldaptive.AbstractConfig
logger
 
Constructor Summary
GssApiConfig()
          Default constructor.
 
Method Summary
 String getRealm()
          Returns the sasl realm.
 void setRealm(String realm)
          Sets the sasl realm.
 String toString()
          
 
Methods inherited from class org.ldaptive.sasl.SaslConfig
getAuthorizationId, getMechanism, getMutualAuthentication, getQualityOfProtection, getSecurityStrength, setAuthorizationId, setMechanism, setMutualAuthentication, setQualityOfProtection, setSecurityStrength
 
Methods inherited from class org.ldaptive.AbstractConfig
checkImmutable, checkStringInput, makeImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GssApiConfig

public GssApiConfig()
Default constructor.

Method Detail

getRealm

public String getRealm()
Returns the sasl realm.

Returns:
realm

setRealm

public void setRealm(String realm)
Sets the sasl realm.

Parameters:
realm - realm

toString

public String toString()

Overrides:
toString in class SaslConfig


Copyright © 2003-2015 Virginia Tech. All Rights Reserved.