Package | Description |
---|---|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Method and Description |
---|---|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.addAdditionalAuthParam(String name,
String value)
Adds the provided additional authentication parameter to the list of
parameters to be passed to the underlying mechanism implementation.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.addControl(Control control) |
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.addQOP(String... qopValues)
Adds the provided quality of protection (QOP) values to the ordered list
of QOP values that the client is willing to accept.
|
static GSSAPISASLBindRequest |
Requests.copyOfGSSAPISASLBindRequest(GSSAPISASLBindRequest request)
Creates a new GSSAPI SASL bind request that is an exact copy of the
provided request.
|
static GSSAPISASLBindRequest |
Requests.newGSSAPISASLBindRequest(String authenticationID,
byte[] password)
Creates a new GSSAPI SASL bind request having the provided authentication
ID and password, but no realm, KDC address, or authorization ID.
|
static GSSAPISASLBindRequest |
Requests.newGSSAPISASLBindRequest(String authenticationID,
char[] password)
Creates a new GSSAPI SASL bind request having the provided authentication
ID and password, but no realm, KDC address, or authorization ID.
|
static GSSAPISASLBindRequest |
Requests.newGSSAPISASLBindRequest(Subject subject)
Creates a new GSSAPI SASL bind request having the provided subject, but
no authorization ID.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setAuthenticationID(String authenticationID)
Sets the authentication ID of the user, which should be the user's
Kerberos principal.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setAuthorizationID(String authorizationID)
Sets the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setKDCAddress(String address)
Sets the optional address of the Kerberos KDC (Key Distribution Center).
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setMaxReceiveBufferSize(int size)
Sets the maximum size of the receive buffer in bytes.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setMaxSendBufferSize(int size)
Sets the maximum size of the send buffer in bytes.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setPassword(byte[] password)
Sets the password of the user that the client wishes to bind as.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setPassword(char[] password)
Sets the password of the user that the client wishes to bind as.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setRealm(String realm)
Sets the optional realm containing the user's account.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setServerAuth(boolean serverAuth)
Specifies whether the server must authenticate to the client.
|
GSSAPISASLBindRequest |
GSSAPISASLBindRequest.setSubject(Subject subject)
Sets the Kerberos subject of the user to be authenticated.
|
static GSSAPISASLBindRequest |
Requests.unmodifiableGSSAPISASLBindRequest(GSSAPISASLBindRequest request)
Creates an unmodifiable GSSAPI SASL bind request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static GSSAPISASLBindRequest |
Requests.copyOfGSSAPISASLBindRequest(GSSAPISASLBindRequest request)
Creates a new GSSAPI SASL bind request that is an exact copy of the
provided request.
|
static GSSAPISASLBindRequest |
Requests.unmodifiableGSSAPISASLBindRequest(GSSAPISASLBindRequest request)
Creates an unmodifiable GSSAPI SASL bind request of the provided request.
|
Copyright 2010-2017 ForgeRock AS.