Constant Field Values
Contents
org.opendaylight.*
-
org.opendaylight.aaa.api.IIDMStore Modifier and Type Constant Field Value public static final String
DEFAULT_DOMAIN
"sdn"
-
org.opendaylight.aaa.cert.impl.KeyStoreConstant Modifier and Type Constant Field Value public static final String
BEGIN_CERTIFICATE
"-----BEGIN CERTIFICATE-----"
public static final String
BEGIN_CERTIFICATE_REQUEST
"-----BEGIN CERTIFICATE REQUEST-----"
public static final long
DAY_TIME
86400000L
public static final String
DEFAULT_KEY_ALG
"RSA"
public static final int
DEFAULT_KEY_SIZE
2048
public static final String
DEFAULT_SIGN_ALG
"SHA1WithRSAEncryption"
public static final int
DEFAULT_VALIDITY
365
public static final String
END_CERTIFICATE
"-----END CERTIFICATE-----"
public static final String
END_CERTIFICATE_REQUEST
"-----END CERTIFICATE REQUEST-----"
public static final String
TLS_PROTOCOL
"TLS"
-
org.opendaylight.aaa.cert.utils.KeyStoresDataUtils Modifier and Type Constant Field Value public static final String
KEYSTORES_DATA_TREE
"KeyStores:1"
-
org.opendaylight.aaa.cli.AaaCliAbstractCommand Modifier and Type Constant Field Value public static final String
LOGIN_FAILED_MESS
"User does not exist OR user name and passsword are not correct"
-
org.opendaylight.aaa.cli.dmstore.ChangeUserPassword Modifier and Type Constant Field Value public static final String
CHANGE_PASSWORD_FAIL
"Wrong username or current password"
-
org.opendaylight.aaa.cli.jar.AbstractMain Modifier and Type Constant Field Value protected static final int
RETURN_ILLEGAL_ARGUMENTS
-4
protected static final int
RETURN_PASSWORD_MISMATCH
-7
-
org.opendaylight.aaa.datastore.h2.DomainStore Modifier and Type Constant Field Value public static final String
SQL_DESCR
"description"
public static final String
SQL_ENABLED
"enabled"
public static final String
SQL_ID
"domainid"
public static final String
SQL_NAME
"name"
-
org.opendaylight.aaa.datastore.h2.GrantStore Modifier and Type Constant Field Value public static final String
SQL_ID
"grantid"
public static final String
SQL_ROLEID
"roleid"
public static final String
SQL_TENANTID
"domainid"
public static final String
SQL_USERID
"userid"
-
org.opendaylight.aaa.datastore.h2.RoleStore Modifier and Type Constant Field Value public static final String
SQL_DESCR
"description"
protected static final String
SQL_DOMAIN_ID
"domainid"
public static final String
SQL_ID
"roleid"
public static final String
SQL_NAME
"name"
-
org.opendaylight.aaa.datastore.h2.UserStore Modifier and Type Constant Field Value public static final String
SQL_DESCR
"description"
public static final String
SQL_DOMAIN_ID
"domainid"
public static final String
SQL_EMAIL
"email"
public static final String
SQL_ENABLED
"enabled"
public static final String
SQL_ID
"userid"
public static final String
SQL_NAME
"name"
public static final String
SQL_PASSWORD
"password"
public static final String
SQL_SALT
"salt"
-
org.opendaylight.aaa.impl.password.service.DefaultPasswordHashService Modifier and Type Constant Field Value public static final String
DEFAULT_HASH_ALGORITHM
"SHA-512"
public static final int
DEFAULT_NUM_ITERATIONS
20000
-
org.opendaylight.aaa.shiro.filters.ODLHttpAuthenticationFilter Modifier and Type Constant Field Value protected static final String
BEARER_SCHEME
"bearer"
protected static final String
OPTIONS_HEADER
"OPTIONS"
-
org.opendaylight.aaa.shiro.idm.IdmLightApplication Modifier and Type Constant Field Value public static final int
MAX_FIELD_LEN
256
-
org.opendaylight.aaa.shiro.realm.util.http.header.HeaderUtils Modifier and Type Constant Field Value public static final String
USERNAME_DOMAIN_SEPARATOR
"@"
-
org.opendaylight.aaa.shiro.tokenauthrealm.auth.HttpBasicAuth Modifier and Type Constant Field Value public static final String
AUTH_HEADER
"Authorization"
public static final String
AUTH_SEP
":"
public static final String
BASIC_PREFIX
"Basic "
public static final String
DEFAULT_DOMAIN
"sdn"