public class UserIdentityRQ extends Object
Modifier and Type | Field and Description |
---|---|
static int |
KERBEROS |
private byte[] |
primaryField |
private boolean |
rspReq |
static int |
SAML |
private byte[] |
secondaryField |
private int |
type |
private static String[] |
TYPES |
static int |
USERNAME |
static int |
USERNAME_PASSCODE |
Constructor and Description |
---|
UserIdentityRQ(int type,
boolean rspReq,
byte[] primaryField) |
UserIdentityRQ(int type,
boolean rspReq,
byte[] primaryField,
byte[] secondaryField) |
UserIdentityRQ(String username,
boolean rspReq) |
UserIdentityRQ(String username,
char[] passcode) |
Modifier and Type | Method and Description |
---|---|
char[] |
getPasscode() |
byte[] |
getPrimaryField() |
byte[] |
getSecondaryField() |
int |
getType() |
String |
getUsername() |
boolean |
isPositiveResponseRequested() |
int |
length() |
(package private) StringBuilder |
promptTo(StringBuilder sb) |
private static byte[] |
toBytes(String s) |
String |
toString() |
private static String |
toString(byte[] b) |
private static String |
typeAsString(int type) |
public static final int USERNAME
public static final int USERNAME_PASSCODE
public static final int KERBEROS
public static final int SAML
private final int type
private final boolean rspReq
private final byte[] primaryField
private final byte[] secondaryField
public UserIdentityRQ(int type, boolean rspReq, byte[] primaryField, byte[] secondaryField)
public UserIdentityRQ(int type, boolean rspReq, byte[] primaryField)
public UserIdentityRQ(String username, char[] passcode)
public UserIdentityRQ(String username, boolean rspReq)
private static String typeAsString(int type)
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()
StringBuilder promptTo(StringBuilder sb)
Copyright © 2017 dcm4che.org. All rights reserved.