|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.ldap.client.api.SaslRequest
org.apache.directory.ldap.client.api.GssApiRequest
public class GssApiRequest
Holds the data required to complete the GSS-API SASL operation
| Field Summary | |
|---|---|
protected String |
kdcHost
The KDC host |
protected int |
kdcPort
The KDC port |
protected String |
krb5ConfFilePath
The krb5.conf file absolute path |
protected String |
loginContextName
The name for the LoginContext object |
protected Configuration |
loginModuleConfiguration
The Configuration object for LoginModule |
| Fields inherited from class org.apache.directory.ldap.client.api.SaslRequest |
|---|
authorizationId, controls, credentials, mutualAuthentication, qualityOfProtection, realmName, saslMechanism, securityStrength, username |
| Constructor Summary | |
|---|---|
GssApiRequest()
Creates a new instance of GssApiRequest. |
|
| Method Summary | |
|---|---|
String |
getKdcHost()
Gets the KDC host. |
int |
getKdcPort()
Gets the KDC port. |
String |
getKrb5ConfFilePath()
Gets the (absolute) path to the 'krb5.conf' file. |
String |
getLoginContextName()
Gets the name for the LoginContext object. |
Configuration |
getLoginModuleConfiguration()
Gets the Configuration object for Login Module. |
void |
setKdcHost(String kdcHost)
Sets the KDC host. |
void |
setKdcPort(int kdcPort)
Sets the KDC port. |
void |
setKrb5ConfFilePath(String krb5ConfFilePath)
Sets the (absolute) path to the 'krb5.conf' file. |
void |
setLoginContextName(String loginContextName)
Sets the name for the LoginContext object. |
void |
setLoginModuleConfiguration(Configuration loginModuleConfiguration)
Sets the Configuration object for Login Module. |
void |
setRealmName(String realmName)
Sets the realm name. |
| Methods inherited from class org.apache.directory.ldap.client.api.SaslRequest |
|---|
addAllControls, addControl, getAuthorizationId, getControls, getCredentials, getQualityOfProtection, getRealmName, getSaslMechanism, getSecurityStrength, getUsername, isMutualAuthentication, setAuthorizationId, setCredentials, setCredentials, setMutualAuthentication, setQualityOfProtection, setSaslMechanism, setSecurityStrength, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String kdcHost
protected int kdcPort
protected String krb5ConfFilePath
protected String loginContextName
LoginContext object
protected Configuration loginModuleConfiguration
Configuration object for LoginModule
| Constructor Detail |
|---|
public GssApiRequest()
| Method Detail |
|---|
public String getKdcHost()
public int getKdcPort()
public String getKrb5ConfFilePath()
public String getLoginContextName()
LoginContext object.
LoginContext objectpublic Configuration getLoginModuleConfiguration()
Configuration object for Login Module.
Configuration object for Login Modulepublic void setKdcHost(String kdcHost)
kdcHost - the KDC hostpublic void setKdcPort(int kdcPort)
kdcPort - the KDC portpublic void setKrb5ConfFilePath(String krb5ConfFilePath)
krb5ConfFilePath - the (absolute) path to the 'krb5.conf' filepublic void setLoginContextName(String loginContextName)
LoginContext object.
loginContextName - the name for the LoginContext objectpublic void setLoginModuleConfiguration(Configuration loginModuleConfiguration)
Configuration object for Login Module.
loginModuleConfiguration - the Configuration object for Login Modulepublic void setRealmName(String realmName)
setRealmName in class SaslRequestrealmName - The realm name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||