gluu
静的公開変数類 | 全メンバ一覧
org.gluu.oxtrust.util.OxTrustConstants クラス
org.gluu.oxtrust.util.OxTrustConstants の継承関係図
Inheritance graph
org.gluu.oxtrust.util.OxTrustConstants 連携図
Collaboration graph

静的公開変数類

static final String CURRENT_PERSON = "currentPerson"
 
static final String top = "top"
 
static final String objectClassPerson = "gluuPerson"
 
static final String objectClassInumMap = "gluuInumMap"
 
static final String inumDelimiter = "!"
 
static final String inameDelimiter = "*"
 
static final String ouPeople = "ou=people"
 
static final String inum = "inum"
 
static final String iname = "iname"
 
static final String displayName = "displayName"
 
static final String description = "description"
 
static final String origin = "gluuAttributeOrigin"
 
static final String mail = "mail"
 
static final String ppid = "oxPPID"
 
static final String oxId = "oxId"
 
static final String status = "status"
 
static final String gluuStatus = "gluuStatus"
 
static final String sn = "sn"
 
static final String cn = "cn"
 
static final String owner = "owner"
 
static final String member = "member"
 
static final String attributeName = "gluuAttributeName"
 
static final String uniqueIdentifier = "uniqueIdentifier"
 
static final String friendlyName = "friendlyName"
 
static final String identificationURL = "identificationURL"
 
static final String organizationId = "organizationId"
 
static final String RESULT_SUCCESS = "success"
 
static final String RESULT_FAILURE = "failure"
 
static final String RESULT_DUPLICATE = "duplicate"
 
static final String RESULT_DISABLED = "disabled"
 
static final String RESULT_NO_PERMISSIONS = "no_permissions"
 
static final String RESULT_VALIDATION_ERROR = "validation_error"
 
static final String RESULT_CONFIRM = "confirm"
 
static final String RESULT_EXISTS = "exists"
 
static final String RESULT_LOGOUT = "logout"
 
static final String RESULT_CLEAR = "clear"
 
static final String RESULT_UPDATE = "update"
 
static final String CACHE_ATTRIBUTE_PERSON_KEY_LIST = "personAttributeList"
 
static final String CACHE_ATTRIBUTE_CONTACT_KEY_LIST = "contactAttributeList"
 
static final String CACHE_ATTRIBUTE_CUSTOM_KEY_LIST = "customAttributeList"
 
static final String CACHE_ATTRIBUTE_ORIGIN_KEY_LIST = "attributeOriginList"
 
static final String CACHE_ORGANIZATION_CUSTOM_MESSAGE_KEY = "organizationCustomMessage"
 
static final String CACHE_REFRESH_DEFAULT_BASE_DN = "o=site"
 
static final String EVENT_CLEAR_ATTRIBUTES = "eventClearAttributes"
 
static final String EVENT_CLEAR_ORGANIZATION = "eventClearOrganization"
 
static final String RESULT_LOGOUT_SSO = "logout_sso"
 
static final String RESULT_CAPTCHA_VALIDATION_FAILED = "captcha_validation_failed"
 
static final String APPLICATION_AUTHORIZATION_TYPE = "applicationAuthorizationType"
 
static final String APPLICATION_AUTHORIZATION_NAME_SHIBBOLETH3 = "applicationAuthorizationName_Shibboleth3"
 
static final String CONTENT_TYPE_OCTET_STREAM = "application/octet-stream"
 
static final String CONTENT_TYPE_TEXT_PLAIN = "text/plain"
 
static final String CONTENT_TYPE_APPLICATION_XML = "application/xml"
 
static final String CONTENT_TYPE_APPLICATION_ZIP = "application/zip"
 
static final String PROGRAM_FACTER = "facter"
 
static final String PROGRAM_DF = "df"
 
static final String FACTER_PARAM_VALUE_DIVIDER = " => "
 
static final String FACTER_FREE_MEMORY = "memoryfree"
 
static final String FACTER_FREE_MEMORY_TOTAL = "memorysize"
 
static final String FACTER_FREE_SWAP = "swapfree"
 
static final String FACTER_FREE_SWAP_TOTAL = "swapsize"
 
static final String FACTER_HOST_NAME = "hostname"
 
static final String FACTER_IP_ADDRESS = "ipaddress"
 
static final String FACTER_SYSTEM_UP_TIME = "uptime_seconds"
 
static final String FACTER_BANDWIDTH_USAGE = "bandwidth_usage"
 
