|
||||||||||
| 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 Configuration |
loginModuleConfiguration
The Configuration object for Login Module |
| 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. |
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 |
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 Configuration loginModuleConfiguration
Configuration object for Login Module
| Constructor Detail |
|---|
public GssApiRequest()
| Method Detail |
|---|
public Configuration getLoginModuleConfiguration()
Configuration object for Login Module.
Configuration object for Login Modulepublic String getKdcHost()
public int getKdcPort()
public String getKrb5ConfFilePath()
public void setLoginModuleConfiguration(Configuration loginModuleConfiguration)
Configuration object for Login Module.
loginModuleConfiguration - the 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 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 | |||||||||