Class KerberosConstants
- java.lang.Object
-
- org.wso2.carbon.mediator.kerberos.KerberosConstants
-
public final class KerberosConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CARBON_HOME
static String
CLIENT_PRINCIPAL_STRING
static String
DEBUG
static String
DEFAULT_KERBEROS_CONFIG_FILE
static String
DEFAULT_LOGIN_CONFIG_FILE
static String
IS_INITIATOR
static String
JAAS_CONFIG_PROPERTY
static String
KERBEROS_CONFIG_PROPERTY
static String
KERBEROS_SERVICE_STRING
static String
KEY
static String
KEYTAB
static String
KEYTAB_PATH_STRING
static String
KRB5_CONFIG_STRING
static String
LOGIN_CONFIG_STRING
static String
LOGIN_CONTEXT_NAME_STRING
static String
NEGOTIATE
static String
PASSWORD_STRING
static String
PRINCIPAL
static String
SPN_STRING
static String
SPNEGO_BASED_OID
static String
USE_KEYTAB
static String
UTF8
-
Constructor Summary
Constructors Constructor Description KerberosConstants()
-
-
-
Field Detail
-
SPNEGO_BASED_OID
public static final String SPNEGO_BASED_OID
- See Also:
- Constant Field Values
-
NEGOTIATE
public static final String NEGOTIATE
- See Also:
- Constant Field Values
-
UTF8
public static final String UTF8
- See Also:
- Constant Field Values
-
KERBEROS_CONFIG_PROPERTY
public static final String KERBEROS_CONFIG_PROPERTY
- See Also:
- Constant Field Values
-
JAAS_CONFIG_PROPERTY
public static final String JAAS_CONFIG_PROPERTY
- See Also:
- Constant Field Values
-
KERBEROS_SERVICE_STRING
public static final String KERBEROS_SERVICE_STRING
- See Also:
- Constant Field Values
-
SPN_STRING
public static final String SPN_STRING
- See Also:
- Constant Field Values
-
CLIENT_PRINCIPAL_STRING
public static final String CLIENT_PRINCIPAL_STRING
- See Also:
- Constant Field Values
-
PASSWORD_STRING
public static final String PASSWORD_STRING
- See Also:
- Constant Field Values
-
KEYTAB_PATH_STRING
public static final String KEYTAB_PATH_STRING
- See Also:
- Constant Field Values
-
KRB5_CONFIG_STRING
public static final String KRB5_CONFIG_STRING
- See Also:
- Constant Field Values
-
LOGIN_CONFIG_STRING
public static final String LOGIN_CONFIG_STRING
- See Also:
- Constant Field Values
-
LOGIN_CONTEXT_NAME_STRING
public static final String LOGIN_CONTEXT_NAME_STRING
- See Also:
- Constant Field Values
-
IS_INITIATOR
public static final String IS_INITIATOR
- See Also:
- Constant Field Values
-
PRINCIPAL
public static final String PRINCIPAL
- See Also:
- Constant Field Values
-
USE_KEYTAB
public static final String USE_KEYTAB
- See Also:
- Constant Field Values
-
KEYTAB
public static final String KEYTAB
- See Also:
- Constant Field Values
-
DEBUG
public static final String DEBUG
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
CARBON_HOME
public static final String CARBON_HOME
- See Also:
- Constant Field Values
-
DEFAULT_KERBEROS_CONFIG_FILE
public static final String DEFAULT_KERBEROS_CONFIG_FILE
- See Also:
- Constant Field Values
-
DEFAULT_LOGIN_CONFIG_FILE
public static final String DEFAULT_LOGIN_CONFIG_FILE
- See Also:
- Constant Field Values
-
-