Serialized Form
-
Package org.gluu.oxtrust
-
Class org.gluu.oxtrust.LanguageBean extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
adminUiLocaleSupported
java.util.List<org.gluu.model.LocaleSupported> adminUiLocaleSupported
-
homeAction
HomeAction homeAction
-
identity
Identity identity
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
personService
PersonService personService
-
-
-
Package org.gluu.oxtrust.action
-
Class org.gluu.oxtrust.action.AttributeImportAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 8755036208872218664L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
fileData
byte[] fileData
-
fileDataToImport
AttributeImportAction.FileDataToImport fileDataToImport
-
isInitialized
boolean isInitialized
-
ldifService
LdifService ldifService
-
uploadedFile
org.primefaces.model.file.UploadedFile uploadedFile
-
-
Class org.gluu.oxtrust.action.AttributeImportAction.FileDataToImport extends java.lang.Object implements Serializable
- serialVersionUID:
- 7334362213305310293L
-
Serialized Fields
-
data
byte[] data
-
fileName
java.lang.String fileName
-
ready
boolean ready
-
-
Class org.gluu.oxtrust.action.AttributeInventoryAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3832167044333943686L
-
Serialized Fields
-
activeAttributeList
java.util.List<org.gluu.model.GluuAttribute> activeAttributeList
-
attributeList
java.util.List<org.gluu.model.GluuAttribute> attributeList
-
attributeService
AttributeService attributeService
-
checked
java.util.Map<java.lang.String,java.lang.Boolean> checked
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
initialized
boolean initialized
-
ldifService
LdifService ldifService
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be between 0 and 30") java.lang.String searchPattern
-
showInactive
boolean showInactive
-
-
Class org.gluu.oxtrust.action.Authenticator extends java.lang.Object implements Serializable
- serialVersionUID:
- -3975272457541385597L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
configurationService
ConfigurationService configurationService
-
customScriptService
org.gluu.service.custom.CustomScriptService customScriptService
-
encryptionService
EncryptionService encryptionService
-
externalContext
javax.faces.context.ExternalContext externalContext
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
facesService
org.gluu.jsf2.service.FacesService facesService
-
identity
Identity identity
-
identityInstance
javax.enterprise.inject.Instance<Identity> identityInstance
-
log
org.slf4j.Logger log
-
LOGIN_FAILED_OX_TRUST
java.lang.String LOGIN_FAILED_OX_TRUST
-
openIdService
OpenIdService openIdService
-
personService
PersonService personService
-
securityService
SecurityService securityService
-
-
Class org.gluu.oxtrust.action.CertificateManagementAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1938167091985945238L
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
HTTPD_CERTIFICATE_FILE
java.lang.String HTTPD_CERTIFICATE_FILE
-
IDP_ENCRYPT_CERTIFICATE_FILE
java.lang.String IDP_ENCRYPT_CERTIFICATE_FILE
-
IDP_SIGNING_CERTIFICATE_FILE
java.lang.String IDP_SIGNING_CERTIFICATE_FILE
-
internalCertificates
java.util.List<X509CertificateShortInfo> internalCertificates
-
log
org.slf4j.Logger log
-
OPENDJ_CERTIFICATE_FILE
java.lang.String OPENDJ_CERTIFICATE_FILE
-
OPENLDAP_CERTIFICATE_FILE
java.lang.String OPENLDAP_CERTIFICATE_FILE
-
trustStoreCertificates
java.util.List<X509CertificateShortInfo> trustStoreCertificates
-
-
Class org.gluu.oxtrust.action.ClientPasswordAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6486111971437252913L
-
Serialized Fields
-
clientService
ClientService clientService
-
encryptionService
EncryptionService encryptionService
-
log
org.slf4j.Logger log
-
newPassword
java.lang.String newPassword
-
newPasswordConfirmation
java.lang.String newPasswordConfirmation
-
passwordMessage
java.lang.String passwordMessage
-
updateClientAction
UpdateClientAction updateClientAction
-
-
Class org.gluu.oxtrust.action.ConfigurationStatusAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -7470520478553992898L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
clientService
ClientService clientService
-
configurationService
ConfigurationService configurationService
-
encryptionService
EncryptionService encryptionService
-
health
java.lang.String health
-
log
org.slf4j.Logger log
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
openIdConfiguration
OpenIdConfigurationResponse openIdConfiguration
-
openIdService
OpenIdService openIdService
-
statsData
java.util.Map<java.lang.String,java.lang.Integer> statsData
-
-
Class org.gluu.oxtrust.action.ConfigureCacheRefreshAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -5210460481895022468L
-
Serialized Fields
-
activeLdapConfig
org.gluu.model.ldap.GluuLdapConfiguration activeLdapConfig
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeMapping
java.util.List<org.gluu.model.SimpleCustomProperty> attributeMapping
-
cacheRefreshConfiguration
org.gluu.config.oxtrust.CacheRefreshConfiguration cacheRefreshConfiguration
-
cacheRefreshEnabled
boolean cacheRefreshEnabled
-
cacheRefreshEnabledIntervalMinutes
int cacheRefreshEnabledIntervalMinutes
-
cacheRefreshService
CacheRefreshService cacheRefreshService
-
configuration
GluuConfiguration configuration
-
configurationFactory
ConfigurationFactory configurationFactory
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
encryptionService
EncryptionService encryptionService
-
externalCacheRefreshService
ExternalCacheRefreshService externalCacheRefreshService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
initialized
boolean initialized
-
interceptorValidationMessage
java.lang.String interceptorValidationMessage
-
inumService
InumService inumService
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
keyAttributes
java.util.List<org.gluu.model.SimpleProperty> keyAttributes
-
keyObjectClasses
java.util.List<org.gluu.model.SimpleProperty> keyObjectClasses
-
log
org.slf4j.Logger log
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
personService
PersonService personService
-
showInterceptorValidationDialog
boolean showInterceptorValidationDialog
-
sourceAttributes
java.util.List<org.gluu.model.SimpleProperty> sourceAttributes
-
updateMethod
CacheRefreshUpdateMethod updateMethod
-
-
Class org.gluu.oxtrust.action.ConfigureLogViewerAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3310460481895022468L
-
Serialized Fields
-
configuration
GluuConfiguration configuration
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
gluuServerDetail
GluuConfiguration gluuServerDetail
-
initialized
boolean initialized
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
log
org.slf4j.Logger log
-
loggerService
LoggerService loggerService
-
logViewerConfiguration
LogViewerConfig logViewerConfiguration
-
oxAuthLogConfigLocation
java.lang.String oxAuthLogConfigLocation
-
oxTrustLogConfigLocation
java.lang.String oxTrustLogConfigLocation
-
-
Class org.gluu.oxtrust.action.ConfigureNameIdAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -9125609238796284572L
-
Serialized Fields
-
applicationConfiguration
org.gluu.config.oxtrust.AppConfiguration applicationConfiguration
-
attributes
java.util.List<org.gluu.model.GluuAttribute> attributes
-
attributeService
AttributeService attributeService
-
availableNamedIds
java.util.Map<java.lang.String,java.lang.String> availableNamedIds
-
configurationFactory
ConfigurationFactory configurationFactory
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
log
org.slf4j.Logger log
-
nameIdConfigs
java.util.ArrayList<org.gluu.config.oxtrust.NameIdConfig> nameIdConfigs
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
trustService
TrustService trustService
-
usedNamedIds
java.util.Map<java.lang.String,java.lang.String> usedNamedIds
-
-
Class org.gluu.oxtrust.action.ContactDownloadAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6486111971437252913L
-
Serialized Fields
-
downloadService
DownloadService downloadService
-
externalContext
javax.faces.context.ExternalContext externalContext
-
facesContext
javax.faces.context.FacesContext facesContext
-
identity
Identity identity
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxtrust.action.CustomAttributeAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -719594782175672946L
-
Serialized Fields
-
activeOrigin
java.lang.String activeOrigin
-
attributeByOrigin
java.util.Map<java.lang.String,java.util.List<org.gluu.model.GluuAttribute>> attributeByOrigin
-
attributeIds
java.util.Map<org.gluu.model.GluuAttribute,java.lang.String> attributeIds
-
attributeInums
java.util.Map<java.lang.String,org.gluu.model.GluuAttribute> attributeInums
-
attributes
java.util.List<org.gluu.model.GluuAttribute> attributes
-
attributeService
AttributeService attributeService
-
attributeToIds
java.util.Map<java.lang.String,org.gluu.model.GluuAttribute> attributeToIds
-
availableAttributeIds
java.util.List<java.lang.String> availableAttributeIds
-
customAttributes
java.util.List<GluuCustomAttribute> customAttributes
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
origCustomAttributes
java.util.ArrayList<GluuCustomAttribute> origCustomAttributes
-
originDisplayNames
java.util.Map<java.lang.String,java.lang.String> originDisplayNames
-
-
Class org.gluu.oxtrust.action.FederationDeconstructionAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1216276324815043884L
-
Serialized Fields
-
bulkEntities
java.util.List<java.lang.String> bulkEntities
-
bulkFiltered
java.util.List<java.lang.String> bulkFiltered
-
filteredEntities
java.util.List<java.lang.String> filteredEntities
-
filterString
java.lang.String filterString
-
log
org.slf4j.Logger log
-
managedEntities
java.util.List<java.lang.String> managedEntities
-
managedFiltered
java.util.List<java.lang.String> managedFiltered
-
organizationService
OrganizationService organizationService
-
samlMetadataParser
org.gluu.saml.metadata.SAMLMetadataParser samlMetadataParser
-
selectedList
java.util.Set<java.lang.String> selectedList
-
selectedTR
GluuSAMLTrustRelationship selectedTR
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
trustRelationship
GluuSAMLTrustRelationship trustRelationship
-
trustService
TrustService trustService
-
updateDescrInProgress
boolean updateDescrInProgress
-
updateNameInProgress
boolean updateNameInProgress
-
-
Class org.gluu.oxtrust.action.FederationInventoryAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1477997697645117954L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
federations
java.util.List<GluuSAMLFederationProposal> federations
-
federationService
FederationService federationService
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxtrust.action.FederationProposalsInventoryAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1477997697645117954L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
federationService
FederationService federationService
-
log
org.slf4j.Logger log
-
proposalsList
java.util.List<GluuSAMLFederationProposal> proposalsList
-
-
Class org.gluu.oxtrust.action.FileViewerAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 3968626531612060143L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxtrust.action.HomeAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 5130372165991117114L
-
Serialized Fields
-
authenticationChartDto
AuthenticationChartDto authenticationChartDto
-
authenticationChartJson
java.lang.String authenticationChartJson
-
configurationService
ConfigurationService configurationService
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
jsonService
org.gluu.service.JsonService jsonService
-
localCacheService
org.gluu.service.LocalCacheService localCacheService
-
log
org.slf4j.Logger log
-
metricService
MetricService metricService
-
permissionService
PermissionService permissionService
-
updateChecker
UpdateChecker updateChecker
-
-
Class org.gluu.oxtrust.action.JoinFederationAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1032167044333943680L
-
Serialized Fields
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
federationProposal
GluuSAMLFederationProposal federationProposal
-
federationService
FederationService federationService
-
fileWrapper
org.gluu.util.io.FileUploadWrapper fileWrapper
-
inum
java.lang.String inum
-
organizationService
OrganizationService organizationService
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
trustContactsAction
TrustContactsAction trustContactsAction
-
-
Class org.gluu.oxtrust.action.JsonConfigurationAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -4470460481895022468L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
cacheConfiguration
org.gluu.service.cache.CacheConfiguration cacheConfiguration
-
cacheConfigurationJson
java.lang.String cacheConfigurationJson
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
dataSourceTypeService
org.gluu.service.DataSourceTypeService dataSourceTypeService
-
emailUniquenessService
EmailUniquenessService emailUniquenessService
-
encryptionService
EncryptionService encryptionService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
fido2ConfigJson
java.lang.String fido2ConfigJson
-
HIDDEN_PASSWORD_TEXT
java.lang.String HIDDEN_PASSWORD_TEXT
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
jsonService
org.gluu.service.JsonService jsonService
-
log
org.slf4j.Logger log
-
oxAuthDynamicConfigJson
java.lang.String oxAuthDynamicConfigJson
-
oxTrustappConfiguration
org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration
-
oxTrustConfigJson
java.lang.String oxTrustConfigJson
-
oxTrustImportPersonConfigJson
java.lang.String oxTrustImportPersonConfigJson
-
oxTrustImportPersonConfiguration
org.gluu.config.oxtrust.ImportPersonConfig oxTrustImportPersonConfiguration
-
storeConfiguration
org.gluu.service.document.store.conf.DocumentStoreConfiguration storeConfiguration
-
storeConfigurationJson
java.lang.String storeConfigurationJson
-
stringEncrypter
org.gluu.util.security.StringEncrypter stringEncrypter
-
-
Class org.gluu.oxtrust.action.LogoutAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1887682170119210113L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
facesService
org.gluu.jsf2.service.FacesService facesService
-
identity
Identity identity
-
openIdService
OpenIdService openIdService
-
-
Class org.gluu.oxtrust.action.ManageCertificateAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 4012709440384265524L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
BEGIN_CERT_REQ
java.lang.String BEGIN_CERT_REQ
-
certsMmanagePossible
boolean certsMmanagePossible
-
configurationService
ConfigurationService configurationService
-
END_CERT_REQ
java.lang.String END_CERT_REQ
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
idpCertFN
java.lang.String idpCertFN
-
initialized
boolean initialized
-
issuer
java.util.HashMap<java.lang.String,java.lang.String> issuer
-
log
org.slf4j.Logger log
-
orgInumFN
java.lang.String orgInumFN
-
sslService
SSLService sslService
-
subject
java.util.HashMap<java.lang.String,java.lang.String> subject
-
tomcatCertFN
java.lang.String tomcatCertFN
-
trustStoreCertificates
java.util.List<TrustStoreCertificate> trustStoreCertificates
-
trustStoreCertificateUploadMarker
TrustStoreCertificate trustStoreCertificateUploadMarker
-
trustStoreConfiguration
TrustStoreConfiguration trustStoreConfiguration
-
uploadMarker
java.lang.String uploadMarker
-
wereAnyChanges
boolean wereAnyChanges
-
-
Class org.gluu.oxtrust.action.ManageCustomScriptAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3823022039248381963L
-
Serialized Fields
-
allAcrs
java.util.List<java.lang.String> allAcrs
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customScriptsByTypes
java.util.Map<org.gluu.model.custom.script.CustomScriptType,java.util.List<org.gluu.model.custom.script.model.CustomScript>> customScriptsByTypes
-
customScriptService
org.gluu.service.custom.script.AbstractCustomScriptService customScriptService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
initialized
boolean initialized
-
log
org.slf4j.Logger log
-
NAME_PATTERN
java.util.regex.Pattern NAME_PATTERN
-
samlAcrService
SamlAcrService samlAcrService
-
showActive
boolean showActive
-
-
Class org.gluu.oxtrust.action.ManageOtherCustomScriptAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 3741983528514587310L
-
Serialized Fields
-
allAcrs
java.util.List<java.lang.String> allAcrs
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customScriptsByTypes
java.util.Map<org.gluu.model.custom.script.CustomScriptType,java.util.List<org.gluu.model.custom.script.model.CustomScript>> customScriptsByTypes
-
customScriptService
org.gluu.service.custom.script.AbstractCustomScriptService customScriptService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
initialized
boolean initialized
-
log
org.slf4j.Logger log
-
NAME_PATTERN
java.util.regex.Pattern NAME_PATTERN
-
samlAcrService
SamlAcrService samlAcrService
-
showActive
boolean showActive
-
-
Class org.gluu.oxtrust.action.ManagePersonAuthenticationAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -4470460481895022468L
-
Serialized Fields
-
activeLdapConfig
org.gluu.model.ldap.GluuLdapConfiguration activeLdapConfig
-
authenticationMode
java.lang.String authenticationMode
-
authenticationRecaptchaEnabled
boolean authenticationRecaptchaEnabled
-
configurationFactory
ConfigurationFactory configurationFactory
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customAuthenticationConfigNames
java.util.List<java.lang.String> customAuthenticationConfigNames
-
customScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> customScripts
-
customScriptService
org.gluu.service.custom.script.AbstractCustomScriptService customScriptService
-
encryptionService
EncryptionService encryptionService
-
existLdapConfigIdpAuthConf
boolean existLdapConfigIdpAuthConf
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
initialized
boolean initialized
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
log
org.slf4j.Logger log
-
oxTrustappConfiguration
org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration
-
oxTrustAuthenticationMode
java.lang.String oxTrustAuthenticationMode
-
passportEnable
java.lang.Boolean passportEnable
-
recaptchaSecretKey
java.lang.String recaptchaSecretKey
-
recaptchaSiteKey
java.lang.String recaptchaSiteKey
-
sourceConfigs
java.util.List<org.gluu.model.ldap.GluuLdapConfiguration> sourceConfigs
-
-
Class org.gluu.oxtrust.action.MenuAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -172441515451149801L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesService
org.gluu.jsf2.service.FacesService facesService
-
-
Class org.gluu.oxtrust.action.MetadataFiltersAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -5304171897858890801L
-
Serialized Fields
-
availableMetadataFilters
java.util.List<MetadataFilter> availableMetadataFilters
-
filterCertWrapper
org.gluu.util.io.FileUploadWrapper filterCertWrapper
-
filterService
FilterService filterService
-
log
org.slf4j.Logger log
-
metadataFilters
java.util.List<MetadataFilter> metadataFilters
-
metadataFilterSelected
MetadataFilter metadataFilterSelected
-
selectedList
java.util.Set<MetadataFilter> selectedList
-
trustRelationship
GluuSAMLTrustRelationship trustRelationship
-
-
Class org.gluu.oxtrust.action.PassportConfigurationAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -2248724241209494078L
-
Serialized Fields
-
configuration
org.gluu.model.passport.config.Configuration configuration
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
ldapOxPassportConfiguration
org.gluu.config.oxtrust.LdapOxPassportConfiguration ldapOxPassportConfiguration
-
log
org.slf4j.Logger log
-
loggingLevels
java.lang.String[] loggingLevels
-
passportConfiguration
org.gluu.model.passport.PassportConfiguration passportConfiguration
-
passportService
PassportService passportService
-
-
Class org.gluu.oxtrust.action.PassportIdpInitiatedAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6747074157779841269L
-
Serialized Fields
-
acrValue
java.lang.String acrValue
-
authScripts
java.util.List<java.lang.String> authScripts
-
authzParam
org.gluu.model.passport.idpinitiated.AuthzParams authzParam
-
authzParams
java.util.List<org.gluu.model.passport.idpinitiated.AuthzParams> authzParams
-
availableResponseTypes
java.util.List<org.gluu.model.SelectableEntity<java.lang.String>> availableResponseTypes
-
availableScopes
java.util.List<org.gluu.model.SelectableEntity<java.lang.String>> availableScopes
-
clients
java.util.List<OxAuthClient> clients
-
clientService
ClientService clientService
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customScriptService
org.gluu.service.custom.script.AbstractCustomScriptService customScriptService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
iiConfiguration
org.gluu.model.passport.idpinitiated.IIConfiguration iiConfiguration
-
isEdition
boolean isEdition
-
ldapOxPassportConfiguration
org.gluu.config.oxtrust.LdapOxPassportConfiguration ldapOxPassportConfiguration
-
log
org.slf4j.Logger log
-
options
java.util.List<OptionEntry> options
-
passportConfiguration
org.gluu.model.passport.PassportConfiguration passportConfiguration
-
passportService
PassportService passportService
-
previousParam
org.gluu.model.passport.idpinitiated.AuthzParams previousParam
-
providers
java.util.List<org.gluu.model.passport.Provider> providers
-
responseTypes
java.util.List<java.lang.String> responseTypes
-
scopes
java.util.List<java.lang.String> scopes
-
scopeService
ScopeService scopeService
-
showForm
boolean showForm
-
-
Class org.gluu.oxtrust.action.PassportProvidersAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6747074157779841269L
-
Serialized Fields
-
CLIENT_ID
java.lang.String CLIENT_ID
-
CLIENT_SECRET
java.lang.String CLIENT_SECRET
-
configuration
org.gluu.model.passport.config.Configuration configuration
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
DEFAULT_ISSUER
java.lang.String DEFAULT_ISSUER
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
id
java.lang.String id
-
idpInitiated
org.gluu.model.passport.idpinitiated.IIConfiguration idpInitiated
-
ISSUER
java.lang.String ISSUER
-
ldapOxPassportConfiguration
org.gluu.config.oxtrust.LdapOxPassportConfiguration ldapOxPassportConfiguration
-
log
org.slf4j.Logger log
-
mappings
java.lang.String[] mappings
-
options
java.util.List<OptionEntry> options
-
optionsKeys
java.util.List<java.lang.String> optionsKeys
-
passportConfiguration
org.gluu.model.passport.PassportConfiguration passportConfiguration
-
passportService
PassportService passportService
-
provider
org.gluu.model.passport.Provider provider
-
providers
java.util.List<org.gluu.model.passport.Provider> providers
-
providerSelections
java.util.List<PassportProvider> providerSelections
-
providerTypes
java.lang.String[] providerTypes
-
strategies
java.lang.String[] strategies
-
update
boolean update
-
-
Class org.gluu.oxtrust.action.PasswordReminderAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
email
@Email @NotEmpty @NotBlank java.lang.String email
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
mailService
org.gluu.service.MailService mailService
-
organizationService
OrganizationService organizationService
-
oxTrustappConfiguration
org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
passwordResetIsEnable
boolean passwordResetIsEnable
-
passwordResetService
PasswordResetService passwordResetService
-
personService
PersonService personService
-
recaptchaService
RecaptchaService recaptchaService
-
rendererParameters
org.gluu.jsf2.model.RenderParameters rendererParameters
-
-
Class org.gluu.oxtrust.action.PasswordResetAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6457422770824016614L
-
Serialized Fields
-
answer
GluuCustomAttribute answer
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
code
java.lang.String code
-
confirm
@Size(min=3,max=60,message="Password length must be between {min} and {max} characters.") java.lang.String confirm
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
guid
java.lang.String guid
-
hasSecurityQuestion
boolean hasSecurityQuestion
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
password
@Size(min=3,max=60,message="Password length must be between {min} and {max} characters.") java.lang.String password
-
passwordResetService
PasswordResetService passwordResetService
-
personService
PersonService personService
-
recaptchaService
RecaptchaService recaptchaService
-
request
PasswordResetRequest request
-
response
java.lang.String response
-
SECRET_ANSWER
java.lang.String SECRET_ANSWER
-
SECRET_QUESTION
java.lang.String SECRET_QUESTION
-
securityAnswer
java.lang.String securityAnswer
-
securityQuestion
java.lang.String securityQuestion
-
-
Class org.gluu.oxtrust.action.PasswordValidationAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1952428504080910113L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
checkOldPassword
boolean checkOldPassword
-
confirm
java.lang.String confirm
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
facesService
org.gluu.jsf2.service.FacesService facesService
-
graphValidator
javax.faces.component.UIComponent graphValidator
-
identity
Identity identity
-
log
org.slf4j.Logger log
-
logoutAction
LogoutAction logoutAction
-
oldPassword
java.lang.String oldPassword
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
password
java.lang.String password
-
person
GluuCustomPerson person
-
personService
IPersonService personService
-
USER_PASSWORD
java.lang.String USER_PASSWORD
-
-
Class org.gluu.oxtrust.action.PersonImportAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1270460481895022468L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributes
java.util.List<org.gluu.model.GluuAttribute> attributes
-
attributesDisplayNameMap
java.util.Map<java.lang.String,org.gluu.model.GluuAttribute> attributesDisplayNameMap
-
attributeService
AttributeService attributeService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customAttributeAction
CustomAttributeAction customAttributeAction
-
excelService
ExcelService excelService
-
externalUpdateUserService
ExternalUpdateUserService externalUpdateUserService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
file
org.primefaces.model.file.UploadedFile file
-
fileData
byte[] fileData
-
fileDataToImport
PersonImportAction.FileDataToImport fileDataToImport
-
identity
Identity identity
-
inum
java.lang.String inum
-
isInitialized
boolean isInitialized
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
person
GluuCustomPerson person
-
PERSON_IMPORT_PERSON_LOCKUP_RETURN_ATTRIBUTES
java.lang.String[] PERSON_IMPORT_PERSON_LOCKUP_RETURN_ATTRIBUTES
-
PERSON_PASSWORD_ATTRIBUTE
java.lang.String PERSON_PASSWORD_ATTRIBUTE
-
personService
PersonService personService
-
SEPARATOR
java.lang.String SEPARATOR
-
UID
java.lang.String UID
-
USER_PASSWORD
java.lang.String USER_PASSWORD
-
-
Class org.gluu.oxtrust.action.PersonImportAction.FileDataToImport extends java.lang.Object implements Serializable
- serialVersionUID:
- 7334362213305310293L
-
Serialized Fields
-
fileName
java.lang.String fileName
-
importAttributes
java.util.List<PersonImportAction.ImportAttribute> importAttributes
-
persons
java.util.List<GluuCustomPerson> persons
-
ready
boolean ready
-
table
Table table
-
-
Class org.gluu.oxtrust.action.PersonImportAction.ImportAttribute extends java.lang.Object implements Serializable
- serialVersionUID:
- -5640983196565086530L
-
Serialized Fields
-
attribute
org.gluu.model.GluuAttribute attribute
-
col
int col
-
-
Class org.gluu.oxtrust.action.ProductInstallationCheckerAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1125167091541923404L
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
log
org.slf4j.Logger log
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
showIDP_CAS
boolean showIDP_CAS
-
showSAMLMenu
boolean showSAMLMenu
-
showSAMLSubmenu
boolean showSAMLSubmenu
-
-
Class org.gluu.oxtrust.action.RegisterPersonAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6002737004324917338L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeService
AttributeService attributeService
-
captchaDisabled
boolean captchaDisabled
-
configurationService
ConfigurationService configurationService
-
confirmationOkay
boolean confirmationOkay
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customAttributeAction
CustomAttributeAction customAttributeAction
-
email
java.lang.String email
-
externalUserRegistrationService
ExternalUserRegistrationService externalUserRegistrationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
hiddenAttributes
java.util.List<java.lang.String> hiddenAttributes
-
HOST_NAME
java.lang.String HOST_NAME
-
identity
Identity identity
-
inum
java.lang.String inum
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
password
@NotNull @Size(min=2,max=30,message="Length of password should be between 2 and 30") java.lang.String password
-
person
GluuCustomPerson person
-
personService
PersonService personService
-
POST_REGISTRATION_REDIRECT_URI
java.lang.String POST_REGISTRATION_REDIRECT_URI
-
postRegistrationInformation
java.lang.String postRegistrationInformation
-
postRegistrationRedirectUri
java.lang.String postRegistrationRedirectUri
-
recaptchaService
RecaptchaService recaptchaService
-
repeatPassword
@NotNull @Size(min=2,max=30,message="Length of password should be between 2 and 30") java.lang.String repeatPassword
-
requestParameters
java.util.Map<java.lang.String,java.lang.String[]> requestParameters
-
VALID_EMAIL_ADDRESS_REGEX
java.util.regex.Pattern VALID_EMAIL_ADDRESS_REGEX
-
-
Class org.gluu.oxtrust.action.RegistrationManagementAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3832167044333943686L
-
Serialized Fields
-
attributeData
java.lang.String attributeData
-
attributeName
java.lang.String attributeName
-
attributes
java.util.List<org.gluu.model.GluuAttribute> attributes
-
attributeService
AttributeService attributeService
-
captchaDisabled
boolean captchaDisabled
-
configureRegistrationForm
boolean configureRegistrationForm
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customScriptTypes
java.util.List<java.lang.String> customScriptTypes
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
jsonConfigurationService
JsonConfigurationService jsonConfigurationService
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
organizationService
OrganizationService organizationService
-
oxTrustappConfiguration
org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration
-
searchPattern
java.lang.String searchPattern
-
selectedAttributes
java.util.List<org.gluu.model.GluuAttribute> selectedAttributes
-
-
Class org.gluu.oxtrust.action.RelyingPartyAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -5304171897858890801L
-
Serialized Fields
-
allAcrs
java.util.List<java.lang.String> allAcrs
-
availableProfileConfigurations
java.util.List<java.lang.String> availableProfileConfigurations
-
fileWrappers
java.util.Map<java.lang.String,org.gluu.util.io.FileUploadWrapper> fileWrappers
-
log
org.slf4j.Logger log
-
NAMEID_FORMAT_UNSPECIFIED
java.lang.String NAMEID_FORMAT_UNSPECIFIED
-
profileConfigurations
java.util.List<java.lang.String> profileConfigurations
-
profileConfigurationSelected
ProfileConfiguration profileConfigurationSelected
-
profileConfigurationService
ProfileConfigurationService profileConfigurationService
-
samlAcrService
SamlAcrService samlAcrService
-
savedProfileConfigurations
java.util.List<ProfileConfiguration> savedProfileConfigurations
-
selectedList
java.util.Set<ProfileConfiguration> selectedList
-
supportedNameIdFormats
java.util.List<java.lang.String> supportedNameIdFormats
-
trustRelationship
GluuSAMLTrustRelationship trustRelationship
-
unspecifiedNameIDFormatSupported
boolean unspecifiedNameIDFormatSupported
-
updateTrustRelationshipAction
UpdateTrustRelationshipAction updateTrustRelationshipAction
-
-
Class org.gluu.oxtrust.action.SamlAcrAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 4373491307640582394L
-
Serialized Fields
-
acrs
java.util.List<SamlAcr> acrs
-
edit
boolean edit
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
parents
java.util.List<java.lang.String> parents
-
samlAcr
SamlAcr samlAcr
-
samlAcrService
SamlAcrService samlAcrService
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
-
Class org.gluu.oxtrust.action.ScimConfigureAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1290460481895022469L
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
isInitialized
boolean isInitialized
-
-
Class org.gluu.oxtrust.action.SearchClientAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 8361095046179474395L
-
Serialized Fields
-
clientList
java.util.List<OxAuthClient> clientList
-
clientService
ClientService clientService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") java.lang.String searchPattern
-
-
Class org.gluu.oxtrust.action.SearchGroupAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -5270460481895022468L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
groupList
java.util.List<GluuGroup> groupList
-
groupService
GroupService groupService
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be between 0 and 30") java.lang.String searchPattern
-
-
Class org.gluu.oxtrust.action.SearchPersonAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -4672682869487324438L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
count
int count
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
nbPages
int nbPages
-
persons
java.util.List<GluuCustomPerson> persons
-
personService
PersonService personService
-
results
org.gluu.persist.model.PagedResult<GluuCustomPerson> results
-
searchIndex
int searchIndex
-
searchPattern
java.lang.String searchPattern
-
start
int start
-
-
Class org.gluu.oxtrust.action.SearchScopeAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -6633178742652918098L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
scopeList
java.util.List<org.oxauth.persistence.model.Scope> scopeList
-
scopeService
ScopeService scopeService
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") java.lang.String searchPattern
-
-
Class org.gluu.oxtrust.action.SearchTrustedIdpAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 8361095046179474395L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
oxTrustedIdpList
java.util.List<OxTrustedIdp> oxTrustedIdpList
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") java.lang.String searchPattern
-
trustedIdpService
TrustedIDPService trustedIdpService
-
-
Class org.gluu.oxtrust.action.SsoLoginAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 7409229786722653317L
-
Serialized Fields
-
actionUrl
java.lang.String actionUrl
Deprecated. -
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
Deprecated. -
contextKey
java.lang.String contextKey
Deprecated. -
identity
Identity identity
Deprecated. -
initialized
boolean initialized
Deprecated. -
log
org.slf4j.Logger log
Deprecated. -
password
java.lang.String password
Deprecated. -
relayState
java.lang.String relayState
Deprecated. -
relayStateValue
java.lang.String relayStateValue
Deprecated. -
relyingPartyId
java.lang.String relyingPartyId
Deprecated. -
userName
java.lang.String userName
Deprecated.
-
-
Class org.gluu.oxtrust.action.TrustContactsAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1032167044333943680L
-
Serialized Fields
-
contacts
java.util.List<org.gluu.model.TrustContact> contacts
-
trustRelationship
GluuSAMLTrustRelationship trustRelationship
-
trustService
TrustService trustService
-
xmlService
org.gluu.service.XmlService xmlService
-
-
Class org.gluu.oxtrust.action.TrustRelationshipInventoryAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 8388485274418394665L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") java.lang.String searchPattern
-
trustedSpList
java.util.List<GluuSAMLTrustRelationship> trustedSpList
-
trustService
TrustService trustService
-
-
Class org.gluu.oxtrust.action.UpdateAttributeAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -2932167044333943687L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attribute
org.gluu.model.GluuAttribute attribute
-
attributeService
AttributeService attributeService
-
canEdit
boolean canEdit
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
dataSourceTypeService
org.gluu.service.DataSourceTypeService dataSourceTypeService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
inum
java.lang.String inum
-
log
org.slf4j.Logger log
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
schemaService
org.gluu.service.SchemaService schemaService
-
showAttributeDeleteConfirmation
boolean showAttributeDeleteConfirmation
-
tooltipToggle
boolean tooltipToggle
-
trustService
TrustService trustService
-
update
boolean update
-
validationToggle
boolean validationToggle
-
-
Class org.gluu.oxtrust.action.UpdateCASAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1061838191485356624L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
casBaseURL
java.lang.String casBaseURL
-
casService
CASService casService
-
CLIENT_SESSION_STORAGESERVICE
java.lang.String CLIENT_SESSION_STORAGESERVICE
-
configuration
org.gluu.config.oxtrust.ShibbolethCASProtocolConfiguration configuration
-
IDP_CAS_STORAGESERVICE
java.lang.String IDP_CAS_STORAGESERVICE
-
IDP_SESSION_STORAGESERVICE
java.lang.String IDP_SESSION_STORAGESERVICE
-
log
org.slf4j.Logger log
-
sessionStorageTypes
java.util.List<java.lang.String> sessionStorageTypes
-
SHIBBOLETH_MEMCACHEDSTORAGESERVICE
java.lang.String SHIBBOLETH_MEMCACHEDSTORAGESERVICE
-
SHIBBOLETH_STORAGESERVICE
java.lang.String SHIBBOLETH_STORAGESERVICE
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
trustService
TrustService trustService
-
-
Class org.gluu.oxtrust.action.UpdateClientAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -5756470620039988876L
-
Serialized Fields
-
additionalAudienceList
java.util.List<java.lang.String> additionalAudienceList
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeService
AttributeService attributeService
-
authorizedOrigins
java.util.List<java.lang.String> authorizedOrigins
-
availableAdditionalAudience
java.lang.String availableAdditionalAudience
-
availableAuthorizedOrigin
java.lang.String availableAuthorizedOrigin
-
availableClaimRedirectUri
java.lang.String availableClaimRedirectUri
-
availableClaims
java.util.List<org.gluu.model.GluuAttribute> availableClaims
-
availableClientBacklogoutUri
java.lang.String availableClientBacklogoutUri
-
availableClientlogoutUri
java.lang.String availableClientlogoutUri
-
availableConsentScripts
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableConsentScripts
-
availableContact
java.lang.String availableContact
-
availableCustomScripts
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableCustomScripts
-
availableCustomScriptsAcr
java.util.List<org.gluu.model.custom.script.model.CustomScript> availableCustomScriptsAcr
-
availableGrantTypes
java.util.List<org.gluu.model.SelectableEntity<org.gluu.oxauth.model.common.GrantType>> availableGrantTypes
-
availableGroups
java.util.List<GluuGroup> availableGroups
-
availableIntrospectionScripts
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableIntrospectionScripts
-
availableLoginUri
java.lang.String availableLoginUri
-
availableLogoutUri
java.lang.String availableLogoutUri
-
availablePostAuthnScripts
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availablePostAuthnScripts
-
availableRedirectLogoutUrl
java.lang.String availableRedirectLogoutUrl
-
availableRequestUri
java.lang.String availableRequestUri
-
availableResponseTypes
java.util.List<org.gluu.model.SelectableEntity<org.gluu.oxauth.model.common.ResponseType>> availableResponseTypes
-
availableRptClaimsScripts
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableRptClaimsScripts
-
availableScopes
java.util.List<org.gluu.model.SelectableEntity<org.oxauth.persistence.model.Scope>> availableScopes
-
availableSpontaneousScripts
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableSpontaneousScripts
-
backchannelLogoutUri
java.lang.String backchannelLogoutUri
-
claimRedirectURIList
java.util.List<java.lang.String> claimRedirectURIList
-
claims
java.util.List<org.gluu.model.DisplayNameEntry> claims
-
client
OxAuthClient client
-
clientBackChannellogoutUris
java.util.List<java.lang.String> clientBackChannellogoutUris
-
clientlogoutUris
java.util.List<java.lang.String> clientlogoutUris
-
clientService
ClientService clientService
-
consentScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> consentScripts
-
contacts
java.util.List<java.lang.String> contacts
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> customScripts
-
customScriptService
org.gluu.service.custom.script.AbstractCustomScriptService customScriptService
-
customScriptsforConsentGather
java.lang.String customScriptsforConsentGather
-
customScriptsforPostAuthn
java.lang.String customScriptsforPostAuthn
-
domainPattern
java.util.regex.Pattern domainPattern
-
encryptionService
EncryptionService encryptionService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
grantTypes
java.util.List<org.gluu.oxauth.model.common.GrantType> grantTypes
-
HTTPS
java.lang.String HTTPS
-
identity
Identity identity
-
introspectionCustomScript
java.lang.String introspectionCustomScript
-
introspectionScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> introspectionScripts
-
inum
java.lang.String inum
-
log
org.slf4j.Logger log
-
loginUris
java.util.List<java.lang.String> loginUris
-
logoutUris
java.util.List<java.lang.String> logoutUris
-
lookupService
org.gluu.service.LookupService lookupService
-
markDown
java.lang.String markDown
-
oldSearchAvailableClaimPattern
java.lang.String oldSearchAvailableClaimPattern
-
oxAttributesJson
java.lang.String oxAttributesJson
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
postAuthnScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> postAuthnScripts
-
redirectLogoutUrl
java.util.List<java.lang.String> redirectLogoutUrl
-
requestUris
java.util.List<java.lang.String> requestUris
-
resources
java.util.List<org.gluu.oxauth.model.uma.persistence.UmaResource> resources
-
resourceSetService
ResourceSetService resourceSetService
-
responseTypes
java.util.List<org.gluu.oxauth.model.common.ResponseType> responseTypes
-
rptClaimsScript
java.lang.String rptClaimsScript
-
rptClaimsScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> rptClaimsScripts
-
scopePattern
java.lang.String scopePattern
-
scopes
java.util.List<org.oxauth.persistence.model.Scope> scopes
-
scopeService
ScopeService scopeService
-
searchAvailableClaimPattern
java.lang.String searchAvailableClaimPattern
-
spontaneousScopeCustomScript
java.lang.String spontaneousScopeCustomScript
-
spontaneousScopesScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> spontaneousScopesScripts
-
tlsSubjectDn
java.lang.String tlsSubjectDn
-
update
boolean update
-
-
Class org.gluu.oxtrust.action.UpdateGroupAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 572441515451149801L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
availableMembers
java.util.List<GluuCustomPerson> availableMembers
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
group
GluuGroup group
-
groupService
GroupService groupService
-
identity
Identity identity
-
inum
java.lang.String inum
-
log
org.slf4j.Logger log
-
lookupService
org.gluu.service.LookupService lookupService
-
members
java.util.List<org.gluu.model.DisplayNameEntry> members
-
oldSearchAvailableMemberPattern
java.lang.String oldSearchAvailableMemberPattern
-
organizationService
OrganizationService organizationService
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
personService
PersonService personService
-
searchAvailableMemberPattern
@NotNull @Size(min=2,max=30,message="Length of search string should be between 2 and 30") java.lang.String searchAvailableMemberPattern
-
update
boolean update
-
-
Class org.gluu.oxtrust.action.UpdateOrganizationAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -4470460481895022468L
-
Serialized Fields
-
configuration
GluuConfiguration configuration
-
configurationFactory
ConfigurationFactory configurationFactory
-
configurations
java.util.List<GluuConfiguration> configurations
-
configurationService
ConfigurationService configurationService
-
contactEmail
java.lang.String contactEmail
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
DEFAULT_CONTACT_EMAIL
java.lang.String DEFAULT_CONTACT_EMAIL
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
initialized
boolean initialized
-
keyStorePasswordDecrypted
java.lang.String keyStorePasswordDecrypted
-
ldapOxAuthConfiguration
org.gluu.config.oxtrust.LdapOxAuthConfiguration ldapOxAuthConfiguration
-
log
org.slf4j.Logger log
-
loginPageCustomMessage
java.lang.String loginPageCustomMessage
-
mailService
org.gluu.service.MailService mailService
-
organization
GluuOrganization organization
-
organizationService
OrganizationService organizationService
-
smtpConfiguration
org.gluu.model.SmtpConfiguration smtpConfiguration
-
smtpPasswordDecrypted
java.lang.String smtpPasswordDecrypted
-
THE_CHANGE_MAY_TAKE_UP_TO_30MIN_TO_BE_EFFECTIVE_DUE_TO_CACHING
java.lang.String THE_CHANGE_MAY_TAKE_UP_TO_30MIN_TO_BE_EFFECTIVE_DUE_TO_CACHING
-
webKeysSettings
org.gluu.config.oxauth.WebKeysSettings webKeysSettings
-
welcomePageCustomMessage
java.lang.String welcomePageCustomMessage
-
welcomeTitleText
java.lang.String welcomeTitleText
-
-
Class org.gluu.oxtrust.action.UpdatePersonAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3242167044333943689L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeService
AttributeService attributeService
-
clientService
ClientService clientService
-
COLON
java.lang.String COLON
-
confirmPassword
java.lang.String confirmPassword
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customAttributeAction
CustomAttributeAction customAttributeAction
-
DASH
java.lang.String DASH
-
deviceDataMap
java.util.List<GluuDeviceDataBean> deviceDataMap
-
deviceDetail
org.gluu.oxauth.model.fido.u2f.protocol.DeviceData deviceDetail
-
deviceToBeRemove
GluuDeviceDataBean deviceToBeRemove
-
externalAuthCustomAttributes
java.util.List<java.lang.String> externalAuthCustomAttributes
-
externalUpdateUserService
ExternalUpdateUserService externalUpdateUserService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
fido2DeviceService
Fido2DeviceService fido2DeviceService
-
fidoDevice
GluuCustomFidoDevice fidoDevice
-
fidoDeviceService
FidoDeviceService fidoDeviceService
-
gluuStatus
java.lang.String gluuStatus
-
groupService
GroupService groupService
-
HOTP
java.lang.String HOTP
-
identity
Identity identity
-
inum
java.lang.String inum
-
jsonService
org.gluu.service.JsonService jsonService
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
logoutAction
LogoutAction logoutAction
-
MAIL
java.lang.String MAIL
-
memberService
MemberService memberService
-
MOBILE
java.lang.String MOBILE
-
oldUid
java.lang.String oldUid
-
organizationService
OrganizationService organizationService
-
OTP_DEVICE
java.lang.String OTP_DEVICE
-
oxExternalUids
java.util.List<java.lang.String> oxExternalUids
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
pairwiseIdService
PairwiseIdService pairwiseIdService
-
PASSPORT
java.lang.String PASSPORT
-
password
java.lang.String password
-
person
GluuCustomPerson person
-
personService
PersonService personService
-
pwiToBeRemove
GluuUserPairwiseIdentifier pwiToBeRemove
-
TOTP
java.lang.String TOTP
-
update
boolean update
-
userPairWideIdentifiers
java.util.List<GluuUserPairwiseIdentifier> userPairWideIdentifiers
-
-
Class org.gluu.oxtrust.action.UpdateScopeAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 8198574569820157032L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
authorizationPolicies
java.util.List<org.gluu.model.custom.script.model.CustomScript> authorizationPolicies
-
availableAuthorizationPolicies
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableAuthorizationPolicies
-
availableClaims
java.util.List<org.gluu.model.GluuAttribute> availableClaims
-
availableDynamicScripts
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableDynamicScripts
-
claims
java.util.List<org.gluu.model.DisplayNameEntry> claims
-
clientList
java.util.List<OxAuthClient> clientList
-
clientService
ClientService clientService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
CUSTOM_SCRIPT_RETURN_ATTRIBUTES
java.lang.String[] CUSTOM_SCRIPT_RETURN_ATTRIBUTES
-
customScriptService
org.gluu.service.custom.CustomScriptService customScriptService
-
dynamicScripts
java.util.List<org.gluu.model.custom.script.model.CustomScript> dynamicScripts
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
inum
java.lang.String inum
-
log
org.slf4j.Logger log
-
lookupService
org.gluu.service.LookupService lookupService
-
oldSearchAvailableClaimPattern
java.lang.String oldSearchAvailableClaimPattern
-
oxAttributesJson
java.lang.String oxAttributesJson
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
resourceSetService
ResourceSetService resourceSetService
-
scope
org.oxauth.persistence.model.Scope scope
-
scopeService
ScopeService scopeService
-
searchAvailableClaimPattern
java.lang.String searchAvailableClaimPattern
-
umaClientList
java.util.List<OxAuthClient> umaClientList
-
update
boolean update
-
-
Class org.gluu.oxtrust.action.UpdateTrustedIdpAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 572441515451149801L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
inum
java.lang.String inum
-
jsonService
org.gluu.service.JsonService jsonService
-
log
org.slf4j.Logger log
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
oxTrustedIdp
OxTrustedIdp oxTrustedIdp
-
selectedSingleSignOnService
SingleSignOnServices selectedSingleSignOnService
-
singleSignOnServices
java.util.List<SingleSignOnServices> singleSignOnServices
-
trustedIdpService
TrustedIDPService trustedIdpService
-
update
boolean update
-
-
Class org.gluu.oxtrust.action.UpdateTrustRelationshipAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -1032167044333943680L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeService
AttributeService attributeService
-
availableEntities
java.util.List<java.lang.String> availableEntities
-
availableEntitiesFiltered
java.util.List<java.lang.String> availableEntitiesFiltered
-
certWrapper
javax.servlet.http.Part certWrapper
-
clientService
ClientService clientService
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customAttributeAction
CustomAttributeAction customAttributeAction
-
entityId
java.lang.String entityId
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
federatedSites
java.util.List<GluuSAMLTrustRelationship> federatedSites
-
federationDeconstructionAction
FederationDeconstructionAction federationDeconstructionAction
-
fileWrapper
javax.servlet.http.Part fileWrapper
-
filteredEntities
java.util.List<java.lang.String> filteredEntities
-
filterString
java.lang.String filterString
-
identity
Identity identity
-
inum
java.lang.String inum
-
log
org.slf4j.Logger log
-
mailService
org.gluu.service.MailService mailService
-
metadataFiltersAction
MetadataFiltersAction metadataFiltersAction
-
metadataStr
java.lang.String metadataStr
-
metadataValidationTimer
MetadataValidationTimer metadataValidationTimer
-
organizationService
OrganizationService organizationService
-
orgDisplayName
java.lang.String orgDisplayName
-
orgName
java.lang.String orgName
-
orgUrl
java.lang.String orgUrl
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
relyingPartyAction
RelyingPartyAction relyingPartyAction
-
rendererParameters
org.gluu.jsf2.model.RenderParameters rendererParameters
-
saml2Settings
Saml2Settings saml2Settings
-
selectedTR
java.lang.String selectedTR
-
shemaService
org.gluu.service.SchemaService shemaService
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
spAssertionConsumerServiceUrlStr
java.lang.String spAssertionConsumerServiceUrlStr
-
spSingleLogoutServiceUrlStr
java.lang.String spSingleLogoutServiceUrlStr
-
spX509certStr
java.lang.String spX509certStr
-
sslService
SSLService sslService
-
svnSyncTimer
SvnSyncTimer svnSyncTimer
-
templateService
TemplateService templateService
-
trustContactsAction
TrustContactsAction trustContactsAction
-
trustRelationship
GluuSAMLTrustRelationship trustRelationship
-
trustService
TrustService trustService
-
update
boolean update
-
-
Class org.gluu.oxtrust.action.UserPasswordAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6486111971437252913L
-
Serialized Fields
-
newPassword
java.lang.String newPassword
Deprecated. -
newPasswordConfirmation
java.lang.String newPasswordConfirmation
Deprecated. -
oldPassword
java.lang.String oldPassword
Deprecated. -
passwordMessage
java.lang.String passwordMessage
Deprecated. -
person
GluuCustomPerson person
Deprecated. -
personService
PersonService personService
Deprecated.
-
-
Class org.gluu.oxtrust.action.UserProfileAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -8238855019631152823L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeService
AttributeService attributeService
-
configurationService
ConfigurationService configurationService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customAttributeAction
CustomAttributeAction customAttributeAction
-
dataSourceTypeService
org.gluu.service.DataSourceTypeService dataSourceTypeService
-
externalUpdateUserService
ExternalUpdateUserService externalUpdateUserService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
isEditable
boolean isEditable
-
log
org.slf4j.Logger log
-
optOuts
java.util.List<java.lang.String> optOuts
-
oxTrustAuditService
OxTrustAuditService oxTrustAuditService
-
person
GluuCustomPerson person
-
personService
PersonService personService
-
tabName
java.lang.String tabName
-
userPasswordAction
UserPasswordAction userPasswordAction
-
-
Class org.gluu.oxtrust.action.ViewLogFileAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -3310340481895022468L
-
Serialized Fields
-
activeLogFileIndex
int activeLogFileIndex
-
configuration
GluuConfiguration configuration
-
configurationService
ConfigurationService configurationService
-
currentLogFileName
java.lang.String currentLogFileName
-
displayLastLinesCount
int displayLastLinesCount
-
initialized
boolean initialized
-
log
org.slf4j.Logger log
-
logFiles
java.util.Map<java.lang.Integer,java.lang.String> logFiles
-
logViewerConfiguration
LogViewerConfig logViewerConfiguration
-
-
Class org.gluu.oxtrust.action.WhitePagesAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6730313815008211305L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
persons
java.util.List<GluuCustomPerson> persons
-
personService
PersonService personService
-
selectedPersons
java.util.Set<java.lang.Integer> selectedPersons
-
tableAttributes
java.util.List<java.lang.String> tableAttributes
-
tableState
java.lang.String tableState
-
-
-
Package org.gluu.oxtrust.action.push
-
Class org.gluu.oxtrust.action.push.PushApplicationInventoryAction extends java.lang.Object implements Serializable
- serialVersionUID:
- -2233178742652918022L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
PushApplicationConfigurationService
PushApplicationConfigurationService PushApplicationConfigurationService
-
pushApplicationList
java.util.List<PushApplication> pushApplicationList
-
pushApplicationService
PushApplicationService pushApplicationService
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") java.lang.String searchPattern
-
-
Class org.gluu.oxtrust.action.push.PushDeviceInventoryAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6613070802638642079L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
pushDeviceList
java.util.List<PushDevice> pushDeviceList
-
pushDeviceService
PushDeviceService pushDeviceService
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") java.lang.String searchPattern
-
-
-
Package org.gluu.oxtrust.action.radius
-
Class org.gluu.oxtrust.action.radius.AddRadiusClientAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
client
org.gluu.radius.model.RadiusClient client
-
encryptionService
EncryptionService encryptionService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
gluuRadiusClientService
GluuRadiusClientService gluuRadiusClientService
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxtrust.action.radius.SearchRadiusClientAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
gluuRadiusClientService
GluuRadiusClientService gluuRadiusClientService
-
log
org.slf4j.Logger log
-
oldSearchPattern
java.lang.String oldSearchPattern
-
results
java.util.List<org.gluu.model.SelectableEntity<org.gluu.radius.model.RadiusClient>> results
-
searchPattern
@NotNull @Size(min=0,max=30,message="#{msgs[\'radius.clients.searchpattern.outofrange\']}") java.lang.String searchPattern
-
-
Class org.gluu.oxtrust.action.radius.UpdateGluuRadiusConfigAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
availableScopes
java.util.List<org.gluu.model.SelectableEntity<org.oxauth.persistence.model.Scope>> availableScopes
-
clientService
ClientService clientService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
customScriptService
org.gluu.service.custom.CustomScriptService customScriptService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
gluuRadiusConfigService
GluuRadiusConfigService gluuRadiusConfigService
-
log
org.slf4j.Logger log
-
scopes
java.util.List<org.oxauth.persistence.model.Scope> scopes
-
scopeService
ScopeService scopeService
-
serverConfiguration
org.gluu.radius.model.ServerConfiguration serverConfiguration
-
-
Class org.gluu.oxtrust.action.radius.UpdateRadiusClientAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
client
org.gluu.radius.model.RadiusClient client
-
encryptionService
EncryptionService encryptionService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
gluuRadiusClientService
GluuRadiusClientService gluuRadiusClientService
-
inum
java.lang.String inum
-
log
org.slf4j.Logger log
-
-
-
Package org.gluu.oxtrust.action.uma
-
Class org.gluu.oxtrust.action.uma.UmaInventoryAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 2261095046179474395L
-
Serialized Fields
-
clientService
ClientService clientService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
imageService
ImageService imageService
-
initialized
boolean initialized
-
log
org.slf4j.Logger log
-
lookupService
org.gluu.service.LookupService lookupService
-
oldSearchPattern
java.lang.String oldSearchPattern
-
resourcesList
java.util.List<org.gluu.oxauth.model.uma.persistence.UmaResource> resourcesList
-
scopesList
java.util.List<org.oxauth.persistence.model.Scope> scopesList
-
searchPattern
@NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") java.lang.String searchPattern
-
umaMetadata
org.gluu.oxauth.model.uma.UmaMetadata umaMetadata
-
umaResourcesService
ResourceSetService umaResourcesService
-
umaScopeService
UmaScopeService umaScopeService
-
-
Class org.gluu.oxtrust.action.uma.UmaScopeDownloadAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6486111971437252913L
-
Serialized Fields
-
download
boolean download
-
imageService
ImageService imageService
-
scopeDescriptionService
UmaScopeService scopeDescriptionService
-
scopeId
java.lang.String scopeId
-
-
Class org.gluu.oxtrust.action.uma.UpdateResourceAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 9180729281938167478L
-
Serialized Fields
-
availableClients
java.util.List<org.gluu.model.SelectableEntity<OxAuthClient>> availableClients
-
availableScopes
java.util.List<org.gluu.model.SelectableEntity<org.oxauth.persistence.model.Scope>> availableScopes
-
clientList
java.util.List<OxAuthClient> clientList
-
clients
java.util.List<org.gluu.model.DisplayNameEntry> clients
-
clientService
ClientService clientService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
log
org.slf4j.Logger log
-
lookupService
org.gluu.service.LookupService lookupService
-
newResource
java.lang.String newResource
-
oldSearchAvailableClientPattern
java.lang.String oldSearchAvailableClientPattern
-
oldSearchAvailableScopePattern
java.lang.String oldSearchAvailableScopePattern
-
oxId
java.lang.String oxId
-
resource
org.gluu.oxauth.model.uma.persistence.UmaResource resource
-
resources
java.util.List<java.lang.String> resources
-
scopeDescriptionService
UmaScopeService scopeDescriptionService
-
scopes
java.util.List<org.gluu.model.DisplayNameEntry> scopes
-
scopeSelection
java.lang.String scopeSelection
-
searchAvailableClientPattern
java.lang.String searchAvailableClientPattern
-
searchAvailableScopePattern
java.lang.String searchAvailableScopePattern
-
umaResourcesService
ResourceSetService umaResourcesService
-
update
boolean update
-
-
Class org.gluu.oxtrust.action.uma.UpdateUmaScopeAction extends java.lang.Object implements Serializable
- serialVersionUID:
- 6180729281938167478L
-
Serialized Fields
-
authorizationPolicies
java.util.List<org.gluu.model.custom.script.model.CustomScript> authorizationPolicies
-
availableAuthorizationPolicies
java.util.List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableAuthorizationPolicies
-
clientList
java.util.List<OxAuthClient> clientList
-
clientService
ClientService clientService
-
conversationService
org.gluu.jsf2.service.ConversationService conversationService
-
curIconImage
org.gluu.model.GluuImage curIconImage
-
customScriptService
org.gluu.service.custom.CustomScriptService customScriptService
-
facesMessages
org.gluu.jsf2.message.FacesMessages facesMessages
-
identity
Identity identity
-
imageService
ImageService imageService
-
log
org.slf4j.Logger log
-
lookupService
org.gluu.service.LookupService lookupService
-
oxAttributesJson
java.lang.String oxAttributesJson
-
resourceSetService
ResourceSetService resourceSetService
-
scopeDescriptionService
UmaScopeService scopeDescriptionService
-
scopeInum
java.lang.String scopeInum
-
umaScope
org.oxauth.persistence.model.Scope umaScope
-
update
boolean update
-
-
-
Package org.gluu.oxtrust.exception
-
Class org.gluu.oxtrust.exception.DuplicateEmailException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -8140817165913364968L
-
Class org.gluu.oxtrust.exception.PermissionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -797978261991962078L
-
Class org.gluu.oxtrust.exception.PersonRequiredFieldsException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -2298405743397354111L
-
Class org.gluu.oxtrust.exception.UmaProtectionException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2148886143372789053L
-
Class org.gluu.oxtrust.exception.UncaughtException extends java.lang.Throwable implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ERROR_PAGE
java.lang.String ERROR_PAGE
-
httpRequest
javax.servlet.http.HttpServletRequest httpRequest
-
log
org.slf4j.Logger log
-
uriInfo
javax.ws.rs.core.UriInfo uriInfo
-
-
-
Package org.gluu.oxtrust.ldap.cache.model
-
Class org.gluu.oxtrust.ldap.cache.model.CacheCompoundKey extends java.lang.Object implements Serializable
- serialVersionUID:
- -3366537601347036591L
-
Serialized Fields
-
primaryKeyValues
java.lang.String[] primaryKeyValues
-
secondaryKeyValues
java.lang.String[] secondaryKeyValues
-
tertiaryKeyValues
java.lang.String[] tertiaryKeyValues
-
-
Class org.gluu.oxtrust.ldap.cache.model.GluuCacheRefreshConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- -2540480457430436511L
-
Serialized Fields
-
attrs
java.util.List<org.gluu.model.SimpleProperty> attrs
-
attrsMapping
java.util.List<SimpleDoubleProperty> attrsMapping
-
cacheSizeLimit
int cacheSizeLimit
-
customLdapFilter
java.lang.String customLdapFilter
-
keepExternalPerson
boolean keepExternalPerson
-
loadSourceUsingSearchLimit
boolean loadSourceUsingSearchLimit
-
objectClasses
java.util.List<org.gluu.model.SimpleProperty> objectClasses
-
snapshotsCount
int snapshotsCount
-
snapshotsFolder
java.lang.String snapshotsFolder
-
sourceAttributes
java.util.List<org.gluu.model.SimpleProperty> sourceAttributes
-
updateMethod
CacheRefreshUpdateMethod updateMethod
-
-
Class org.gluu.oxtrust.ldap.cache.model.GluuInumMap extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -2190480357430436503L
-
Serialized Fields
-
inum
java.lang.String inum
-
primaryKeyAttrName
java.lang.String primaryKeyAttrName
-
primaryKeyValues
java.lang.String[] primaryKeyValues
-
secondaryKeyAttrName
java.lang.String secondaryKeyAttrName
-
secondaryKeyValues
java.lang.String[] secondaryKeyValues
-
status
org.gluu.model.GluuStatus status
-
tertiaryKeyAttrName
java.lang.String tertiaryKeyAttrName
-
tertiaryKeyValues
java.lang.String[] tertiaryKeyValues
-
-
Class org.gluu.oxtrust.ldap.cache.model.GluuSimplePerson extends CustomEntry implements Serializable
- serialVersionUID:
- -2279582184398161100L
-
Serialized Fields
-
customAttributes
java.util.List<GluuCustomAttribute> customAttributes
-
sourceServerName
java.lang.String sourceServerName
-
-
-
Package org.gluu.oxtrust.ldap.cache.service
-
Class org.gluu.oxtrust.ldap.cache.service.CacheRefreshService extends java.lang.Object implements Serializable
- serialVersionUID:
- -2225880517520443390L
-
Serialized Fields
-
inumService
InumService inumService
-
ldapFilterConverter
org.gluu.persist.ldap.impl.LdapFilterConverter ldapFilterConverter
-
log
org.slf4j.Logger log
-
-
-
Package org.gluu.oxtrust.model
-
Class org.gluu.oxtrust.model.AuthenticationChartDto extends java.lang.Object implements Serializable
- serialVersionUID:
- -6376070511032852935L
-
Serialized Fields
-
failure
java.lang.Long[] failure
-
labels
java.lang.String[] labels
-
success
java.lang.Long[] success
-
totalFailure
java.lang.Long totalFailure
-
totalRequest
java.lang.Long totalRequest
-
totalSuccess
java.lang.Long totalSuccess
-
yearlyRequest
java.lang.Long yearlyRequest
-
-
Class org.gluu.oxtrust.model.CustomEntry extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- 5079582184398161111L
-
Serialized Fields
-
customObjectClasses
java.lang.String[] customObjectClasses
-
-
Class org.gluu.oxtrust.model.ErrorResponse extends java.lang.Object implements Serializable
- serialVersionUID:
- 5142834177601225245L
-
Serialized Fields
-
detail
java.lang.String detail
-
status
java.lang.String status
-
-
Class org.gluu.oxtrust.model.GluuConfiguration extends org.gluu.persist.model.base.InumEntry implements Serializable
- serialVersionUID:
- -1817003894646725601L
-
Serialized Fields
-
authenticationMode
java.lang.String authenticationMode
-
cacheConfiguration
org.gluu.service.cache.CacheConfiguration cacheConfiguration
-
cacheRefreshServerIpAddress
java.lang.String cacheRefreshServerIpAddress
-
configurationDnsServer
java.lang.String configurationDnsServer
-
contactEmail
java.lang.String[] contactEmail
-
customObjectClasses
java.lang.String[] customObjectClasses
-
description
java.lang.String description
-
displayName
java.lang.String displayName
-
documentStoreConfiguration
org.gluu.service.document.store.conf.DocumentStoreConfiguration documentStoreConfiguration
-
gluuDSStatus
java.lang.String gluuDSStatus
-
gluuHttpStatus
java.lang.String gluuHttpStatus
-
gluuSPTR
java.lang.String gluuSPTR
-
gluuVDSStatus
java.lang.String gluuVDSStatus
-
hostname
java.lang.String hostname
-
lastUpdate
java.util.Date lastUpdate
-
manageIdentityPermission
boolean manageIdentityPermission
-
maxLogSize
int maxLogSize
-
oxIDPAuthentication
java.util.List<OxIDPAuthConf> oxIDPAuthentication
-
oxLogConfigLocation
java.lang.String oxLogConfigLocation
-
oxLogViewerConfig
LogViewerConfig oxLogViewerConfig
-
oxTrustAuthenticationMode
java.lang.String oxTrustAuthenticationMode
-
passportEnabled
boolean passportEnabled
-
passwordResetAllowed
boolean passwordResetAllowed
-
pollingInterval
java.lang.String pollingInterval
-
profileManagment
boolean profileManagment
-
radiusEnabled
boolean radiusEnabled
-
samlEnabled
boolean samlEnabled
-
scimEnabled
boolean scimEnabled
-
smtpConfiguration
org.gluu.model.SmtpConfiguration smtpConfiguration
-
sslExpiry
java.lang.String sslExpiry
-
status
org.gluu.model.GluuStatus status
-
trustStoreCertificates
java.util.List<TrustStoreCertificate> trustStoreCertificates
-
trustStoreConfiguration
TrustStoreConfiguration trustStoreConfiguration
-
userPassword
java.lang.String userPassword
-
vdsCacheRefreshEnabled
boolean vdsCacheRefreshEnabled
-
vdsCacheRefreshLastUpdate
java.util.Date vdsCacheRefreshLastUpdate
-
vdsCacheRefreshLastUpdateCount
java.lang.String vdsCacheRefreshLastUpdateCount
-
vdsCacheRefreshPollingInterval
java.lang.String vdsCacheRefreshPollingInterval
-
vdsCacheRefreshProblemCount
java.lang.String vdsCacheRefreshProblemCount
-
-
Class org.gluu.oxtrust.model.GluuCustomAttribute extends java.lang.Object implements Serializable
- serialVersionUID:
- 1468440094325406153L
-
Serialized Fields
-
idComponentMap
java.util.Map<java.lang.String[],java.lang.String> idComponentMap
-
name
java.lang.String name
-
values
java.lang.Object[] values
-
-
Class org.gluu.oxtrust.model.GluuCustomPerson extends User implements Serializable
- serialVersionUID:
- -1879582184398161112L
-
Serialized Fields
-
associatedClient
java.util.List<java.lang.String> associatedClient
-
creationDate
java.util.Date creationDate
-
gluuAllowPublication
java.lang.String gluuAllowPublication
-
gluuOptOuts
java.util.List<java.lang.String> gluuOptOuts
-
guid
java.lang.String guid
-
oxExternalUid
java.util.List<java.lang.String> oxExternalUid
-
oxMobileDevices
java.lang.String oxMobileDevices
-
oxOTPDevices
OTPDevice oxOTPDevices
-
oxPPID
java.util.List<java.lang.String> oxPPID
-
sourceServerName
java.lang.String sourceServerName
-
sourceServerUserDn
java.lang.String sourceServerUserDn
-
updatedAt
java.util.Date updatedAt
-
-
Class org.gluu.oxtrust.model.GluuFido2Device extends Fido2Entry implements Serializable
-
Serialized Fields
-
displayName
java.lang.String displayName
-
registrationData
Fido2Data registrationData
-
registrationStatus
java.lang.String registrationStatus
-
-
-
Class org.gluu.oxtrust.model.GluuGroup extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -2812480357430436503L
-
Serialized Fields
-
countryName
java.lang.String countryName
-
customAttributes
java.util.List<GluuCustomAttribute> customAttributes
-
description
java.lang.String description
-
displayName
java.lang.String displayName
-
inum
java.lang.String inum
-
members
java.util.List<java.lang.String> members
-
organization
java.lang.String organization
-
owner
java.lang.String owner
-
seeAlso
java.lang.String seeAlso
-
status
org.gluu.model.GluuStatus status
-
visibility
GluuGroupVisibility visibility
-
-
Class org.gluu.oxtrust.model.GluuOrganization extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -8284018077740582699L
-
Serialized Fields
-
countryName
java.lang.String countryName
-
customMessages
java.lang.String[] customMessages
-
description
java.lang.String description
-
displayName
java.lang.String displayName
-
idpFaviconPath
java.lang.String idpFaviconPath
-
idpLogoPath
java.lang.String idpLogoPath
-
managerGroup
java.lang.String managerGroup
-
member
java.lang.String member
-
organization
java.lang.String organization
-
oxAuthFaviconPath
java.lang.String oxAuthFaviconPath
-
oxAuthLogoPath
java.lang.String oxAuthLogoPath
-
oxRegistrationConfiguration
RegistrationConfiguration oxRegistrationConfiguration
-
oxTrustFaviconPath
java.lang.String oxTrustFaviconPath
-
oxTrustLogoPath
java.lang.String oxTrustLogoPath
-
shortName
java.lang.String shortName
-
status
org.gluu.model.GluuStatus status
-
themeColor
java.lang.String themeColor
-
title
java.lang.String title
-
-
Class org.gluu.oxtrust.model.GluuOxTrustStat extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- 2684923415744323028L
-
Serialized Fields
-
freeDiskSpace
java.lang.String freeDiskSpace
-
freeMemory
java.lang.String freeMemory
-
freeSwap
java.lang.String freeSwap
-
groupCount
java.lang.String groupCount
-
inum
java.lang.String inum
-
ipAddress
java.lang.String ipAddress
-
loadAvg
java.lang.String loadAvg
-
personCount
java.lang.String personCount
-
systemUptime
java.lang.String systemUptime
-
-
Class org.gluu.oxtrust.model.GluuSAMLFederationProposal extends GluuSAMLTrustRelationship implements Serializable
- serialVersionUID:
- 917608495756044798L
-
Serialized Fields
-
federationRules
java.lang.String federationRules
-
gluuRulesAccepted
java.lang.String gluuRulesAccepted
-
-
Class org.gluu.oxtrust.model.GluuSAMLTrustRelationship extends org.gluu.persist.model.base.InumEntry implements Serializable
- serialVersionUID:
- 5907443836820485369L
-
Serialized Fields
-
certificate
java.lang.String certificate
-
description
java.lang.String description
-
displayName
java.lang.String displayName
-
entityType
GluuEntityType entityType
-
gluuContainerFederation
java.lang.String gluuContainerFederation
-
gluuEntityId
java.util.List<java.lang.String> gluuEntityId
-
gluuIsFederation
java.lang.String gluuIsFederation
-
gluuProfileConfiguration
java.util.List<java.lang.String> gluuProfileConfiguration
-
gluuSAMLMetaDataFilter
java.util.List<java.lang.String> gluuSAMLMetaDataFilter
-
gluuSpecificRelyingPartyConfig
java.lang.String gluuSpecificRelyingPartyConfig
-
gluuTrustContact
java.util.List<java.lang.String> gluuTrustContact
-
gluuTrustDeconstruction
java.util.List<java.lang.String> gluuTrustDeconstruction
-
inum
java.lang.String inum
-
maxRefreshDelay
java.lang.String maxRefreshDelay
-
metadataFilters
java.util.Map<java.lang.String,MetadataFilter> metadataFilters
-
metadataStr
java.lang.String metadataStr
-
owner
java.lang.String owner
-
profileConfigurations
java.util.Map<java.lang.String,ProfileConfiguration> profileConfigurations
-
releasedAttributes
java.util.List<java.lang.String> releasedAttributes
-
researchBundleEnabled
java.lang.String researchBundleEnabled
-
spLogoutRedirectUrl
java.lang.String spLogoutRedirectUrl
-
spLogoutURL
java.lang.String spLogoutURL
-
spMetaDataFN
java.lang.String spMetaDataFN
-
spMetaDataSourceType
GluuMetadataSourceType spMetaDataSourceType
-
spMetaDataURL
java.lang.String spMetaDataURL
-
status
org.gluu.model.GluuStatus status
-
url
java.lang.String url
-
validationLog
java.util.List<java.lang.String> validationLog
-
validationStatus
GluuValidationStatus validationStatus
-
-
Class org.gluu.oxtrust.model.GluuUserPairwiseIdentifier extends org.gluu.persist.model.base.BaseEntry implements Serializable
- serialVersionUID:
- -449401585533639948L
-
Serialized Fields
-
clientId
java.lang.String clientId
-
oxId
java.lang.String oxId
-
sp
java.lang.String sp
-
userInum
java.lang.String userInum
-
-
Class org.gluu.oxtrust.model.MetadataFilter extends java.lang.Object implements Serializable
- serialVersionUID:
- 7083971450893323016L
-
Serialized Fields
-
certPath
java.lang.String certPath
-
description
java.lang.String description
-
extensionSchema
java.lang.String extensionSchema
-
extensionSchemas
java.util.List<java.lang.String> extensionSchemas
-
filterCertFileName
java.lang.String filterCertFileName
-
id
java.lang.String id
-
maxValidityInterval
int maxValidityInterval
-
name
java.lang.String name
-
removeEmptyEntitiesDescriptors
boolean removeEmptyEntitiesDescriptors
-
removeRolelessEntityDescriptors
boolean removeRolelessEntityDescriptors
-
requireSignedMetadata
boolean requireSignedMetadata
-
retainedRole
java.lang.String retainedRole
-
retainedRoles
java.util.List<java.lang.String> retainedRoles
-
-
Class org.gluu.oxtrust.model.OptionEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 3645757672075149629L
-
Serialized Fields
-
key
java.lang.String key
-
value
java.lang.String value
-
-
Class org.gluu.oxtrust.model.OrganizationalUnit extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -1585717575485030550L
-
Serialized Fields
-
ou
java.lang.String ou
-
-
Class org.gluu.oxtrust.model.OxAuthClient extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -2310140703735705346L
-
Serialized Fields
-
accessTokenAsJwt
java.lang.Boolean accessTokenAsJwt
-
accessTokenLifetime
java.lang.Integer accessTokenLifetime
-
accessTokenSigningAlg
SignatureAlgorithm accessTokenSigningAlg
-
associatedPersons
java.util.List<java.lang.String> associatedPersons
-
attributes
org.oxauth.persistence.model.ClientAttributes attributes
-
authorizedOrigins
java.lang.String[] authorizedOrigins
-
backchannelAuthenticationRequestSigningAlg
org.gluu.oxauth.model.crypto.signature.AsymmetricSignatureAlgorithm backchannelAuthenticationRequestSigningAlg
-
backchannelClientNotificationEndpoint
java.lang.String backchannelClientNotificationEndpoint
-
backchannelTokenDeliveryMode
java.lang.String backchannelTokenDeliveryMode
-
backchannelUserCodeParameter
java.lang.Boolean backchannelUserCodeParameter
-
claimRedirectURI
java.lang.String[] claimRedirectURI
-
clientUri
java.lang.String clientUri
-
contacts
java.util.List<java.lang.String> contacts
-
defaultAcrValues
java.lang.String defaultAcrValues
-
defaultMaxAge
java.lang.Integer defaultMaxAge
-
deletable
boolean deletable
-
description
@NotNull @Size(min=0,max=250,message="Length of the Description should not exceed 250") java.lang.String description
-
disabled
boolean disabled
-
displayName
@NotNull @Size(min=0,max=60,message="Length of the Display Name should not exceed 60") java.lang.String displayName
-
encodedClientSecret
@NotNull java.lang.String encodedClientSecret
-
exp
java.util.Date exp
-
grantTypes
org.gluu.oxauth.model.common.GrantType[] grantTypes
-
idTokenEncryptedResponseAlg
KeyEncryptionAlgorithm idTokenEncryptedResponseAlg
-
idTokenEncryptedResponseEnc
BlockEncryptionAlgorithm idTokenEncryptedResponseEnc
-
idTokenSignedResponseAlg
SignatureAlgorithm idTokenSignedResponseAlg
-
idTokenTokenBindingCnf
java.lang.String idTokenTokenBindingCnf
-
initiateLoginUri
java.lang.String initiateLoginUri
-
inum
java.lang.String inum
-
jwks
java.lang.String jwks
-
jwksUri
java.lang.String jwksUri
-
logoUri
java.lang.String logoUri
-
logoutSessionRequired
java.lang.Boolean logoutSessionRequired
-
logoutUri
java.util.List<java.lang.String> logoutUri
-
oxAuthAppType
@NotNull OxAuthApplicationType oxAuthAppType
-
oxAuthClaims
java.util.List<java.lang.String> oxAuthClaims
-
oxAuthClientSecret
java.lang.String oxAuthClientSecret
-
oxAuthPersistClientAuthorizations
java.lang.Boolean oxAuthPersistClientAuthorizations
-
oxAuthPostLogoutRedirectURIs
java.util.List<java.lang.String> oxAuthPostLogoutRedirectURIs
-
oxAuthRedirectURIs
java.util.List<java.lang.String> oxAuthRedirectURIs
-
oxAuthScopes
java.util.List<java.lang.String> oxAuthScopes
-
oxAuthTrustedClient
java.lang.Boolean oxAuthTrustedClient
-
oxdId
java.lang.String oxdId
-
oxIncludeClaimsInIdToken
java.lang.Boolean oxIncludeClaimsInIdToken
-
oxRefreshTokenLifetime
java.lang.Integer oxRefreshTokenLifetime
-
policyUri
java.lang.String policyUri
-
postLogoutRedirectUris
java.lang.String[] postLogoutRedirectUris
-
requestObjectEncryptionAlg
KeyEncryptionAlgorithm requestObjectEncryptionAlg
-
requestObjectEncryptionEnc
BlockEncryptionAlgorithm requestObjectEncryptionEnc
-
requestObjectSigningAlg
SignatureAlgorithm requestObjectSigningAlg
-
requestUris
java.lang.String[] requestUris
-
requireAuthTime
java.lang.Boolean requireAuthTime
-
responseTypes
org.gluu.oxauth.model.common.ResponseType[] responseTypes
-
rptAsJwt
java.lang.Boolean rptAsJwt
-
sectorIdentifierUri
java.lang.String sectorIdentifierUri
-
softwareId
java.lang.String softwareId
-
softwareStatement
java.lang.String softwareStatement
-
softwareVersion
java.lang.String softwareVersion
-
subjectType
OxAuthSubjectType subjectType
-
tokenEndpointAuthMethod
AuthenticationMethod tokenEndpointAuthMethod
-
tokenEndpointAuthSigningAlg
SignatureAlgorithm tokenEndpointAuthSigningAlg
-
tosUri
java.lang.String tosUri
-
userInfoEncryptedResponseAlg
KeyEncryptionAlgorithm userInfoEncryptedResponseAlg
-
userInfoEncryptedResponseEnc
BlockEncryptionAlgorithm userInfoEncryptedResponseEnc
-
userInfoSignedResponseAlg
SignatureAlgorithm userInfoSignedResponseAlg
-
-
Class org.gluu.oxtrust.model.OxAuthCustomClient extends CustomEntry implements Serializable
- serialVersionUID:
- -3319774915823259905L
-
Serialized Fields
-
customAttributes
java.util.List<GluuCustomAttribute> customAttributes
-
-
Class org.gluu.oxtrust.model.OxAuthSectorIdentifier extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -2812480357430436514L
-
Serialized Fields
-
clientIds
java.util.List<java.lang.String> clientIds
-
description
java.lang.String description
-
id
java.lang.String id
-
redirectUris
java.util.List<java.lang.String> redirectUris
-
-
Class org.gluu.oxtrust.model.OxLink extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -2129922260303558907L
-
Serialized Fields
-
description
java.lang.String description
-
guid
java.lang.String guid
-
linkCreator
java.lang.String linkCreator
-
linkExpirationDate
java.util.Date linkExpirationDate
-
linkModerated
java.lang.Boolean linkModerated
-
linkModerators
java.util.List<java.lang.String> linkModerators
-
linkPending
java.util.List<java.lang.String> linkPending
-
linktrackLink
java.lang.String linktrackLink
-
-
Class org.gluu.oxtrust.model.OxTrustedIdp extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -2310140703735705346L
-
Serialized Fields
-
inum
java.lang.String inum
-
remoteIdpHost
java.lang.String remoteIdpHost
-
remoteIdpName
java.lang.String remoteIdpName
-
selectedSingleSignOnService
java.lang.String selectedSingleSignOnService
-
signingCertificates
java.lang.String signingCertificates
-
supportedSingleSignOnServices
java.lang.String supportedSingleSignOnServices
-
-
Class org.gluu.oxtrust.model.PassportProvider extends java.lang.Object implements Serializable
- serialVersionUID:
- 3916910813086334777L
-
Serialized Fields
-
checked
boolean checked
-
provider
org.gluu.model.passport.Provider provider
-
-
Class org.gluu.oxtrust.model.PasswordResetRequest extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- -3360077330096416826L
-
Serialized Fields
-
creationDate
java.util.Date creationDate
-
deletable
boolean deletable
-
expirationDate
java.util.Date expirationDate
-
oxGuid
java.lang.String oxGuid
-
personInum
java.lang.String personInum
-
ttl
java.lang.Integer ttl
-
-
Class org.gluu.oxtrust.model.ProfileConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- 7083971450893323016L
-
Serialized Fields
-
assertionLifetime
int assertionLifetime
-
assertionProxyCount
int assertionProxyCount
-
defaultAuthenticationMethod
java.lang.String defaultAuthenticationMethod
-
encryptAssertions
java.lang.String encryptAssertions
-
encryptNameIds
java.lang.String encryptNameIds
-
includeAttributeStatement
boolean includeAttributeStatement
-
name
java.lang.String name
-
nameIDFormatPrecedence
java.lang.String nameIDFormatPrecedence
-
nameIDFormatPrecedenceList
java.util.List<java.lang.String> nameIDFormatPrecedenceList
-
profileConfigurationCertFileName
java.lang.String profileConfigurationCertFileName
-
signAssertions
java.lang.String signAssertions
-
signRequests
java.lang.String signRequests
-
signResponses
java.lang.String signResponses
-
-
Class org.gluu.oxtrust.model.RegistrationConfiguration extends java.lang.Object implements Serializable
- serialVersionUID:
- -7310064771467874959L
-
Serialized Fields
-
additionalAttributes
java.util.List<java.lang.String> additionalAttributes
-
isCaptchaDisabled
boolean isCaptchaDisabled
-
-
Class org.gluu.oxtrust.model.SamlAcr extends org.gluu.persist.model.base.Entry implements Serializable
- serialVersionUID:
- 1357084900401963003L
-
Serialized Fields
-
classRef
java.lang.String classRef
-
inum
java.lang.String inum
-
parent
java.lang.String parent
-
-
Class org.gluu.oxtrust.model.SimpleDoubleProperty extends java.lang.Object implements Serializable
- serialVersionUID:
- -1451889014702205980L
-
Serialized Fields
-
value1
java.lang.String value1
-
value2
java.lang.String value2
-
-
Class org.gluu.oxtrust.model.SimplePerson extends org.gluu.persist.model.base.SimpleUser implements Serializable
- serialVersionUID:
- -7741095209704297164L
-
Class org.gluu.oxtrust.model.SingleSignOnServices extends java.lang.Object implements Serializable
- serialVersionUID:
- -7253683158021416550L
-
Serialized Fields
-
binding
java.lang.String binding
-
location
java.lang.String location
-
-
Class org.gluu.oxtrust.model.User extends CustomEntry implements Serializable
- serialVersionUID:
- -7779582184398161112L
-
Serialized Fields
-
customAttributes
java.util.List<GluuCustomAttribute> customAttributes
-
-
-
Package org.gluu.oxtrust.model.status
-
Class org.gluu.oxtrust.model.status.ConfigurationStatus extends java.lang.Object implements Serializable
- serialVersionUID:
- -1499003894646725601L
-
Serialized Fields
-
gluuBandwidthRX
java.lang.String gluuBandwidthRX
-
gluuBandwidthTX
java.lang.String gluuBandwidthTX
-
gluuHttpStatus
java.lang.String gluuHttpStatus
-
hostname
java.lang.String hostname
-
sslExpiry
java.lang.String sslExpiry
-
-
Class org.gluu.oxtrust.model.status.OxtrustStat extends java.lang.Object implements Serializable
- serialVersionUID:
- -4325309258488921779L
-
Serialized Fields
-
freeDiskSpace
java.lang.String freeDiskSpace
-
freeMemory
java.lang.String freeMemory
-
freeSwap
java.lang.String freeSwap
-
groupCount
java.lang.String groupCount
-
ipAddress
java.lang.String ipAddress
-
loadAvg
java.lang.String loadAvg
-
personCount
java.lang.String personCount
-
systemUptime
java.lang.String systemUptime
-
-
-
Package org.gluu.oxtrust.service
-
Class org.gluu.oxtrust.service.AttributeService extends org.gluu.service.AttributeService implements Serializable
- serialVersionUID:
- 8223624816948822765L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeEditTypes
org.gluu.model.GluuUserRole[] attributeEditTypes
-
event
javax.enterprise.event.Event<Events> event
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.service.AuthenticationSessionService extends java.lang.Object implements Serializable
- serialVersionUID:
- 8569580900768794363L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
identity
Identity identity
-
log
org.slf4j.Logger log
-
openIdService
OpenIdService openIdService
-
-
Class org.gluu.oxtrust.service.CASService extends java.lang.Object implements Serializable
- serialVersionUID:
- -6130872937911013810L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.CleanUpLogger extends java.lang.Object implements Serializable
- serialVersionUID:
- 717536440969366892L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
-
Class org.gluu.oxtrust.service.ClientService extends java.lang.Object implements Serializable
- serialVersionUID:
- 7912416439116338984L
-
Serialized Fields
-
encryptionService
EncryptionService encryptionService
-
idGenService
IdGenService idGenService
-
logger
org.slf4j.Logger logger
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.ConfigurationService extends java.lang.Object implements Serializable
- serialVersionUID:
- 8842838732456296435L
-
Serialized Fields
-
encryptionService
EncryptionService encryptionService
-
formatter
java.time.format.DateTimeFormatter formatter
-
log
org.slf4j.Logger log
-
metricService
org.gluu.service.metric.MetricService metricService
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.DownloadService extends java.lang.Object implements Serializable
- serialVersionUID:
- -6847131971095468865L
-
Class org.gluu.oxtrust.service.EmailUniquenessService extends java.lang.Object implements Serializable
- serialVersionUID:
- 6252001175748276716L
-
Serialized Fields
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
-
Class org.gluu.oxtrust.service.EncryptionService extends java.lang.Object implements Serializable
- serialVersionUID:
- -5813201875981117513L
-
Serialized Fields
-
stringEncrypter
org.gluu.util.security.StringEncrypter stringEncrypter
-
-
Class org.gluu.oxtrust.service.FederationService extends java.lang.Object implements Serializable
- serialVersionUID:
- 3701922947171190714L
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
-
Class org.gluu.oxtrust.service.Fido2DeviceService extends java.lang.Object implements Serializable
- serialVersionUID:
- 5874835162873627676L
-
Serialized Fields
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.service.FidoDeviceService extends java.lang.Object implements Serializable
- serialVersionUID:
- -206231314840676189L
-
Serialized Fields
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
personService
IPersonService personService
-
-
Class org.gluu.oxtrust.service.FilterService extends java.lang.Object implements Serializable
- serialVersionUID:
- -3450258050259083556L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
templateService
TemplateService templateService
-
xmlService
org.gluu.service.XmlService xmlService
-
-
Class org.gluu.oxtrust.service.GroupService extends java.lang.Object implements Serializable
- serialVersionUID:
- -9167587377957719152L
-
Serialized Fields
-
idGeneratorService
ExternalIdGeneratorService idGeneratorService
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
personService
PersonService personService
-
-
Class org.gluu.oxtrust.service.InumService extends java.lang.Object implements Serializable
- serialVersionUID:
- 6685720517520443399L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.service.JsonConfigurationService extends java.lang.Object implements Serializable
- serialVersionUID:
- -3840968275007784641L
-
Serialized Fields
-
configurationFactory
ConfigurationFactory<?> configurationFactory
-
configurationService
ConfigurationService configurationService
-
identity
Identity identity
-
jsonService
org.gluu.service.JsonService jsonService
-
log
org.slf4j.Logger log
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
stringEncrypter
org.gluu.util.security.StringEncrypter stringEncrypter
-
-
Class org.gluu.oxtrust.service.LdifService extends java.lang.Object implements Serializable
- serialVersionUID:
- 6690460114767359078L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
dataSourceTypeService
org.gluu.service.DataSourceTypeService dataSourceTypeService
-
log
org.slf4j.Logger log
-
persistenceManager
org.gluu.persist.PersistenceEntryManager persistenceManager
-
-
Class org.gluu.oxtrust.service.MemberService extends java.lang.Object implements Serializable
- serialVersionUID:
- -3545641785714134933L
-
Serialized Fields
-
groupService
GroupService groupService
-
log
org.slf4j.Logger log
-
personService
PersonService personService
-
-
Class org.gluu.oxtrust.service.MetricService extends org.gluu.service.metric.MetricService implements Serializable
- serialVersionUID:
- 7875838160379126796L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
cacheService
org.gluu.service.CacheService cacheService
-
configurationService
ConfigurationService configurationService
-
df
java.text.SimpleDateFormat df
-
instance
javax.enterprise.inject.Instance<MetricService> instance
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
networkService
org.gluu.service.net.NetworkService networkService
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.service.OpenIdService extends org.gluu.util.init.Initializable implements Serializable
- serialVersionUID:
- 7875838160379126796L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
log
org.slf4j.Logger log
-
openIdConfiguration
OpenIdConfigurationResponse openIdConfiguration
-
-
Class org.gluu.oxtrust.service.OrganizationService extends org.gluu.service.OrganizationService implements Serializable
- serialVersionUID:
- -1959146007518514678L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
cacheService
org.gluu.service.CacheService cacheService
-
localCacheService
org.gluu.service.LocalCacheService localCacheService
-
log
org.slf4j.Logger log
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.OxTrustAuditService extends java.lang.Object implements Serializable
- serialVersionUID:
- -3495894016120236517L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxtrust.service.PairwiseIdService extends java.lang.Object implements Serializable
- serialVersionUID:
- -758342433526960035L
-
Serialized Fields
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.service.PassportService extends java.lang.Object implements Serializable
- serialVersionUID:
- -4787990021407949332L
-
Serialized Fields
-
configurationFactory
ConfigurationFactory<?> configurationFactory
-
log
org.slf4j.Logger log
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.PasswordResetService extends java.lang.Object implements Serializable
- serialVersionUID:
- -4107684257624615866L
-
Serialized Fields
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
logger
CleanUpLogger logger
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.service.PermissionService extends java.lang.Object implements Serializable
- serialVersionUID:
- 8880839485161960537L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
configurationService
ConfigurationService configurationService
-
expressionEvaluator
org.gluu.service.el.ExpressionEvaluator expressionEvaluator
-
identity
Identity identity
-
log
org.slf4j.Logger log
-
managerActions
java.lang.String[][] managerActions
-
-
Class org.gluu.oxtrust.service.PersonService extends java.lang.Object implements Serializable
- serialVersionUID:
- 6685720517520443399L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
dataSourceTypeService
org.gluu.service.DataSourceTypeService dataSourceTypeService
-
idGeneratorService
ExternalIdGeneratorService idGeneratorService
-
log
org.slf4j.Logger log
-
mandatoryAttributes
java.util.List<GluuCustomAttribute> mandatoryAttributes
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.ProfileConfigurationService extends java.lang.Object implements Serializable
- serialVersionUID:
- -4691360522345319673L
-
Serialized Fields
-
shibboleth3ConfService
Shibboleth3ConfService shibboleth3ConfService
-
templateService
TemplateService templateService
-
xmlService
org.gluu.service.XmlService xmlService
-
-
Class org.gluu.oxtrust.service.PropertyService extends java.lang.Object implements Serializable
- serialVersionUID:
- -1707238475653913313L
-
Class org.gluu.oxtrust.service.RecaptchaService extends java.lang.Object implements Serializable
- serialVersionUID:
- 7725720511230443399L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
log
org.slf4j.Logger log
-
recaptchaUtil
RecaptchaUtil recaptchaUtil
-
-
Class org.gluu.oxtrust.service.SamlAcrService extends java.lang.Object implements Serializable
- serialVersionUID:
- 5692082015849025306L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.ScopeService extends java.lang.Object implements Serializable
- serialVersionUID:
- 65734145678106186L
-
Serialized Fields
-
logger
org.slf4j.Logger logger
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.SectorIdentifierService extends java.lang.Object implements Serializable
- serialVersionUID:
- -9167587377957719153L
-
Serialized Fields
-
clientService
ClientService clientService
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.SecurityService extends java.lang.Object implements Serializable
- serialVersionUID:
- 1395327358942223005L
-
Serialized Fields
-
groupService
IGroupService groupService
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
personService
IPersonService personService
-
-
Class org.gluu.oxtrust.service.Shibboleth3ConfService extends java.lang.Object implements Serializable
- serialVersionUID:
- 6752452480800274694L
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
attributeService
AttributeService attributeService
-
casService
CASService casService
-
configurationFactory
ConfigurationFactory<?> configurationFactory
-
configurationService
ConfigurationService configurationService
-
documentStoreService
org.gluu.service.document.store.service.DocumentStoreService documentStoreService
-
encryptionService
EncryptionService encryptionService
-
filterService
FilterService filterService
-
localDocumentStoreService
org.gluu.service.document.store.service.LocalDocumentStoreService localDocumentStoreService
-
log
org.slf4j.Logger log
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
personService
PersonService personService
-
profileConfigurationService
ProfileConfigurationService profileConfigurationService
-
samlMetadataParser
org.gluu.saml.metadata.SAMLMetadataParser samlMetadataParser
-
samlSchema
javax.xml.validation.Schema samlSchema
-
shemaService
org.gluu.service.SchemaService shemaService
-
templateService
TemplateService templateService
-
trustService
TrustService trustService
-
UTF_8
java.nio.charset.Charset UTF_8
-
xmlService
org.gluu.service.XmlService xmlService
-
-
Class org.gluu.oxtrust.service.ShibbolethReloadService extends java.lang.Object implements Serializable
-
Serialized Fields
-
connectionManager
org.apache.http.conn.HttpClientConnectionManager connectionManager
-
log
org.slf4j.Logger log
-
-
-
Class org.gluu.oxtrust.service.SSLService extends java.lang.Object implements Serializable
- serialVersionUID:
- -874807269234589084L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxtrust.service.SvnSyncTimer extends java.lang.Object implements Serializable
- serialVersionUID:
- -6875538084008069405L
-
Class org.gluu.oxtrust.service.TemplateService extends java.lang.Object implements Serializable
- serialVersionUID:
- 4898430090669045605L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
Class org.gluu.oxtrust.service.TranscodingRulesUpdater extends java.lang.Object implements Serializable
-
Serialized Fields
-
appConfiguration
org.gluu.config.oxtrust.AppConfiguration appConfiguration
-
isActive
java.util.concurrent.atomic.AtomicBoolean isActive
-
log
org.slf4j.Logger log
-
shibbolethConfService
Shibboleth3ConfService shibbolethConfService
-
shibbolethReloadService
ShibbolethReloadService shibbolethReloadService
-
timerEvent
javax.enterprise.event.Event<org.gluu.service.timer.event.TimerEvent> timerEvent
-
-
-
Class org.gluu.oxtrust.service.TrustedIDPService extends java.lang.Object implements Serializable
- serialVersionUID:
- 7622866899884574305L
-
Serialized Fields
-
dataSourceTypeService
org.gluu.service.DataSourceTypeService dataSourceTypeService
-
idGenService
IdGenService idGenService
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
-
Class org.gluu.oxtrust.service.TrustService extends java.lang.Object implements Serializable
- serialVersionUID:
- -8128546040230316737L
-
Serialized Fields
-
attributeService
AttributeService attributeService
-
log
org.slf4j.Logger log
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
organizationService
OrganizationService organizationService
-
persistenceEntryManager
org.gluu.persist.PersistenceEntryManager persistenceEntryManager
-
xmlService
org.gluu.service.XmlService xmlService
-
-
-
Package org.gluu.oxtrust.service.external
-
Class org.gluu.oxtrust.service.external.ExternalCacheRefreshService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable
- serialVersionUID:
- 1707751544454591273L
-
Class org.gluu.oxtrust.service.external.ExternalIdGeneratorService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable
- serialVersionUID:
- 1727751544454591273L
-
Class org.gluu.oxtrust.service.external.ExternalUpdateUserService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable
- serialVersionUID:
- 1416361273036208685L
-
Class org.gluu.oxtrust.service.external.ExternalUserRegistrationService extends org.gluu.service.custom.script.ExternalScriptService implements Serializable
- serialVersionUID:
- 1767751544454591273L
-
-
Package org.gluu.oxtrust.service.push
-
Class org.gluu.oxtrust.service.push.PushApplicationConfigurationService extends java.lang.Object implements Serializable
- serialVersionUID:
- -3486468321593831158L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
supportedPlatforms
java.util.Map<java.lang.String,java.lang.String> supportedPlatforms
-
-
Class org.gluu.oxtrust.service.push.PushApplicationService extends java.lang.Object implements Serializable
- serialVersionUID:
- -1537567020929607771L
-
Serialized Fields
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.service.push.PushDeviceService extends java.lang.Object implements Serializable
- serialVersionUID:
- -920736838757282684L
-
Serialized Fields
-
ldapEntryManager
org.gluu.persist.PersistenceEntryManager ldapEntryManager
-
log
org.slf4j.Logger log
-
organizationService
OrganizationService organizationService
-
-
-
Package org.gluu.oxtrust.service.render
-
Class org.gluu.oxtrust.service.render.RenderService extends java.lang.Object implements Serializable
- serialVersionUID:
- -820746838757282684L
-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
-
Package org.gluu.oxtrust.service.secure
-
Class org.gluu.oxtrust.service.secure.ApiPermissionService extends java.lang.Object implements Serializable
- serialVersionUID:
- 8290321709004847387L
-
Serialized Fields
-
configurationService
ConfigurationService configurationService
-
identity
Identity identity
-
log
org.slf4j.Logger log
-
managerActions
java.lang.String[][] managerActions
-
-
-
Package org.gluu.oxtrust.servlet
-
Class org.gluu.oxtrust.servlet.BusyIndicatorImageServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5281033529284850972L
-
Class org.gluu.oxtrust.servlet.FaviconImageServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.servlet.IdpFaviconServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.servlet.IdpLogoServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.servlet.LogoImageServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.servlet.OxAuthFaviconServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
Class org.gluu.oxtrust.servlet.OxAuthLogoServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5445488800130871634L
-
Serialized Fields
-
organizationService
OrganizationService organizationService
-
-
-
Package org.gluu.oxtrust.util
-
Class org.gluu.oxtrust.util.BuildVersionService extends java.lang.Object implements Serializable
- serialVersionUID:
- 3790281266924133197L
-
Serialized Fields
-
buildDate
java.lang.String buildDate
-
buildNumber
java.lang.String buildNumber
-
log
org.slf4j.Logger log
-
revisionDate
java.lang.String revisionDate
-
revisionVersion
java.lang.String revisionVersion
-
-
Class org.gluu.oxtrust.util.LdapConfigurationException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -3554838946044614045L
-
Class org.gluu.oxtrust.util.LdapConfigurationNotFoundException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 2331216889853939688L
-
Serialized Fields
-
name
java.lang.String name
-
-
Class org.gluu.oxtrust.util.ServiceUtil extends java.lang.Object implements Serializable
- serialVersionUID:
- -2842459224631032594L
-
Serialized Fields
-
groupService
IGroupService groupService
-
personService
IPersonService personService
-
-
Class org.gluu.oxtrust.util.X509CertificateShortInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- 135442950364886448L
-
Serialized Fields
-
algorithm
java.lang.String algorithm
-
alias
java.lang.String alias
-
issuer
java.lang.String issuer
-
notAfterDatetime
java.util.Date notAfterDatetime
-
notBeforeDatetime
java.util.Date notBeforeDatetime
-
path
java.lang.String path
-
subject
java.lang.String subject
-
viewStyle
java.lang.String viewStyle
-
warning
boolean warning
-
-
Class org.gluu.oxtrust.util.X509CertificateShortInfoView extends X509CertificateShortInfo implements Serializable
- serialVersionUID:
- 7323704327690340323L
-
Serialized Fields
-
viewStyle
java.lang.String viewStyle
-
warning
boolean warning
-
-