static final String FACTER_LOAD_AVERAGE = "load_average"
 
static final String HTTPD_TEST_PAGE_NAME = "/index.html"
 
static final String HTTPD_TEST_PAGE_CONTENT = "<html>\n<head>\n<script type=\"text/javascript\">\n<!--\nfunction delayer(){\n window.location = \"../identity/\"\n}\n//-->\n</script>\n</head>\n<body onLoad=\"setTimeout('delayer()', 5000)\">\n<h2>You are being redirected to appliance login page. Please click this <a href=\"../identity/\">link</a> if your browser does not support javascript.</h2>\n</body>\n</html>\n"
 
static final String PROGRAM_LDAPSEARCH = "/usr/bin/ldapsearch"
 
static final String EVENT_LDAP_CONNECTION_CHECKER_TIMER = "ldapConnectionCheckerTimerEvent"
 
static final String EVENT_METADATA_ENTITY_ID_UPDATE = "metadataEntityIdUpdate"
 
static final String EVENT_CACHE_REFRESH_TIMER = "cacheRefreshTimerEvent"
 
static final String CUSTOM_MESSAGE_LOGIN_PAGE = "loginPage"
 
static final String CUSTOM_MESSAGE_WELCOME_PAGE = "welcomePage"
 
static final String CUSTOM_MESSAGE_TITLE_TEXT = "welcomeTitle"
 
static final char [] HEX_CHARACTERS = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}
 
static String ouAppliances = "ou=appliances"
 
static final String INUM_TYPE_PEOPLE_SLUG = "people"
 
static final String INUM_TYPE_GROUP_SLUG = "group"
 
static final String INUM_TYPE_ATTRIBUTE_SLUG = "attribute"
 
static final String INUM_TYPE_TRUST_RELATNSHIP_SLUG = "trelationship"
 
static final String OXAUTH_CLIENT_ID = "client_id"
 
static final String OXAUTH_CLIENT_PASSWORD = "client_password"
 
static final String OXAUTH_CLIENT_CREDENTIALS = "client_credentials"
 
static final String OXAUTH_REDIRECT_URI = "redirect_uri"
 
static final String OXAUTH_POST_LOGOUT_REDIRECT_URI = "post_logout_redirect_uri"
 
static final String OXAUTH_RESPONSE_TYPE = "response_type"
 
static final String OXAUTH_SCOPE = "scope"
 
static final String OXAUTH_STATE = "state"
 
static final String OXAUTH_CODE = "code"
 
static final String OXAUTH_ID_TOKEN = "id_token"
 
static final String OXAUTH_ERROR = "error"
 
static final String OXAUTH_NONCE = "nonce"
 
static final String OXAUTH_ERROR_DESCRIPTION = "error_description"
 
static final String OXAUTH_ID_TOKEN_HINT = "id_token_hint"
 
static final String OXAUTH_ACCESS_TOKEN = "access_token"
 
static final String OXAUTH_ACR_VALUES = "acr_values"
 
static final String OXAUTH_SESSION_STATE = "session_state"
 
static final String INUM_PERSON_OBJECTTYPE = "0000"
 
static final String INUM_GROUP_OBJECTTYPE = "0003"
 
static final String INUM_SECTOR_IDENTIFIER_OBJECTTYPE = "0012"
 
static final String INAME_PERSON_OBJECTTYPE = "person"
 
static final String INAME_OXPLUS = "oxplus"
 
static final String INAME_CLASS_OBJECTTYPE = "class"
 
static final String SELF_LINK_CONTRACT = "$self"
 
static final String ADMIN_LINK_CONTRACT = "*linkcontract*manager"
 
static final int searchClientsSizeLimit = 20
 
static final int searchPersonsSizeLimit = 20
 
static final int searchGroupSizeLimit = 20
 
static final int searchSectorIdentifierSizeLimit = 20
 
static final int searchSizeLimit = 20
 
static final String INTERNAL_SERVER_ERROR_MESSAGE = "Unexpected processing error; please check the input parameters"
 
static final String PRE_REGISTRATION_SCRIPT = "PreRegistrationScript"
 
static final String POST_REGISTRATION_SCRIPT = "PostRegistrationScript"
 
static final String INIT_REGISTRATION_SCRIPT = "InitRegistrationScript"
 
static final String CONFIRM_REGISTRATION_SCRIPT = "ConfirmRegistrationScript"
 

詳解

