Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ANONYMOUS |
"ANONYMOUS" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DIGEST_MD5 |
"DIGEST-MD5" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_MAXBUF |
65536 |
protected static final int |
DES |
2 |
protected static final byte |
DES_3_STRENGTH |
4 |
protected static final byte |
DES_STRENGTH |
2 |
protected static final int |
DES3 |
0 |
protected static final byte |
HIGH_STRENGTH |
4 |
protected static final byte |
INTEGRITY_ONLY_PROTECTION |
2 |
protected static final byte |
LOW_STRENGTH |
1 |
protected static final int |
MAX_CHALLENGE_LENGTH |
2048 |
protected static final int |
MAX_RESPONSE_LENGTH |
4096 |
protected static final String |
MAX_SEND_BUF |
"javax.security.sasl.sendmaxbuffer" |
protected static final byte |
MEDIUM_STRENGTH |
2 |
protected static final byte |
NO_PROTECTION |
1 |
protected static final String |
PRE_DIGESTED_PROPERTY |
"org.jboss.sasl.digest.pre_digested" |
protected static final byte |
PRIVACY_PROTECTION |
4 |
protected static final int |
RC4 |
1 |
protected static final int |
RC4_40 |
4 |
protected static final byte |
RC4_40_STRENGTH |
1 |
protected static final int |
RC4_56 |
3 |
protected static final byte |
RC4_56_STRENGTH |
2 |
protected static final byte |
RC4_STRENGTH |
4 |
protected static final byte |
UNSET |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
GSSAPI |
"GSSAPI" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
QUIET_AUTH |
"jboss.sasl.local-user.quiet-auth" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JBOSS_LOCAL_USER |
"JBOSS-LOCAL-USER" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_USER |
"jboss.sasl.local-user.default-user" |
public static final String |
LOCAL_USER_CHALLENGE_PATH |
"jboss.sasl.local-user.challenge-path" |
public static final String |
LOCAL_USER_USE_SECURE_RANDOM |
"jboss.sasl.local-user.use-secure-random" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PLAIN |
"PLAIN" |
Copyright © 2017 JBoss by Red Hat. All rights reserved.