public class IdentityRQ extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
KERBEROS |
static int |
SAML |
static int |
USERNAME |
static int |
USERNAME_PASSCODE |
| Constructor and Description |
|---|
IdentityRQ(int type,
boolean rspReq,
byte[] primaryField) |
IdentityRQ(int type,
boolean rspReq,
byte[] primaryField,
byte[] secondaryField) |
IdentityRQ(String username,
boolean rspReq) |
IdentityRQ(String username,
char[] passcode) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPasscode() |
byte[] |
getPrimaryField() |
byte[] |
getSecondaryField() |
int |
getType() |
String |
getUsername() |
boolean |
isPositiveResponseRequested() |
int |
length() |
String |
toString() |
public static final int USERNAME
public static final int USERNAME_PASSCODE
public static final int KERBEROS
public static final int SAML
public IdentityRQ(int type,
boolean rspReq,
byte[] primaryField,
byte[] secondaryField)
public IdentityRQ(int type,
boolean rspReq,
byte[] primaryField)
public IdentityRQ(String username, char[] passcode)
public IdentityRQ(String username, boolean rspReq)
public final int getType()
public final boolean isPositiveResponseRequested()
public final byte[] getPrimaryField()
public final byte[] getSecondaryField()
public final String getUsername()
public final char[] getPasscode()
public int length()
Copyright © 2021. All rights reserved.