Constants loads the LDAP schema attribute names like uid, iname

著者
Yuriy Movchan
Javier Rojas Blum
バージョン
January 15, 2016

メンバ詳解

◆ ADMIN_LINK_CONTRACT

final String org.gluu.oxtrust.util.OxTrustConstants.ADMIN_LINK_CONTRACT = "*linkcontract*manager"
static

◆ APPLICATION_AUTHORIZATION_NAME_SHIBBOLETH3

final String org.gluu.oxtrust.util.OxTrustConstants.APPLICATION_AUTHORIZATION_NAME_SHIBBOLETH3 = "applicationAuthorizationName_Shibboleth3"
static

◆ APPLICATION_AUTHORIZATION_TYPE

final String org.gluu.oxtrust.util.OxTrustConstants.APPLICATION_AUTHORIZATION_TYPE = "applicationAuthorizationType"
static

◆ attributeName

final String org.gluu.oxtrust.util.OxTrustConstants.attributeName = "gluuAttributeName"
static

◆ CACHE_ATTRIBUTE_CONTACT_KEY_LIST

final String org.gluu.oxtrust.util.OxTrustConstants.CACHE_ATTRIBUTE_CONTACT_KEY_LIST = "contactAttributeList"
static

◆ CACHE_ATTRIBUTE_CUSTOM_KEY_LIST

final String org.gluu.oxtrust.util.OxTrustConstants.CACHE_ATTRIBUTE_CUSTOM_KEY_LIST = "customAttributeList"
static

◆ CACHE_ATTRIBUTE_ORIGIN_KEY_LIST

final String org.gluu.oxtrust.util.OxTrustConstants.CACHE_ATTRIBUTE_ORIGIN_KEY_LIST = "attributeOriginList"
static

◆ CACHE_ATTRIBUTE_PERSON_KEY_LIST

final String org.gluu.oxtrust.util.OxTrustConstants.CACHE_ATTRIBUTE_PERSON_KEY_LIST = "personAttributeList"
static

◆ CACHE_ORGANIZATION_CUSTOM_MESSAGE_KEY

final String org.gluu.oxtrust.util.OxTrustConstants.CACHE_ORGANIZATION_CUSTOM_MESSAGE_KEY = "organizationCustomMessage"
static

◆ CACHE_REFRESH_DEFAULT_BASE_DN

final String org.gluu.oxtrust.util.OxTrustConstants.CACHE_REFRESH_DEFAULT_BASE_DN = "o=site"
static

◆ cn

final String org.gluu.oxtrust.util.OxTrustConstants.cn = "cn"
static

◆ CONFIRM_REGISTRATION_SCRIPT

final String org.gluu.oxtrust.util.OxTrustConstants.CONFIRM_REGISTRATION_SCRIPT = "ConfirmRegistrationScript"
static

◆ CONTENT_TYPE_APPLICATION_XML

final String org.gluu.oxtrust.util.OxTrustConstants.CONTENT_TYPE_APPLICATION_XML = "application/xml"
static

◆ CONTENT_TYPE_APPLICATION_ZIP

final String org.gluu.oxtrust.util.OxTrustConstants.CONTENT_TYPE_APPLICATION_ZIP = "application/zip"
static

◆ CONTENT_TYPE_OCTET_STREAM

final String org.gluu.oxtrust.util.OxTrustConstants.CONTENT_TYPE_OCTET_STREAM = "application/octet-stream"
static

◆ CONTENT_TYPE_TEXT_PLAIN

final String org.gluu.oxtrust.util.OxTrustConstants.CONTENT_TYPE_TEXT_PLAIN = "text/plain"
static

◆ CURRENT_PERSON

final String org.gluu.oxtrust.util.OxTrustConstants.CURRENT_PERSON = "currentPerson"
static

◆ CUSTOM_MESSAGE_LOGIN_PAGE

final String org.gluu.oxtrust.util.OxTrustConstants.CUSTOM_MESSAGE_LOGIN_PAGE = "loginPage"
static

◆ CUSTOM_MESSAGE_TITLE_TEXT

final String org.gluu.oxtrust.util.OxTrustConstants.CUSTOM_MESSAGE_TITLE_TEXT = "welcomeTitle"
static

◆ CUSTOM_MESSAGE_WELCOME_PAGE

final String org.gluu.oxtrust.util.OxTrustConstants.CUSTOM_MESSAGE_WELCOME_PAGE = "welcomePage"
static

◆ description

