public class UserIdentityNegotiationRequest
extends java.lang.Object
Request| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_JSON_WEB_TOKEN |
static int |
TYPE_KERBEROS |
static int |
TYPE_SAML |
static int |
TYPE_USERNAME |
static int |
TYPE_USERNAME_PASSWORD |
| Constructor and Description |
|---|
UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
byte[] userIdentity) |
UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
byte[] userIdentity,
byte[] passCode) |
UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
java.lang.String userIdentity) |
UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
java.lang.String userIdentity,
java.lang.String passCode) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPassCode() |
byte[] |
getUserIdentity() |
int |
getUserIdentityType()
The user identity type.
|
java.lang.String |
getUserIdentityTypeString()
A String representation of user identity type.
|
boolean |
isPositiveResponseRequested() |
public static final int TYPE_USERNAME
public static final int TYPE_USERNAME_PASSWORD
public static final int TYPE_KERBEROS
public static final int TYPE_SAML
public static final int TYPE_JSON_WEB_TOKEN
public UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
java.lang.String userIdentity)
public UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
java.lang.String userIdentity,
java.lang.String passCode)
public UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
byte[] userIdentity)
public UserIdentityNegotiationRequest(int userIdentityType,
boolean positiveResponseRequested,
byte[] userIdentity,
byte[] passCode)
public int getUserIdentityType()
TYPE_USERNAME, TYPE_USERNAME_PASSWORD, TYPE_KERBEROS, TYPE_SAML or TYPE_JSON_WEB_TOKENpublic java.lang.String getUserIdentityTypeString()
public boolean isPositiveResponseRequested()
public byte[] getUserIdentity()
public byte[] getPassCode()