Class ISConfigSchemaConstants
java.lang.Object
oracle.tip.pc.services.identity.config.ISConfigSchemaConstants
A class that defines all the constants as used in the Identity Service schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Names of the supported servicesstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Names of the connection element and associated attributes.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The names of the top level elements that constitute the configuration file.static final String
Names of the supported provider types.static final String
JBOSS specific properties.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The namespace associated with the Identity Service schemastatic final String
static final String
Miscellaneous propertiesstatic final String
static final String
static final int
static final int
static final int
static final long
static final String
Names of the pool element and associated attributes.static final String
static final String
static final String
Names of the property element and associated attrebutes.static final String
static final String
static final String
static final String
static final String
static final String
Miscellaneous attributesstatic final String
Attributes associated with the provider.static final String
Realm name as defined for a configuration.static final String
static final String
static final String
static final String
static final String
Names of the search elements and associated attributes.static final String
static final String
static final String
static final String
static final String
static final String
Names of the controls elements and associated attributes.static final String
static final String
static final String
Deprecated since 11static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAMESPACE_URI
The namespace associated with the Identity Service schema- See Also:
-
ISCONFIGURATION_ELMT
The names of the top level elements that constitute the configuration file.- See Also:
-
CONFIGURATIONS_ELMT
- See Also:
-
CONFIGURATION_ELMT
- See Also:
-
PROVIDER_ELMT
- See Also:
-
CASE_SENSITIVE_PROPERTY_NAME
- See Also:
-
CASE_SENSITIVE_GROUPS_PROPERTY_NAME
- See Also:
-
MUST_USE_SPECIFIED_PROVIDER
- See Also:
-
PROVIDER_TYPE_ATTR
Attributes associated with the provider.- See Also:
-
PROVIDER_NAME_ATTR
- See Also:
-
PROVIDER_CLASS_ATTR
- See Also:
-
REALM_NAME_PROPERTY
Realm name as defined for a configuration.- See Also:
-
PROPERTY_ELMT
Names of the property element and associated attrebutes.- See Also:
-
PROPERTY_NAME_ATTR
- See Also:
-
PROPERTY_VALUE_ATTR
- See Also:
-
CONNECTION_ELMT
Names of the connection element and associated attributes.- See Also:
-
URL_ATTR
- See Also:
-
BINDDN_ATTR
- See Also:
-
PASSWORD_ATTR
- See Also:
-
ENCRYPTED_ATTR
- See Also:
-
POOL_ELMT
Names of the pool element and associated attributes.- See Also:
-
INITSIZE_ATTR
- See Also:
-
MAXSIZE_ATTR
- See Also:
-
PREFSIZE_ATTR
- See Also:
-
TIMEOUT_ATTR
- See Also:
-
POOL_DEFAULT_INITSIZE
public static final int POOL_DEFAULT_INITSIZE- See Also:
-
POOL_DEFAULT_MAXSIZE
public static final int POOL_DEFAULT_MAXSIZE- See Also:
-
POOL_DEFAULT_PREFSIZE
public static final int POOL_DEFAULT_PREFSIZE- See Also:
-
POOL_DEFAULT_TIMEOUT
public static final long POOL_DEFAULT_TIMEOUT- See Also:
-
POOL_ENABLED_PROPERTY_NAME
- See Also:
-
USER_CONTROLS_ELMT
Names of the controls elements and associated attributes.- See Also:
-
ROLE_CONTROLS_ELMT
- See Also:
-
SEARCHBASE_ATTR
- See Also:
-
SEARCH_ELMT
Names of the search elements and associated attributes.- See Also:
-
MAXSIZELIMIT_ATTR
- See Also:
-
MAXTIMELIMIT_ATTR
- See Also:
-
SEARCHSCOPE_ATTR
- See Also:
-
OBJECT_CACHE_ELMT
- See Also:
-
CACHE_ENABLED_ATTR
- See Also:
-
JAZN_PROVIDER
Names of the supported provider types. Custom represents any provider other than the three.- See Also:
-
LDAP_PROVIDER
- See Also:
-
IDM_PROVIDER
- See Also:
-
JPS_PROVIDER
- See Also:
-
CUSTOM_PROVIDER
- See Also:
-
USERS_PROPERTIES_FILE_PROPERTY_NAME
Deprecated since 11- See Also:
-
USERS_PROPERTIES_FILE_PROPERTY_VALUE
- See Also:
-
ROLES_PROPERTIES_FILE_PROPERTY_NAME
- See Also:
-
ROLES_PROPERTIES_FILE_PROPERTY_VALUE
- See Also:
-
OBJECT_CLASS_PROPERTY_NAME
Miscellaneous properties- See Also:
-
NAMEATTRIBUTE_PROPERTY_NAME
- See Also:
-
OBJECTCLASS_PROPERTY_NAME
- See Also:
-
SEARCHSCOPE_PROPERTY_NAME
- See Also:
-
MEMBERATTRIBUTE_PROPERTY_NAME
- See Also:
-
MEMBERSHIPSEARCHSCOPE_PROPERTY_NAME
- See Also:
-
ROLE_OWNER_PROPERTY_NAME
- See Also:
-
USER_MAXSIZELIMIT_PROPERTY_NAME
- See Also:
-
GROUP_MAXSIZELIMIT_PROPERTY_NAME
- See Also:
-
USER_MAXTIMELIMIT_PROPERTY_NAME
- See Also:
-
GROUP_MAXTIMELIMIT_PROPERTY_NAME
- See Also:
-
JBOSS_APP_POLICY_NAME
JBOSS specific properties.- See Also:
-
JBOSS_APP_POLICY_VALUE
- See Also:
-
AUTHENTICATION_SERVICE
Names of the supported services- See Also:
-
AUTHORIZATION_SERVICE
- See Also:
-
IDENTITY_SERVICE
- See Also:
-
PROVIDER_SERVICE_ATTR
Miscellaneous attributes- See Also:
-
CONFIG_REALMNAME_ATTR
- See Also:
-
DEFAULT_REALM_NAME
- See Also:
-
CONFIG_DEFAULT_ATTR
- See Also:
-
DISPLAY_NAME_ATTR
- See Also:
-
HANDLERS_ELMT
- See Also:
-
HANDLER_ELMT
- See Also:
-
HANDLER_ATTR_NAME_ATTR
- See Also:
-
HANDLER_OBJECT_CLASS_ATTR
- See Also:
-
HANDLER_CLASS_ATTR
- See Also:
-
-
Constructor Details
-
ISConfigSchemaConstants
public ISConfigSchemaConstants()
-