final String org.gluu.oxtrust.util.OxTrustConstants.description = "description"
static

◆ displayName

final String org.gluu.oxtrust.util.OxTrustConstants.displayName = "displayName"
static

◆ EVENT_CACHE_REFRESH_TIMER

final String org.gluu.oxtrust.util.OxTrustConstants.EVENT_CACHE_REFRESH_TIMER = "cacheRefreshTimerEvent"
static

◆ EVENT_CLEAR_ATTRIBUTES

final String org.gluu.oxtrust.util.OxTrustConstants.EVENT_CLEAR_ATTRIBUTES = "eventClearAttributes"
static

◆ EVENT_CLEAR_ORGANIZATION

final String org.gluu.oxtrust.util.OxTrustConstants.EVENT_CLEAR_ORGANIZATION = "eventClearOrganization"
static

◆ EVENT_LDAP_CONNECTION_CHECKER_TIMER

final String org.gluu.oxtrust.util.OxTrustConstants.EVENT_LDAP_CONNECTION_CHECKER_TIMER = "ldapConnectionCheckerTimerEvent"
static

◆ EVENT_METADATA_ENTITY_ID_UPDATE

final String org.gluu.oxtrust.util.OxTrustConstants.EVENT_METADATA_ENTITY_ID_UPDATE = "metadataEntityIdUpdate"
static

◆ FACTER_BANDWIDTH_USAGE

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_BANDWIDTH_USAGE = "bandwidth_usage"
static

◆ FACTER_FREE_MEMORY

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_FREE_MEMORY = "memoryfree"
static

◆ FACTER_FREE_MEMORY_TOTAL

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_FREE_MEMORY_TOTAL = "memorysize"
static

◆ FACTER_FREE_SWAP

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_FREE_SWAP = "swapfree"
static

◆ FACTER_FREE_SWAP_TOTAL

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_FREE_SWAP_TOTAL = "swapsize"
static

◆ FACTER_HOST_NAME

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_HOST_NAME = "hostname"
static

◆ FACTER_IP_ADDRESS

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_IP_ADDRESS = "ipaddress"
static

◆ FACTER_LOAD_AVERAGE

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_LOAD_AVERAGE = "load_average"
static

◆ FACTER_PARAM_VALUE_DIVIDER

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_PARAM_VALUE_DIVIDER = " => "
static

◆ FACTER_SYSTEM_UP_TIME

final String org.gluu.oxtrust.util.OxTrustConstants.FACTER_SYSTEM_UP_TIME = "uptime_seconds"
static

◆ friendlyName

final String org.gluu.oxtrust.util.OxTrustConstants.friendlyName = "friendlyName"
static

◆ gluuStatus

final String org.gluu.oxtrust.util.OxTrustConstants.gluuStatus = "gluuStatus"
static

◆ HEX_CHARACTERS

final char [] org.gluu.oxtrust.util.OxTrustConstants.HEX_CHARACTERS = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'}
static

◆ HTTPD_TEST_PAGE_CONTENT

final String org.gluu.oxtrust.util.OxTrustConstants.HTTPD_TEST_PAGE_CONTENT = "<html>\n<head>\n<script type=\"text/javascript\">\n<!--\nfunction delayer(){\n window.location = \"../identity/\"\n}\n//-->\n</script>\n</head>\n<body onLoad=\"setTimeout('delayer()', 5000)\">\n<h2>You are being redirected to appliance login page. Please click this <a href=\"../identity/\">link</a> if your browser does not support javascript.</h2>\n</body>\n</html>\n"
static

◆ HTTPD_TEST_PAGE_NAME

final String org.gluu.oxtrust.util.OxTrustConstants.HTTPD_TEST_PAGE_NAME = "/index.html"
static

◆ identificationURL

final String org.gluu.oxtrust.util.OxTrustConstants.identificationURL = "identificationURL"
static

◆ iname

final String org.gluu.oxtrust.util.OxTrustConstants.iname = "iname"
static

◆ INAME_CLASS_OBJECTTYPE

final String org.gluu.oxtrust.util.OxTrustConstants.INAME_CLASS_OBJECTTYPE = "class"
static

◆ INAME_OXPLUS

final String org.gluu.oxtrust.util.OxTrustConstants.INAME_OXPLUS = "oxplus"
static

◆ INAME_PERSON_OBJECTTYPE

final String org.gluu.oxtrust.util.OxTrustConstants.INAME_PERSON_OBJECTTYPE = "person"
static

