Interface IDirConstants
- All Known Subinterfaces:
IDirSystem
,IDirSystemBizPolicy
- All Known Implementing Classes:
DirectoryTools
public interface IDirConstants
Common constants for directory system use
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Well known alias for admin role: "dir.admin.role"static final String
Well known alias for admin user: "dir.admin.user"static final String
Administratorstatic final String
Well known constant for common attribute names: 'disabled'static final String
Well known constant for common attribute names: 'dn'static final String
Well known constant for common attribute names: 'email'static final String
Well known constant for common attribute names: 'name'static final String
Well known constant for common attribute names: 'password'static final String
static final String
Flag used to detect whether to render the change password screenstatic final String
Request attribute used as a flag to detect whether to show a success messagestatic final String
Request parameter for the new password confirmationstatic final String
Alias for deleted thing user.static final String
dir.svc.containerstatic final String
dir.svc.type.containerstatic final String
name of the root for the directory systemstatic final String
name of the dn uri segmentstatic final String
static final String
Well known alias for everyone group: "dir.everyone.group"static final String
Well known constant for common attribute names: 'firstName'static final String
Well known constant for common attribute names: 'fullName'static final String
'group' dn segmentstatic final String
Well known constant for common attribute names: 'groupName'static final String
Well known alias for guest user: "dir.guest.user"static final String
Request attribute to verify whether the user sysadmin's session after it's invalidatedstatic final String
Well known constant for common attribute names: 'lastName'static final String
Request parameter for the new passwordstatic final String
pap.group.type.containerstatic final String
pap.portalstatic final String
pap.role.type.containerstatic final String
pap.user.type.containerstatic final String
static final String
role.provider.rolesstatic final String
static final String
'role' dn segmentstatic final String
role.provider.containerstatic final String
role.relationstatic final String
role.provider.storagestatic final String
security.svc.containerstatic final String
Flag used to detect whether to skip a user's authenticationstatic final String
SysAdminstatic final String
Well known alias for the system directory service: "system.directory.service"static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
Describes what 'type' of user For use withIDirSystem.getPrincipalAttributeProviders(int)
and many othersstatic final String
static final String
static final String
static final String
static final String
static final String
static final int
Describes what 'type' of user For use withIDirSystem.getPrincipalAttributeProviders(int)
and many othersstatic final int
Describes what 'type' of user For use withIDirSystem.getPrincipalAttributeProviders(int)
and many othersstatic final String
'user' dn segmentstatic final String
Well known constant for common attribute names: 'UserUUID'
-
Field Details
-
TYPE_USER
static final int TYPE_USERDescribes what 'type' of user For use withIDirSystem.getPrincipalAttributeProviders(int)
and many others- See Also:
-
TYPE_GROUP
static final int TYPE_GROUPDescribes what 'type' of user For use withIDirSystem.getPrincipalAttributeProviders(int)
and many others- See Also:
-
TYPE_ROLE
static final int TYPE_ROLEDescribes what 'type' of user For use withIDirSystem.getPrincipalAttributeProviders(int)
and many others- See Also:
-
ATTR_DISABLED
Well known constant for common attribute names: 'disabled'- See Also:
-
ATTR_EMAIL
Well known constant for common attribute names: 'email'- See Also:
-
ATTR_DN
Well known constant for common attribute names: 'dn'- See Also:
-
ATTR_PASSWORD
Well known constant for common attribute names: 'password'- See Also:
-
ATTR_NAME
Well known constant for common attribute names: 'name'- See Also:
-
USER_UUID
Well known constant for common attribute names: 'UserUUID'- See Also:
-
FIRST_NAME
Well known constant for common attribute names: 'firstName'- See Also:
-
LAST_NAME
Well known constant for common attribute names: 'lastName'- See Also:
-
FULL_NAME
Well known constant for common attribute names: 'fullName'- See Also:
-
GROUP_NAME
Well known constant for common attribute names: 'groupName'- See Also:
-
ADMIN_USER_ALIAS
Well known alias for admin user: "dir.admin.user" -
EVERYONE_GROUP_ALIAS
Well known alias for everyone group: "dir.everyone.group" -
GUEST_USER_ALIAS
Well known alias for guest user: "dir.guest.user" -
ADMIN_ROLE_ALIAS
Well known alias for admin role: "dir.admin.role" -
DELETED_THINGS_USER
Alias for deleted thing user. Holds things that were owned by a now deleted user. -
SYSTEM_DIRECTORY_SERVICE_ALIAS
Well known alias for the system directory service: "system.directory.service"- See Also:
-
SYSADMIN
SysAdmin- See Also:
-
ADMINISTRATOR
Administrator- See Also:
-
NEW_PASSWORD_PARAM
Request parameter for the new password- See Also:
-
CONFIRM_PASSWORD_PARAM
Request parameter for the new password confirmation- See Also:
-
IS_SYSADMIN_ATTR
Request attribute to verify whether the user sysadmin's session after it's invalidated- See Also:
-
CHANGE_PASS_SUCCESS_ATTR
Request attribute used as a flag to detect whether to show a success message- See Also:
-
SKIP_CHECK_AUTH_ATTR
Flag used to detect whether to skip a user's authentication- See Also:
-
CHANGE_PASS
Flag used to detect whether to render the change password screen- See Also:
-
DISPLAY_URI_SEGMENT
name of the dn uri segment- See Also:
-
USER_DN_SEGMENT
'user' dn segment- See Also:
-
GROUP_DN_SEGMENT
'group' dn segment- See Also:
-
ROLE_DN_SEGMENT
'role' dn segment- See Also:
-
ROLE_DN_PREFIX
- See Also:
-
DIRECTORY_ROOT
name of the root for the directory system- See Also:
-
TYPE_NAME_DIRECTORY_ROOT
- See Also:
-
TYPE_NAME_PRINCIPAL
- See Also:
-
TYPE_NAME_USER
- See Also:
-
TYPE_NAME_GROUP
- See Also:
-
TYPE_NAME_ROLE
- See Also:
-
TYPE_NAME_SERVICE
- See Also:
-
DIR_SVC_CONTAINER
dir.svc.container- See Also:
-
DIR_SVC_TYPE_CONTAINER
dir.svc.type.container- See Also:
-
PAP_USER_TYPE_CONTAINER
pap.user.type.container- See Also:
-
PAP_GROUP_TYPE_CONTAINER
pap.group.type.container- See Also:
-
PAP_ROLE_TYPE_CONTAINER
pap.role.type.container- See Also:
-
ROLE_PROVIDER_CONTAINER
role.provider.container- See Also:
-
ROLE_STORAGE_CONTAINER
role.provider.storage- See Also:
-
ROLE_CURRENT_ROLES
role.provider.roles- See Also:
-
ROLE_RELATION
role.relation- See Also:
-
PAP_PORTAL_ATTRIBUTES
pap.portal- See Also:
-
SECURITY_SVC_CONTAINER
security.svc.container- See Also:
-
CATEGORY_DIRECTORY
- See Also:
-
Debug.getLogCategory(String)
- Constant Field Values
-
DOMAIN_PREFIX_SEPARATOR
- See Also:
-
PROPERTY_PASSWORDVALIDUNTIL
- See Also:
-
TOTP_PREFIX
- See Also:
-
TOTP_CATEGORY
- See Also:
-
TOTP_TOKEN_NAME
- See Also:
-
TOTP_AUTH
- See Also:
-
TOTP_CREDENTIALS
- See Also:
-
TOTP_ADMIN_ALIAS
- See Also:
-
TOTP_SERVICE_TOKEN
- See Also:
-