◆ inameDelimiter

final String org.gluu.oxtrust.util.OxTrustConstants.inameDelimiter = "*"
static

◆ INIT_REGISTRATION_SCRIPT

final String org.gluu.oxtrust.util.OxTrustConstants.INIT_REGISTRATION_SCRIPT = "InitRegistrationScript"
static

◆ INTERNAL_SERVER_ERROR_MESSAGE

final String org.gluu.oxtrust.util.OxTrustConstants.INTERNAL_SERVER_ERROR_MESSAGE = "Unexpected processing error; please check the input parameters"
static

◆ inum

final String org.gluu.oxtrust.util.OxTrustConstants.inum = "inum"
static

◆ INUM_GROUP_OBJECTTYPE

final String org.gluu.oxtrust.util.OxTrustConstants.INUM_GROUP_OBJECTTYPE = "0003"
static

◆ INUM_PERSON_OBJECTTYPE

final String org.gluu.oxtrust.util.OxTrustConstants.INUM_PERSON_OBJECTTYPE = "0000"
static

◆ INUM_SECTOR_IDENTIFIER_OBJECTTYPE

final String org.gluu.oxtrust.util.OxTrustConstants.INUM_SECTOR_IDENTIFIER_OBJECTTYPE = "0012"
static

◆ INUM_TYPE_ATTRIBUTE_SLUG

final String org.gluu.oxtrust.util.OxTrustConstants.INUM_TYPE_ATTRIBUTE_SLUG = "attribute"
static

◆ INUM_TYPE_GROUP_SLUG

final String org.gluu.oxtrust.util.OxTrustConstants.INUM_TYPE_GROUP_SLUG = "group"
static

◆ INUM_TYPE_PEOPLE_SLUG

final String org.gluu.oxtrust.util.OxTrustConstants.INUM_TYPE_PEOPLE_SLUG = "people"
static

◆ INUM_TYPE_TRUST_RELATNSHIP_SLUG

final String org.gluu.oxtrust.util.OxTrustConstants.INUM_TYPE_TRUST_RELATNSHIP_SLUG = "trelationship"
static

◆ inumDelimiter

final String org.gluu.oxtrust.util.OxTrustConstants.inumDelimiter = "!"
static

◆ mail

final String org.gluu.oxtrust.util.OxTrustConstants.mail = "mail"
static

◆ member

final String org.gluu.oxtrust.util.OxTrustConstants.member = "member"
static

◆ objectClassInumMap

final String org.gluu.oxtrust.util.OxTrustConstants.objectClassInumMap = "gluuInumMap"
static

◆ objectClassPerson

final String org.gluu.oxtrust.util.OxTrustConstants.objectClassPerson = "gluuPerson"
static

◆ organizationId

final String org.gluu.oxtrust.util.OxTrustConstants.organizationId = "organizationId"
static

◆ origin

final String org.gluu.oxtrust.util.OxTrustConstants.origin = "gluuAttributeOrigin"
static

◆ ouAppliances

String org.gluu.oxtrust.util.OxTrustConstants.ouAppliances = "ou=appliances"
static

◆ ouPeople

final String org.gluu.oxtrust.util.OxTrustConstants.ouPeople = "ou=people"
static

◆ owner

final String org.gluu.oxtrust.util.OxTrustConstants.owner = "owner"
static

◆ OXAUTH_ACCESS_TOKEN

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_ACCESS_TOKEN = "access_token"
static

◆ OXAUTH_ACR_VALUES

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_ACR_VALUES = "acr_values"
static

◆ OXAUTH_CLIENT_CREDENTIALS

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_CLIENT_CREDENTIALS = "client_credentials"
static

◆ OXAUTH_CLIENT_ID

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_CLIENT_ID = "client_id"
static

◆ OXAUTH_CLIENT_PASSWORD

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_CLIENT_PASSWORD = "client_password"
static

◆ OXAUTH_CODE

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_CODE = "code"
static

◆ OXAUTH_ERROR

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_ERROR = "error"
static

◆ OXAUTH_ERROR_DESCRIPTION

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_ERROR_DESCRIPTION = "error_description"
static

◆ OXAUTH_ID_TOKEN

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_ID_TOKEN = "id_token"
static

◆ OXAUTH_ID_TOKEN_HINT

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_ID_TOKEN_HINT = "id_token_hint"
static

◆ OXAUTH_NONCE

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_NONCE = "nonce"
static

◆ OXAUTH_POST_LOGOUT_REDIRECT_URI

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_POST_LOGOUT_REDIRECT_URI = "post_logout_redirect_uri"
static

◆ OXAUTH_REDIRECT_URI

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_REDIRECT_URI = "redirect_uri"
static

◆ OXAUTH_RESPONSE_TYPE

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_RESPONSE_TYPE = "response_type"
static

◆ OXAUTH_SCOPE

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_SCOPE = "scope"
static

◆ OXAUTH_SESSION_STATE

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_SESSION_STATE = "session_state"
static

◆ OXAUTH_STATE

final String org.gluu.oxtrust.util.OxTrustConstants.OXAUTH_STATE = "state"
static

◆ oxId

final String org.gluu.oxtrust.util.OxTrustConstants.oxId = "oxId"
static

◆ POST_REGISTRATION_SCRIPT

final String org.gluu.oxtrust.util.OxTrustConstants.POST_REGISTRATION_SCRIPT = "PostRegistrationScript"
static

◆ ppid

final String org.gluu.oxtrust.util.OxTrustConstants.ppid = "oxPPID"
static

◆ PRE_REGISTRATION_SCRIPT

final String org.gluu.oxtrust.util.OxTrustConstants.PRE_REGISTRATION_SCRIPT = "PreRegistrationScript"
static

◆ PROGRAM_DF

final String org.gluu.oxtrust.util.OxTrustConstants.PROGRAM_DF = "df"
static

◆ PROGRAM_FACTER

final String org.gluu.oxtrust.util.OxTrustConstants.PROGRAM_FACTER = "facter"
static

◆ PROGRAM_LDAPSEARCH

final String org.gluu.oxtrust.util.OxTrustConstants.PROGRAM_LDAPSEARCH = "/usr/bin/ldapsearch"
static

◆ RESULT_CAPTCHA_VALIDATION_FAILED

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_CAPTCHA_VALIDATION_FAILED = "captcha_validation_failed"
static

◆ RESULT_CLEAR

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_CLEAR = "clear"
static

◆ RESULT_CONFIRM

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_CONFIRM = "confirm"
static

◆ RESULT_DISABLED

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_DISABLED = "disabled"
static

◆ RESULT_DUPLICATE

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_DUPLICATE = "duplicate"
static

◆ RESULT_EXISTS

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_EXISTS = "exists"
static

◆ RESULT_FAILURE

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_FAILURE = "failure"
static

◆ RESULT_LOGOUT

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_LOGOUT = "logout"
static

◆ RESULT_LOGOUT_SSO

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_LOGOUT_SSO = "logout_sso"
static

◆ RESULT_NO_PERMISSIONS

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_NO_PERMISSIONS = "no_permissions"
static

◆ RESULT_SUCCESS

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_SUCCESS = "success"
static

◆ RESULT_UPDATE

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_UPDATE = "update"
static

◆ RESULT_VALIDATION_ERROR

final String org.gluu.oxtrust.util.OxTrustConstants.RESULT_VALIDATION_ERROR = "validation_error"
static

◆ searchClientsSizeLimit

final int org.gluu.oxtrust.util.OxTrustConstants.searchClientsSizeLimit = 20
static

◆ searchGroupSizeLimit

final int org.gluu.oxtrust.util.OxTrustConstants.searchGroupSizeLimit = 20
static

◆ searchPersonsSizeLimit

final int org.gluu.oxtrust.util.OxTrustConstants.searchPersonsSizeLimit = 20
static

◆ searchSectorIdentifierSizeLimit

final int org.gluu.oxtrust.util.OxTrustConstants.searchSectorIdentifierSizeLimit = 20
static

◆ searchSizeLimit

final int org.gluu.oxtrust.util.OxTrustConstants.searchSizeLimit = 20
static

◆ SELF_LINK_CONTRACT

final String org.gluu.oxtrust.util.OxTrustConstants.SELF_LINK_CONTRACT = "$self"
static

◆ sn

final String org.gluu.oxtrust.util.OxTrustConstants.sn = "sn"
static

◆ status

final String org.gluu.oxtrust.util.OxTrustConstants.status = "status"
static

◆ top

final String org.gluu.oxtrust.util.OxTrustConstants.top = "top"
static

◆ uniqueIdentifier

final String org.gluu.oxtrust.util.OxTrustConstants.uniqueIdentifier = "uniqueIdentifier"
static

oxAsimba fields


このクラス詳解は次のファイルから抽出されました: