Serialized Form

  • Package org.gluu.oxtrust

  • Package org.gluu.oxtrust.action

    • Class org.gluu.oxtrust.action.AttributeImportAction

      class AttributeImportAction extends 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

      class FileDataToImport extends Object implements Serializable
      serialVersionUID:
      7334362213305310293L
      • Serialized Fields

        • data
          byte[] data
        • fileName
          String fileName
        • ready
          boolean ready
    • Class org.gluu.oxtrust.action.AttributeInventoryAction

      class AttributeInventoryAction extends Object implements Serializable
      serialVersionUID:
      -3832167044333943686L
      • Serialized Fields

        • activeAttributeList
          List<org.gluu.model.GluuAttribute> activeAttributeList
        • attributeList
          List<org.gluu.model.GluuAttribute> attributeList
        • attributeService
          AttributeService attributeService
        • checked
          Map<String,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
          String oldSearchPattern
        • searchPattern
          @NotNull @Size(min=0,max=30,message="Length of search string should be between 0 and 30") String searchPattern
        • showInactive
          boolean showInactive
    • Class org.gluu.oxtrust.action.Authenticator

      class Authenticator extends 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
          String LOGIN_FAILED_OX_TRUST
        • openIdService
          OpenIdService openIdService
        • personService
          PersonService personService
        • securityService
          SecurityService securityService
    • Class org.gluu.oxtrust.action.CertificateManagementAction

      class CertificateManagementAction extends Object implements Serializable
      serialVersionUID:
      -1938167091985945238L
      • Serialized Fields

        • configurationService
          ConfigurationService configurationService
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • HTTPD_CERTIFICATE_FILE
          String HTTPD_CERTIFICATE_FILE
        • IDP_ENCRYPT_CERTIFICATE_FILE
          String IDP_ENCRYPT_CERTIFICATE_FILE
        • IDP_SIGNING_CERTIFICATE_FILE
          String IDP_SIGNING_CERTIFICATE_FILE
        • internalCertificates
          List<X509CertificateShortInfo> internalCertificates
        • log
          org.slf4j.Logger log
        • OPENDJ_CERTIFICATE_FILE
          String OPENDJ_CERTIFICATE_FILE
        • OPENLDAP_CERTIFICATE_FILE
          String OPENLDAP_CERTIFICATE_FILE
        • trustStoreCertificates
          List<X509CertificateShortInfo> trustStoreCertificates
    • Class org.gluu.oxtrust.action.ClientPasswordAction

      class ClientPasswordAction extends Object implements Serializable
      serialVersionUID:
      6486111971437252913L
    • Class org.gluu.oxtrust.action.ConfigurationStatusAction

      class ConfigurationStatusAction extends Object implements Serializable
      serialVersionUID:
      -7470520478553992898L
    • Class org.gluu.oxtrust.action.ConfigureCacheRefreshAction

      class ConfigureCacheRefreshAction extends Object implements Serializable
      serialVersionUID:
      -5210460481895022468L
      • Serialized Fields

        • activeLdapConfig
          org.gluu.model.ldap.GluuLdapConfiguration activeLdapConfig
        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • attributeMapping
          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
          String interceptorValidationMessage
        • inumService
          InumService inumService
        • jsonConfigurationService
          JsonConfigurationService jsonConfigurationService
        • keyAttributes
          List<org.gluu.model.SimpleProperty> keyAttributes
        • keyObjectClasses
          List<org.gluu.model.SimpleProperty> keyObjectClasses
        • log
          org.slf4j.Logger log
        • oxTrustAuditService
          OxTrustAuditService oxTrustAuditService
        • passwordValidationAction
          PasswordValidationAction passwordValidationAction
        • personService
          PersonService personService
        • showInterceptorValidationDialog
          boolean showInterceptorValidationDialog
        • sourceAttributes
          List<org.gluu.model.SimpleProperty> sourceAttributes
        • updateMethod
          CacheRefreshUpdateMethod updateMethod
    • Class org.gluu.oxtrust.action.ConfigureLogViewerAction

      class ConfigureLogViewerAction extends 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
          String oxAuthLogConfigLocation
        • oxTrustLogConfigLocation
          String oxTrustLogConfigLocation
    • Class org.gluu.oxtrust.action.ConfigureNameIdAction

      class ConfigureNameIdAction extends Object implements Serializable
      serialVersionUID:
      -9125609238796284572L
      • Serialized Fields

        • applicationConfiguration
          org.gluu.config.oxtrust.AppConfiguration applicationConfiguration
        • attributes
          List<org.gluu.model.GluuAttribute> attributes
        • attributeService
          AttributeService attributeService
        • availableNamedIds
          Map<String,String> availableNamedIds
        • configurationFactory
          ConfigurationFactory configurationFactory
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • jsonConfigurationService
          JsonConfigurationService jsonConfigurationService
        • log
          org.slf4j.Logger log
        • nameIdConfigs
          ArrayList<org.gluu.config.oxtrust.NameIdConfig> nameIdConfigs
        • shibboleth3ConfService
          Shibboleth3ConfService shibboleth3ConfService
        • trustService
          TrustService trustService
        • usedNamedIds
          Map<String,String> usedNamedIds
    • Class org.gluu.oxtrust.action.ContactDownloadAction

      class ContactDownloadAction extends 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

      class CustomAttributeAction extends Object implements Serializable
      serialVersionUID:
      -719594782175672946L
      • Serialized Fields

        • activeOrigin
          String activeOrigin
        • attributeByOrigin
          Map<String,List<org.gluu.model.GluuAttribute>> attributeByOrigin
        • attributeIds
          Map<org.gluu.model.GluuAttribute,String> attributeIds
        • attributeInums
          Map<String,org.gluu.model.GluuAttribute> attributeInums
        • attributes
          List<org.gluu.model.GluuAttribute> attributes
        • attributeService
          AttributeService attributeService
        • attributeToIds
          Map<String,org.gluu.model.GluuAttribute> attributeToIds
        • availableAttributeIds
          List<String> availableAttributeIds
        • customAttributes
          List<GluuCustomAttribute> customAttributes
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • log
          org.slf4j.Logger log
        • origCustomAttributes
          ArrayList<GluuCustomAttribute> origCustomAttributes
        • originDisplayNames
          Map<String,String> originDisplayNames
    • Class org.gluu.oxtrust.action.FederationDeconstructionAction

      class FederationDeconstructionAction extends Object implements Serializable
      serialVersionUID:
      1216276324815043884L
    • Class org.gluu.oxtrust.action.FederationInventoryAction

      class FederationInventoryAction extends Object implements Serializable
      serialVersionUID:
      -1477997697645117954L
    • Class org.gluu.oxtrust.action.FederationProposalsInventoryAction

      class FederationProposalsInventoryAction extends Object implements Serializable
      serialVersionUID:
      -1477997697645117954L
    • Class org.gluu.oxtrust.action.FileViewerAction

      class FileViewerAction extends Object implements Serializable
      serialVersionUID:
      3968626531612060143L
      • Serialized Fields

        • log
          org.slf4j.Logger log
    • Class org.gluu.oxtrust.action.HomeAction

      class HomeAction extends Object implements Serializable
      serialVersionUID:
      5130372165991117114L
    • Class org.gluu.oxtrust.action.JoinFederationAction

      class JoinFederationAction extends Object implements Serializable
      serialVersionUID:
      -1032167044333943680L
    • Class org.gluu.oxtrust.action.JsonConfigurationAction

      class JsonConfigurationAction extends Object implements Serializable
      serialVersionUID:
      -4470460481895022468L
      • Serialized Fields

        • attributeService
          AttributeService attributeService
        • cacheConfiguration
          org.gluu.service.cache.CacheConfiguration cacheConfiguration
        • cacheConfigurationJson
          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
          String fido2ConfigJson
        • HIDDEN_PASSWORD_TEXT
          String HIDDEN_PASSWORD_TEXT
        • jsonConfigurationService
          JsonConfigurationService jsonConfigurationService
        • jsonService
          org.gluu.service.JsonService jsonService
        • log
          org.slf4j.Logger log
        • oxAuthDynamicConfigJson
          String oxAuthDynamicConfigJson
        • oxTrustappConfiguration
          org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration
        • oxTrustConfigJson
          String oxTrustConfigJson
        • oxTrustImportPersonConfigJson
          String oxTrustImportPersonConfigJson
        • oxTrustImportPersonConfiguration
          org.gluu.config.oxtrust.ImportPersonConfig oxTrustImportPersonConfiguration
        • storeConfiguration
          org.gluu.service.document.store.conf.DocumentStoreConfiguration storeConfiguration
        • storeConfigurationJson
          String storeConfigurationJson
        • stringEncrypter
          org.gluu.util.security.StringEncrypter stringEncrypter
    • Class org.gluu.oxtrust.action.LogoutAction

      class LogoutAction extends 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.ManageAuthScriptAction

      class ManageAuthScriptAction extends ManageOtherCustomScriptAction implements Serializable
      serialVersionUID:
      8010364513892715321L
    • Class org.gluu.oxtrust.action.ManageCertificateAction

      class ManageCertificateAction extends Object implements Serializable
      serialVersionUID:
      4012709440384265524L
      • Serialized Fields

        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • BEGIN_CERT_REQ
          String BEGIN_CERT_REQ
        • certsMmanagePossible
          boolean certsMmanagePossible
        • configurationService
          ConfigurationService configurationService
        • END_CERT_REQ
          String END_CERT_REQ
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • identity
          Identity identity
        • idpCertFN
          String idpCertFN
        • initialized
          boolean initialized
        • issuer
          HashMap<String,String> issuer
        • log
          org.slf4j.Logger log
        • orgInumFN
          String orgInumFN
        • sslService
          SSLService sslService
        • subject
          HashMap<String,String> subject
        • tomcatCertFN
          String tomcatCertFN
        • trustStoreCertificates
          List<TrustStoreCertificate> trustStoreCertificates
        • trustStoreCertificateUploadMarker
          TrustStoreCertificate trustStoreCertificateUploadMarker
        • trustStoreConfiguration
          TrustStoreConfiguration trustStoreConfiguration
        • uploadMarker
          String uploadMarker
        • wereAnyChanges
          boolean wereAnyChanges
    • Class org.gluu.oxtrust.action.ManageOtherCustomScriptAction

      class ManageOtherCustomScriptAction extends Object implements Serializable
      serialVersionUID:
      3741983528514587310L
      • Serialized Fields

        • allAcrs
          List<String> allAcrs
        • configurationService
          ConfigurationService configurationService
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • customScriptsByTypes
          Map<org.gluu.model.custom.script.CustomScriptType,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
          Pattern NAME_PATTERN
        • samlAcrService
          SamlAcrService samlAcrService
        • showActive
          boolean showActive
    • Class org.gluu.oxtrust.action.ManagePersonAuthenticationAction

      class ManagePersonAuthenticationAction extends Object implements Serializable
      serialVersionUID:
      -4470460481895022468L
      • Serialized Fields

        • activeLdapConfig
          org.gluu.model.ldap.GluuLdapConfiguration activeLdapConfig
        • authenticationMode
          String authenticationMode
        • authenticationRecaptchaEnabled
          boolean authenticationRecaptchaEnabled
        • configurationFactory
          ConfigurationFactory configurationFactory
        • configurationService
          ConfigurationService configurationService
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • customAuthenticationConfigNames
          List<String> customAuthenticationConfigNames
        • customScripts
          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
          String oxTrustAuthenticationMode
        • passportEnable
          Boolean passportEnable
        • passwordValidationAction
          PasswordValidationAction passwordValidationAction
        • recaptchaSecretKey
          String recaptchaSecretKey
        • recaptchaSiteKey
          String recaptchaSiteKey
        • sourceConfigs
          List<org.gluu.model.ldap.GluuLdapConfiguration> sourceConfigs
    • Class org.gluu.oxtrust.action.MenuAction

      class MenuAction extends 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

      class MetadataFiltersAction extends Object implements Serializable
      serialVersionUID:
      -5304171897858890801L
    • Class org.gluu.oxtrust.action.PassportConfigurationAction

      class PassportConfigurationAction extends 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
          String[] loggingLevels
        • passportConfiguration
          org.gluu.model.passport.PassportConfiguration passportConfiguration
        • passportService
          PassportService passportService
    • Class org.gluu.oxtrust.action.PassportIdpInitiatedAction

      class PassportIdpInitiatedAction extends Object implements Serializable
      serialVersionUID:
      6747074157779841269L
      • Serialized Fields

        • acrValue
          String acrValue
        • authScripts
          List<String> authScripts
        • authzParam
          org.gluu.model.passport.idpinitiated.AuthzParams authzParam
        • authzParams
          List<org.gluu.model.passport.idpinitiated.AuthzParams> authzParams
        • availableResponseTypes
          List<org.gluu.model.SelectableEntity<String>> availableResponseTypes
        • availableScopes
          List<org.gluu.model.SelectableEntity<String>> availableScopes
        • clients
          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
          List<OptionEntry> options
        • passportConfiguration
          org.gluu.model.passport.PassportConfiguration passportConfiguration
        • passportService
          PassportService passportService
        • previousParam
          org.gluu.model.passport.idpinitiated.AuthzParams previousParam
        • providers
          List<org.gluu.model.passport.Provider> providers
        • responseTypes
          List<String> responseTypes
        • scopes
          List<String> scopes
        • scopeService
          ScopeService scopeService
        • showForm
          boolean showForm
    • Class org.gluu.oxtrust.action.PassportProvidersAction

      class PassportProvidersAction extends Object implements Serializable
      serialVersionUID:
      6747074157779841269L
      • Serialized Fields

        • CLIENT_ID
          String CLIENT_ID
        • CLIENT_SECRET
          String CLIENT_SECRET
        • configuration
          org.gluu.model.passport.config.Configuration configuration
        • configurationService
          ConfigurationService configurationService
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • DEFAULT_ISSUER
          String DEFAULT_ISSUER
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • id
          String id
        • idpInitiated
          org.gluu.model.passport.idpinitiated.IIConfiguration idpInitiated
        • ISSUER
          String ISSUER
        • ldapOxPassportConfiguration
          org.gluu.config.oxtrust.LdapOxPassportConfiguration ldapOxPassportConfiguration
        • log
          org.slf4j.Logger log
        • mappings
          String[] mappings
        • options
          List<OptionEntry> options
        • optionsKeys
          List<String> optionsKeys
        • passportConfiguration
          org.gluu.model.passport.PassportConfiguration passportConfiguration
        • passportService
          PassportService passportService
        • provider
          org.gluu.model.passport.Provider provider
        • providers
          List<org.gluu.model.passport.Provider> providers
        • providerSelections
          List<PassportProvider> providerSelections
        • providerTypes
          String[] providerTypes
        • strategies
          String[] strategies
        • update
          boolean update
    • Class org.gluu.oxtrust.action.PasswordReminderAction

      class PasswordReminderAction extends 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 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

      class PasswordResetAction extends Object implements Serializable
      serialVersionUID:
      6457422770824016614L
      • Serialized Fields

        • answer
          GluuCustomAttribute answer
        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • code
          String code
        • confirm
          @Size(min=3,max=60,message="Password length must be between {min} and {max} characters.") String confirm
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • guid
          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.") String password
        • passwordResetService
          PasswordResetService passwordResetService
        • personService
          PersonService personService
        • recaptchaService
          RecaptchaService recaptchaService
        • request
          PasswordResetRequest request
        • response
          String response
        • SECRET_ANSWER
          String SECRET_ANSWER
        • SECRET_QUESTION
          String SECRET_QUESTION
        • securityAnswer
          String securityAnswer
        • securityQuestion
          String securityQuestion
    • Class org.gluu.oxtrust.action.PasswordValidationAction

      class PasswordValidationAction extends Object implements Serializable
      serialVersionUID:
      1952428504080910113L
      • Serialized Fields

        • attributeService
          AttributeService attributeService
        • checkOldPassword
          boolean checkOldPassword
        • confirm
          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
          String oldPassword
        • oxTrustAuditService
          OxTrustAuditService oxTrustAuditService
        • password
          String password
        • person
          GluuCustomPerson person
        • personService
          IPersonService personService
        • USER_PASSWORD
          String USER_PASSWORD
    • Class org.gluu.oxtrust.action.PersonImportAction

      class PersonImportAction extends Object implements Serializable
      serialVersionUID:
      -1270460481895022468L
      • Serialized Fields

        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • attributes
          List<org.gluu.model.GluuAttribute> attributes
        • attributesDisplayNameMap
          Map<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
          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
          String[] PERSON_IMPORT_PERSON_LOCKUP_RETURN_ATTRIBUTES
        • PERSON_PASSWORD_ATTRIBUTE
          String PERSON_PASSWORD_ATTRIBUTE
        • personService
          PersonService personService
        • SEPARATOR
          String SEPARATOR
        • UID
          String UID
        • USER_PASSWORD
          String USER_PASSWORD
    • Class org.gluu.oxtrust.action.PersonImportAction.FileDataToImport

      class FileDataToImport extends Object implements Serializable
      serialVersionUID:
      7334362213305310293L
    • Class org.gluu.oxtrust.action.PersonImportAction.ImportAttribute

      class ImportAttribute extends Object implements Serializable
      serialVersionUID:
      -5640983196565086530L
      • Serialized Fields

        • attribute
          org.gluu.model.GluuAttribute attribute
        • col
          int col
    • Class org.gluu.oxtrust.action.ProductInstallationCheckerAction

      class ProductInstallationCheckerAction extends 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

      class RegisterPersonAction extends 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
          String email
        • externalUserRegistrationService
          ExternalUserRegistrationService externalUserRegistrationService
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • hiddenAttributes
          List<String> hiddenAttributes
        • HOST_NAME
          String HOST_NAME
        • identity
          Identity identity
        • inum
          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") String password
        • person
          GluuCustomPerson person
        • personService
          PersonService personService
        • POST_REGISTRATION_REDIRECT_URI
          String POST_REGISTRATION_REDIRECT_URI
        • postRegistrationInformation
          String postRegistrationInformation
        • postRegistrationRedirectUri
          String postRegistrationRedirectUri
        • recaptchaService
          RecaptchaService recaptchaService
        • repeatPassword
          @NotNull @Size(min=2,max=30,message="Length of password should be between 2 and 30") String repeatPassword
        • requestParameters
          Map<String,String[]> requestParameters
        • VALID_EMAIL_ADDRESS_REGEX
          Pattern VALID_EMAIL_ADDRESS_REGEX
    • Class org.gluu.oxtrust.action.RegistrationManagementAction

      class RegistrationManagementAction extends Object implements Serializable
      serialVersionUID:
      -3832167044333943686L
      • Serialized Fields

        • attributeData
          String attributeData
        • attributeName
          String attributeName
        • attributes
          List<org.gluu.model.GluuAttribute> attributes
        • attributeService
          AttributeService attributeService
        • captchaDisabled
          boolean captchaDisabled
        • configureRegistrationForm
          boolean configureRegistrationForm
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • customScriptTypes
          List<String> customScriptTypes
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • jsonConfigurationService
          JsonConfigurationService jsonConfigurationService
        • log
          org.slf4j.Logger log
        • oldSearchPattern
          String oldSearchPattern
        • organizationService
          OrganizationService organizationService
        • oxTrustappConfiguration
          org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration
        • searchPattern
          String searchPattern
        • selectedAttributes
          List<org.gluu.model.GluuAttribute> selectedAttributes
    • Class org.gluu.oxtrust.action.RelyingPartyAction

      class RelyingPartyAction extends Object implements Serializable
      serialVersionUID:
      -5304171897858890801L
    • Class org.gluu.oxtrust.action.SamlAcrAction

      class SamlAcrAction extends Object implements Serializable
      serialVersionUID:
      4373491307640582394L
    • Class org.gluu.oxtrust.action.ScimConfigureAction

      class ScimConfigureAction extends Object implements Serializable
      serialVersionUID:
      -1290460481895022469L
      • Serialized Fields

        • configurationService
          ConfigurationService configurationService
        • isInitialized
          boolean isInitialized
    • Class org.gluu.oxtrust.action.SearchClientAction

      class SearchClientAction extends Object implements Serializable
      serialVersionUID:
      8361095046179474395L
      • Serialized Fields

        • clientList
          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
          String oldSearchPattern
        • searchPattern
          @NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") String searchPattern
    • Class org.gluu.oxtrust.action.SearchGroupAction

      class SearchGroupAction extends Object implements Serializable
      serialVersionUID:
      -5270460481895022468L
      • Serialized Fields

        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • groupList
          List<GluuGroup> groupList
        • groupService
          GroupService groupService
        • log
          org.slf4j.Logger log
        • oldSearchPattern
          String oldSearchPattern
        • searchPattern
          @NotNull @Size(min=0,max=30,message="Length of search string should be between 0 and 30") String searchPattern
    • Class org.gluu.oxtrust.action.SearchPersonAction

      class SearchPersonAction extends 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
          List<GluuCustomPerson> persons
        • personService
          PersonService personService
        • results
          org.gluu.persist.model.PagedResult<GluuCustomPerson> results
        • searchIndex
          int searchIndex
        • searchPattern
          String searchPattern
        • start
          int start
    • Class org.gluu.oxtrust.action.SearchScopeAction

      class SearchScopeAction extends 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
          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") String searchPattern
    • Class org.gluu.oxtrust.action.SearchTrustedIdpAction

      class SearchTrustedIdpAction extends 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
          String oldSearchPattern
        • oxTrustedIdpList
          List<OxTrustedIdp> oxTrustedIdpList
        • searchPattern
          @NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") String searchPattern
        • trustedIdpService
          TrustedIDPService trustedIdpService
    • Class org.gluu.oxtrust.action.SsoLoginAction

      class SsoLoginAction extends Object implements Serializable
      serialVersionUID:
      7409229786722653317L
      • Serialized Fields

        • actionUrl
          String actionUrl
          Deprecated.
        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
          Deprecated.
        • contextKey
          String contextKey
          Deprecated.
        • identity
          Identity identity
          Deprecated.
        • initialized
          boolean initialized
          Deprecated.
        • log
          org.slf4j.Logger log
          Deprecated.
        • password
          String password
          Deprecated.
        • relayState
          String relayState
          Deprecated.
        • relayStateValue
          String relayStateValue
          Deprecated.
        • relyingPartyId
          String relyingPartyId
          Deprecated.
        • userName
          String userName
          Deprecated.
    • Class org.gluu.oxtrust.action.TrustContactsAction

      class TrustContactsAction extends Object implements Serializable
      serialVersionUID:
      -1032167044333943680L
      • Serialized Fields

    • Class org.gluu.oxtrust.action.TrustRelationshipInventoryAction

      class TrustRelationshipInventoryAction extends 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
          String oldSearchPattern
        • searchPattern
          @NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") String searchPattern
        • trustedSpList
          List<GluuSAMLTrustRelationship> trustedSpList
        • trustService
          TrustService trustService
    • Class org.gluu.oxtrust.action.UpdateAttributeAction

      class UpdateAttributeAction extends 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
          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

      class UpdateCASAction extends Object implements Serializable
      serialVersionUID:
      1061838191485356624L
      • Serialized Fields

        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • casBaseURL
          String casBaseURL
        • casService
          CASService casService
        • CLIENT_SESSION_STORAGESERVICE
          String CLIENT_SESSION_STORAGESERVICE
        • configuration
          org.gluu.config.oxtrust.ShibbolethCASProtocolConfiguration configuration
        • IDP_CAS_STORAGESERVICE
          String IDP_CAS_STORAGESERVICE
        • IDP_SESSION_STORAGESERVICE
          String IDP_SESSION_STORAGESERVICE
        • log
          org.slf4j.Logger log
        • sessionStorageTypes
          List<String> sessionStorageTypes
        • SHIBBOLETH_MEMCACHEDSTORAGESERVICE
          String SHIBBOLETH_MEMCACHEDSTORAGESERVICE
        • SHIBBOLETH_STORAGESERVICE
          String SHIBBOLETH_STORAGESERVICE
        • shibboleth3ConfService
          Shibboleth3ConfService shibboleth3ConfService
        • trustService
          TrustService trustService
    • Class org.gluu.oxtrust.action.UpdateClientAction

      class UpdateClientAction extends Object implements Serializable
      serialVersionUID:
      -5756470620039988876L
      • Serialized Fields

        • additionalAudienceList
          List<String> additionalAudienceList
        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • attributeService
          AttributeService attributeService
        • authorizedOrigins
          List<String> authorizedOrigins
        • availableAdditionalAudience
          String availableAdditionalAudience
        • availableAuthorizedOrigin
          String availableAuthorizedOrigin
        • availableClaimRedirectUri
          String availableClaimRedirectUri
        • availableClaims
          List<org.gluu.model.GluuAttribute> availableClaims
        • availableClientBacklogoutUri
          String availableClientBacklogoutUri
        • availableClientlogoutUri
          String availableClientlogoutUri
        • availableConsentScripts
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableConsentScripts
        • availableContact
          String availableContact
        • availableCustomScripts
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableCustomScripts
        • availableCustomScriptsAcr
          List<org.gluu.model.custom.script.model.CustomScript> availableCustomScriptsAcr
        • availableGrantTypes
          List<org.gluu.model.SelectableEntity<org.gluu.oxauth.model.common.GrantType>> availableGrantTypes
        • availableGroups
          List<GluuGroup> availableGroups
        • availableIntrospectionScripts
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableIntrospectionScripts
        • availableLoginUri
          String availableLoginUri
        • availableLogoutUri
          String availableLogoutUri
        • availablePostAuthnScripts
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availablePostAuthnScripts
        • availableRedirectLogoutUrl
          String availableRedirectLogoutUrl
        • availableRequestUri
          String availableRequestUri
        • availableResponseTypes
          List<org.gluu.model.SelectableEntity<org.gluu.oxauth.model.common.ResponseType>> availableResponseTypes
        • availableRptClaimsScripts
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableRptClaimsScripts
        • availableScopes
          List<org.gluu.model.SelectableEntity<org.oxauth.persistence.model.Scope>> availableScopes
        • availableSpontaneousScripts
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableSpontaneousScripts
        • backchannelLogoutUri
          String backchannelLogoutUri
        • claimRedirectURIList
          List<String> claimRedirectURIList
        • claims
          List<org.gluu.model.DisplayNameEntry> claims
        • client
          OxAuthClient client
        • clientBackChannellogoutUris
          List<String> clientBackChannellogoutUris
        • clientlogoutUris
          List<String> clientlogoutUris
        • clientService
          ClientService clientService
        • consentScripts
          List<org.gluu.model.custom.script.model.CustomScript> consentScripts
        • contacts
          List<String> contacts
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • customScripts
          List<org.gluu.model.custom.script.model.CustomScript> customScripts
        • customScriptService
          org.gluu.service.custom.script.AbstractCustomScriptService customScriptService
        • customScriptsforConsentGather
          String customScriptsforConsentGather
        • customScriptsforPostAuthn
          String customScriptsforPostAuthn
        • domainPattern
          Pattern domainPattern
        • encryptionService
          EncryptionService encryptionService
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • grantTypes
          List<org.gluu.oxauth.model.common.GrantType> grantTypes
        • HTTPS
          String HTTPS
        • identity
          Identity identity
        • introspectionCustomScript
          String introspectionCustomScript
        • introspectionScripts
          List<org.gluu.model.custom.script.model.CustomScript> introspectionScripts
        • inum
          String inum
        • log
          org.slf4j.Logger log
        • loginUris
          List<String> loginUris
        • logoutUris
          List<String> logoutUris
        • lookupService
          org.gluu.service.LookupService lookupService
        • markDown
          String markDown
        • oldSearchAvailableClaimPattern
          String oldSearchAvailableClaimPattern
        • oxAttributesJson
          String oxAttributesJson
        • oxTrustAuditService
          OxTrustAuditService oxTrustAuditService
        • passwordValidationAction
          PasswordValidationAction passwordValidationAction
        • postAuthnScripts
          List<org.gluu.model.custom.script.model.CustomScript> postAuthnScripts
        • redirectLogoutUrl
          List<String> redirectLogoutUrl
        • requestUris
          List<String> requestUris
        • resources
          List<org.gluu.oxauth.model.uma.persistence.UmaResource> resources
        • resourceSetService
          ResourceSetService resourceSetService
        • responseTypes
          List<org.gluu.oxauth.model.common.ResponseType> responseTypes
        • rptClaimsScript
          String rptClaimsScript
        • rptClaimsScripts
          List<org.gluu.model.custom.script.model.CustomScript> rptClaimsScripts
        • scopePattern
          String scopePattern
        • scopes
          List<org.oxauth.persistence.model.Scope> scopes
        • scopeService
          ScopeService scopeService
        • searchAvailableClaimPattern
          String searchAvailableClaimPattern
        • spontaneousScopeCustomScript
          String spontaneousScopeCustomScript
        • spontaneousScopesScripts
          List<org.gluu.model.custom.script.model.CustomScript> spontaneousScopesScripts
        • tlsSubjectDn
          String tlsSubjectDn
        • update
          boolean update
    • Class org.gluu.oxtrust.action.UpdateGroupAction

      class UpdateGroupAction extends Object implements Serializable
      serialVersionUID:
      572441515451149801L
      • Serialized Fields

        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • availableMembers
          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
          String inum
        • log
          org.slf4j.Logger log
        • lookupService
          org.gluu.service.LookupService lookupService
        • members
          List<org.gluu.model.DisplayNameEntry> members
        • oldSearchAvailableMemberPattern
          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") String searchAvailableMemberPattern
        • update
          boolean update
    • Class org.gluu.oxtrust.action.UpdateOrganizationAction

      class UpdateOrganizationAction extends Object implements Serializable
      serialVersionUID:
      -4470460481895022468L
      • Serialized Fields

        • configuration
          GluuConfiguration configuration
        • configurationFactory
          ConfigurationFactory configurationFactory
        • configurations
          List<GluuConfiguration> configurations
        • configurationService
          ConfigurationService configurationService
        • contactEmail
          String contactEmail
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • DEFAULT_CONTACT_EMAIL
          String DEFAULT_CONTACT_EMAIL
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • initialized
          boolean initialized
        • keyStorePasswordDecrypted
          String keyStorePasswordDecrypted
        • ldapOxAuthConfiguration
          org.gluu.config.oxtrust.LdapOxAuthConfiguration ldapOxAuthConfiguration
        • log
          org.slf4j.Logger log
        • loginPageCustomMessage
          String loginPageCustomMessage
        • mailService
          org.gluu.service.MailService mailService
        • organization
          GluuOrganization organization
        • organizationService
          OrganizationService organizationService
        • smtpConfiguration
          org.gluu.model.SmtpConfiguration smtpConfiguration
        • smtpPasswordDecrypted
          String smtpPasswordDecrypted
        • THE_CHANGE_MAY_TAKE_UP_TO_30MIN_TO_BE_EFFECTIVE_DUE_TO_CACHING
          String THE_CHANGE_MAY_TAKE_UP_TO_30MIN_TO_BE_EFFECTIVE_DUE_TO_CACHING
        • webKeysSettings
          org.gluu.config.oxauth.WebKeysSettings webKeysSettings
        • welcomePageCustomMessage
          String welcomePageCustomMessage
        • welcomeTitleText
          String welcomeTitleText
    • Class org.gluu.oxtrust.action.UpdatePersonAction

      class UpdatePersonAction extends Object implements Serializable
      serialVersionUID:
      -3242167044333943689L
    • Class org.gluu.oxtrust.action.UpdateScopeAction

      class UpdateScopeAction extends Object implements Serializable
      serialVersionUID:
      8198574569820157032L
      • Serialized Fields

        • attributeService
          AttributeService attributeService
        • authorizationPolicies
          List<org.gluu.model.custom.script.model.CustomScript> authorizationPolicies
        • availableAuthorizationPolicies
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableAuthorizationPolicies
        • availableClaims
          List<org.gluu.model.GluuAttribute> availableClaims
        • availableDynamicScripts
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableDynamicScripts
        • claims
          List<org.gluu.model.DisplayNameEntry> claims
        • clientList
          List<OxAuthClient> clientList
        • clientService
          ClientService clientService
        • conversationService
          org.gluu.jsf2.service.ConversationService conversationService
        • CUSTOM_SCRIPT_RETURN_ATTRIBUTES
          String[] CUSTOM_SCRIPT_RETURN_ATTRIBUTES
        • customScriptService
          org.gluu.service.custom.CustomScriptService customScriptService
        • dynamicScripts
          List<org.gluu.model.custom.script.model.CustomScript> dynamicScripts
        • facesMessages
          org.gluu.jsf2.message.FacesMessages facesMessages
        • identity
          Identity identity
        • inum
          String inum
        • log
          org.slf4j.Logger log
        • lookupService
          org.gluu.service.LookupService lookupService
        • oldSearchAvailableClaimPattern
          String oldSearchAvailableClaimPattern
        • oxAttributesJson
          String oxAttributesJson
        • oxTrustAuditService
          OxTrustAuditService oxTrustAuditService
        • resourceSetService
          ResourceSetService resourceSetService
        • scope
          org.oxauth.persistence.model.Scope scope
        • scopeService
          ScopeService scopeService
        • searchAvailableClaimPattern
          String searchAvailableClaimPattern
        • umaClientList
          List<OxAuthClient> umaClientList
        • update
          boolean update
    • Class org.gluu.oxtrust.action.UpdateTrustedIdpAction

      class UpdateTrustedIdpAction extends 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
          String inum
        • jsonService
          org.gluu.service.JsonService jsonService
        • log
          org.slf4j.Logger log
        • oxTrustAuditService
          OxTrustAuditService oxTrustAuditService
        • oxTrustedIdp
          OxTrustedIdp oxTrustedIdp
        • selectedSingleSignOnService
          SingleSignOnServices selectedSingleSignOnService
        • singleSignOnServices
          List<SingleSignOnServices> singleSignOnServices
        • trustedIdpService
          TrustedIDPService trustedIdpService
        • update
          boolean update
    • Class org.gluu.oxtrust.action.UpdateTrustRelationshipAction

      class UpdateTrustRelationshipAction extends Object implements Serializable
      serialVersionUID:
      -1032167044333943680L
    • Class org.gluu.oxtrust.action.UserPasswordAction

      class UserPasswordAction extends Object implements Serializable
      serialVersionUID:
      6486111971437252913L
      • Serialized Fields

        • newPassword
          String newPassword
          Deprecated.
        • newPasswordConfirmation
          String newPasswordConfirmation
          Deprecated.
        • oldPassword
          String oldPassword
          Deprecated.
        • passwordMessage
          String passwordMessage
          Deprecated.
        • person
          GluuCustomPerson person
          Deprecated.
        • personService
          PersonService personService
          Deprecated.
    • Class org.gluu.oxtrust.action.UserProfileAction

      class UserProfileAction extends 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
          List<String> optOuts
        • oxTrustAuditService
          OxTrustAuditService oxTrustAuditService
        • person
          GluuCustomPerson person
        • personService
          PersonService personService
        • tabName
          String tabName
        • userPasswordAction
          UserPasswordAction userPasswordAction
    • Class org.gluu.oxtrust.action.ViewLogFileAction

      class ViewLogFileAction extends Object implements Serializable
      serialVersionUID:
      -3310340481895022468L
      • Serialized Fields

        • activeLogFileIndex
          int activeLogFileIndex
        • configuration
          GluuConfiguration configuration
        • configurationService
          ConfigurationService configurationService
        • currentLogFileName
          String currentLogFileName
        • displayLastLinesCount
          int displayLastLinesCount
        • initialized
          boolean initialized
        • log
          org.slf4j.Logger log
        • logFiles
          Map<Integer,String> logFiles
        • logViewerConfiguration
          LogViewerConfig logViewerConfiguration
  • Package org.gluu.oxtrust.action.push

  • Package org.gluu.oxtrust.action.radius

    • Class org.gluu.oxtrust.action.radius.AddRadiusClientAction

      class AddRadiusClientAction extends 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

      class SearchRadiusClientAction extends 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
          String oldSearchPattern
        • results
          List<org.gluu.model.SelectableEntity<org.gluu.radius.model.RadiusClient>> results
        • searchPattern
          @NotNull @Size(min=0,max=30,message="#{msgs[\'radius.clients.searchpattern.outofrange\']}") String searchPattern
    • Class org.gluu.oxtrust.action.radius.UpdateGluuRadiusConfigAction

      class UpdateGluuRadiusConfigAction extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • availableScopes
          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
          List<org.oxauth.persistence.model.Scope> scopes
        • scopeService
          ScopeService scopeService
        • serverConfiguration
          org.gluu.radius.model.ServerConfiguration serverConfiguration
    • Class org.gluu.oxtrust.action.radius.UpdateRadiusClientAction

      class UpdateRadiusClientAction extends 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
          String inum
        • log
          org.slf4j.Logger log
  • Package org.gluu.oxtrust.action.uma

    • Class org.gluu.oxtrust.action.uma.UmaInventoryAction

      class UmaInventoryAction extends 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
          String oldSearchPattern
        • resourcesList
          List<org.gluu.oxauth.model.uma.persistence.UmaResource> resourcesList
        • scopesList
          List<org.oxauth.persistence.model.Scope> scopesList
        • searchPattern
          @NotNull @Size(min=0,max=30,message="Length of search string should be less than 30") String searchPattern
        • umaMetadata
          org.gluu.oxauth.model.uma.UmaMetadata umaMetadata
        • umaResourcesService
          ResourceSetService umaResourcesService
        • umaScopeService
          UmaScopeService umaScopeService
    • Class org.gluu.oxtrust.action.uma.UmaScopeDownloadAction

      class UmaScopeDownloadAction extends Object implements Serializable
      serialVersionUID:
      6486111971437252913L
      • Serialized Fields

    • Class org.gluu.oxtrust.action.uma.UpdateResourceAction

      class UpdateResourceAction extends Object implements Serializable
      serialVersionUID:
      9180729281938167478L
      • Serialized Fields

        • availableClients
          List<org.gluu.model.SelectableEntity<OxAuthClient>> availableClients
        • availableScopes
          List<org.gluu.model.SelectableEntity<org.oxauth.persistence.model.Scope>> availableScopes
        • clientList
          List<OxAuthClient> clientList
        • clients
          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
          String newResource
        • oldSearchAvailableClientPattern
          String oldSearchAvailableClientPattern
        • oldSearchAvailableScopePattern
          String oldSearchAvailableScopePattern
        • oxId
          String oxId
        • resource
          org.gluu.oxauth.model.uma.persistence.UmaResource resource
        • resources
          List<String> resources
        • scopeDescriptionService
          UmaScopeService scopeDescriptionService
        • scopes
          List<org.gluu.model.DisplayNameEntry> scopes
        • scopeSelection
          String scopeSelection
        • searchAvailableClientPattern
          String searchAvailableClientPattern
        • searchAvailableScopePattern
          String searchAvailableScopePattern
        • umaResourcesService
          ResourceSetService umaResourcesService
        • update
          boolean update
    • Class org.gluu.oxtrust.action.uma.UpdateUmaScopeAction

      class UpdateUmaScopeAction extends Object implements Serializable
      serialVersionUID:
      6180729281938167478L
      • Serialized Fields

        • authorizationPolicies
          List<org.gluu.model.custom.script.model.CustomScript> authorizationPolicies
        • availableAuthorizationPolicies
          List<org.gluu.model.SelectableEntity<org.gluu.model.custom.script.model.CustomScript>> availableAuthorizationPolicies
        • clientList
          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
          String oxAttributesJson
        • resourceSetService
          ResourceSetService resourceSetService
        • scopeDescriptionService
          UmaScopeService scopeDescriptionService
        • scopeInum
          String scopeInum
        • umaScope
          org.oxauth.persistence.model.Scope umaScope
        • update
          boolean update
  • Package org.gluu.oxtrust.exception

  • Package org.gluu.oxtrust.ldap.cache.model

  • Package org.gluu.oxtrust.ldap.cache.service

  • Package org.gluu.oxtrust.model

    • Class org.gluu.oxtrust.model.AuthenticationChartDto

      class AuthenticationChartDto extends Object implements Serializable
      serialVersionUID:
      -6376070511032852935L
      • Serialized Fields

        • failure
          Long[] failure
        • labels
          String[] labels
        • success
          Long[] success
        • totalFailure
          Long totalFailure
        • totalRequest
          Long totalRequest
        • totalSuccess
          Long totalSuccess
        • yearlyRequest
          Long yearlyRequest
    • Class org.gluu.oxtrust.model.CustomEntry

      class CustomEntry extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      5079582184398161111L
      • Serialized Fields

        • customObjectClasses
          String[] customObjectClasses
    • Class org.gluu.oxtrust.model.ErrorResponse

      class ErrorResponse extends Object implements Serializable
      serialVersionUID:
      5142834177601225245L
      • Serialized Fields

    • Class org.gluu.oxtrust.model.GluuConfiguration

      class GluuConfiguration extends org.gluu.persist.model.base.InumEntry implements Serializable
      serialVersionUID:
      -1817003894646725601L
      • Serialized Fields

        • authenticationMode
          String authenticationMode
        • cacheConfiguration
          org.gluu.service.cache.CacheConfiguration cacheConfiguration
        • cacheRefreshServerIpAddress
          String cacheRefreshServerIpAddress
        • configurationDnsServer
          String configurationDnsServer
        • contactEmail
          String[] contactEmail
        • customObjectClasses
          String[] customObjectClasses
        • description
          String description
        • displayName
          String displayName
        • documentStoreConfiguration
          org.gluu.service.document.store.conf.DocumentStoreConfiguration documentStoreConfiguration
        • gluuDSStatus
          String gluuDSStatus
        • gluuHttpStatus
          String gluuHttpStatus
        • gluuSPTR
          String gluuSPTR
        • gluuVDSStatus
          String gluuVDSStatus
        • hostname
          String hostname
        • lastUpdate
          Date lastUpdate
        • manageIdentityPermission
          boolean manageIdentityPermission
        • maxLogSize
          int maxLogSize
        • oxIDPAuthentication
          List<OxIDPAuthConf> oxIDPAuthentication
        • oxLogConfigLocation
          String oxLogConfigLocation
        • oxLogViewerConfig
          LogViewerConfig oxLogViewerConfig
        • oxTrustAuthenticationMode
          String oxTrustAuthenticationMode
        • passportEnabled
          boolean passportEnabled
        • passwordResetAllowed
          boolean passwordResetAllowed
        • pollingInterval
          String pollingInterval
        • profileManagment
          boolean profileManagment
        • radiusEnabled
          boolean radiusEnabled
        • samlEnabled
          boolean samlEnabled
        • scimEnabled
          boolean scimEnabled
        • smtpConfiguration
          org.gluu.model.SmtpConfiguration smtpConfiguration
        • sslExpiry
          String sslExpiry
        • status
          org.gluu.model.GluuStatus status
        • trustStoreCertificates
          List<TrustStoreCertificate> trustStoreCertificates
        • trustStoreConfiguration
          TrustStoreConfiguration trustStoreConfiguration
        • userPassword
          String userPassword
        • vdsCacheRefreshEnabled
          boolean vdsCacheRefreshEnabled
        • vdsCacheRefreshLastUpdate
          Date vdsCacheRefreshLastUpdate
        • vdsCacheRefreshLastUpdateCount
          String vdsCacheRefreshLastUpdateCount
        • vdsCacheRefreshPollingInterval
          String vdsCacheRefreshPollingInterval
        • vdsCacheRefreshProblemCount
          String vdsCacheRefreshProblemCount
    • Class org.gluu.oxtrust.model.GluuCustomAttribute

      class GluuCustomAttribute extends Object implements Serializable
      serialVersionUID:
      1468440094325406153L
    • Class org.gluu.oxtrust.model.GluuCustomPerson

      class GluuCustomPerson extends User implements Serializable
      serialVersionUID:
      -1879582184398161112L
      • Serialized Fields

        • associatedClient
          List<String> associatedClient
        • creationDate
          Date creationDate
        • gluuAllowPublication
          String gluuAllowPublication
        • gluuOptOuts
          List<String> gluuOptOuts
        • guid
          String guid
        • oxExternalUid
          List<String> oxExternalUid
        • oxMobileDevices
          String oxMobileDevices
        • oxOTPDevices
          OTPDevice oxOTPDevices
        • oxPPID
          List<String> oxPPID
        • sourceServerName
          String sourceServerName
        • sourceServerUserDn
          String sourceServerUserDn
        • updatedAt
          Date updatedAt
    • Class org.gluu.oxtrust.model.GluuFido2Device

      class GluuFido2Device extends Fido2Entry implements Serializable
      • Serialized Fields

        • displayName
          String displayName
        • registrationData
          Fido2Data registrationData
        • registrationStatus
          String registrationStatus
    • Class org.gluu.oxtrust.model.GluuGroup

      class GluuGroup extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      -2812480357430436503L
    • Class org.gluu.oxtrust.model.GluuOrganization

      class GluuOrganization extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      -8284018077740582699L
      • Serialized Fields

        • countryName
          String countryName
        • customMessages
          String[] customMessages
        • description
          String description
        • displayName
          String displayName
        • idpFaviconPath
          String idpFaviconPath
        • idpLogoPath
          String idpLogoPath
        • managerGroup
          String managerGroup
        • member
          String member
        • organization
          String organization
        • oxAuthFaviconPath
          String oxAuthFaviconPath
        • oxAuthLogoPath
          String oxAuthLogoPath
        • oxRegistrationConfiguration
          RegistrationConfiguration oxRegistrationConfiguration
        • oxTrustFaviconPath
          String oxTrustFaviconPath
        • oxTrustLogoPath
          String oxTrustLogoPath
        • shortName
          String shortName
        • status
          org.gluu.model.GluuStatus status
        • themeColor
          String themeColor
        • title
          String title
    • Class org.gluu.oxtrust.model.GluuOxTrustStat

      class GluuOxTrustStat extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      2684923415744323028L
    • Class org.gluu.oxtrust.model.GluuSAMLFederationProposal

      class GluuSAMLFederationProposal extends GluuSAMLTrustRelationship implements Serializable
      serialVersionUID:
      917608495756044798L
      • Serialized Fields

        • federationRules
          String federationRules
        • gluuRulesAccepted
          String gluuRulesAccepted
    • Class org.gluu.oxtrust.model.GluuSAMLTrustRelationship

      class GluuSAMLTrustRelationship extends org.gluu.persist.model.base.InumEntry implements Serializable
      serialVersionUID:
      5907443836820485369L
    • Class org.gluu.oxtrust.model.GluuUserPairwiseIdentifier

      class GluuUserPairwiseIdentifier extends org.gluu.persist.model.base.BaseEntry implements Serializable
      serialVersionUID:
      -449401585533639948L
    • Class org.gluu.oxtrust.model.MetadataFilter

      class MetadataFilter extends Object implements Serializable
      serialVersionUID:
      7083971450893323016L
      • Serialized Fields

        • certPath
          String certPath
        • description
          String description
        • extensionSchema
          String extensionSchema
        • extensionSchemas
          List<String> extensionSchemas
        • filterCertFileName
          String filterCertFileName
        • id
          String id
        • maxValidityInterval
          int maxValidityInterval
        • name
          String name
        • removeEmptyEntitiesDescriptors
          boolean removeEmptyEntitiesDescriptors
        • removeRolelessEntityDescriptors
          boolean removeRolelessEntityDescriptors
        • requireSignedMetadata
          boolean requireSignedMetadata
        • retainedRole
          String retainedRole
        • retainedRoles
          List<String> retainedRoles
    • Class org.gluu.oxtrust.model.OptionEntry

      class OptionEntry extends Object implements Serializable
      serialVersionUID:
      3645757672075149629L
    • Class org.gluu.oxtrust.model.OrganizationalUnit

      class OrganizationalUnit extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      -1585717575485030550L
      • Serialized Fields

    • Class org.gluu.oxtrust.model.OxAuthClient

      class OxAuthClient extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      -2310140703735705346L
      • Serialized Fields

        • accessTokenAsJwt
          Boolean accessTokenAsJwt
        • accessTokenLifetime
          Integer accessTokenLifetime
        • accessTokenSigningAlg
          SignatureAlgorithm accessTokenSigningAlg
        • associatedPersons
          List<String> associatedPersons
        • attributes
          org.oxauth.persistence.model.ClientAttributes attributes
        • authorizedOrigins
          String[] authorizedOrigins
        • backchannelAuthenticationRequestSigningAlg
          org.gluu.oxauth.model.crypto.signature.AsymmetricSignatureAlgorithm backchannelAuthenticationRequestSigningAlg
        • backchannelClientNotificationEndpoint
          String backchannelClientNotificationEndpoint
        • backchannelTokenDeliveryMode
          String backchannelTokenDeliveryMode
        • backchannelUserCodeParameter
          Boolean backchannelUserCodeParameter
        • claimRedirectURI
          String[] claimRedirectURI
        • clientUri
          String clientUri
        • contacts
          List<String> contacts
        • defaultAcrValues
          String defaultAcrValues
        • defaultMaxAge
          Integer defaultMaxAge
        • deletable
          boolean deletable
        • description
          @NotNull @Size(min=0,max=250,message="Length of the Description should not exceed 250") String description
        • disabled
          boolean disabled
        • displayName
          @NotNull @Size(min=0,max=60,message="Length of the Display Name should not exceed 60") String displayName
        • encodedClientSecret
          @NotNull String encodedClientSecret
        • exp
          Date exp
        • grantTypes
          org.gluu.oxauth.model.common.GrantType[] grantTypes
        • idTokenEncryptedResponseAlg
          KeyEncryptionAlgorithm idTokenEncryptedResponseAlg
        • idTokenEncryptedResponseEnc
          BlockEncryptionAlgorithm idTokenEncryptedResponseEnc
        • idTokenSignedResponseAlg
          SignatureAlgorithm idTokenSignedResponseAlg
        • idTokenTokenBindingCnf
          String idTokenTokenBindingCnf
        • initiateLoginUri
          String initiateLoginUri
        • inum
          String inum
        • jwks
          String jwks
        • jwksUri
          String jwksUri
        • logoUri
          String logoUri
        • logoutSessionRequired
          Boolean logoutSessionRequired
        • logoutUri
          List<String> logoutUri
        • oxAuthAppType
          @NotNull OxAuthApplicationType oxAuthAppType
        • oxAuthClaims
          List<String> oxAuthClaims
        • oxAuthClientSecret
          String oxAuthClientSecret
        • oxAuthPersistClientAuthorizations
          Boolean oxAuthPersistClientAuthorizations
        • oxAuthPostLogoutRedirectURIs
          List<String> oxAuthPostLogoutRedirectURIs
        • oxAuthRedirectURIs
          List<String> oxAuthRedirectURIs
        • oxAuthScopes
          List<String> oxAuthScopes
        • oxAuthTrustedClient
          Boolean oxAuthTrustedClient
        • oxdId
          String oxdId
        • oxIncludeClaimsInIdToken
          Boolean oxIncludeClaimsInIdToken
        • oxRefreshTokenLifetime
          Integer oxRefreshTokenLifetime
        • policyUri
          String policyUri
        • requestObjectEncryptionAlg
          KeyEncryptionAlgorithm requestObjectEncryptionAlg
        • requestObjectEncryptionEnc
          BlockEncryptionAlgorithm requestObjectEncryptionEnc
        • requestObjectSigningAlg
          SignatureAlgorithm requestObjectSigningAlg
        • requestUris
          String[] requestUris
        • requireAuthTime
          Boolean requireAuthTime
        • responseTypes
          org.gluu.oxauth.model.common.ResponseType[] responseTypes
        • rptAsJwt
          Boolean rptAsJwt
        • sectorIdentifierUri
          String sectorIdentifierUri
        • softwareId
          String softwareId
        • softwareStatement
          String softwareStatement
        • softwareVersion
          String softwareVersion
        • subjectType
          OxAuthSubjectType subjectType
        • tokenEndpointAuthMethod
          AuthenticationMethod tokenEndpointAuthMethod
        • tokenEndpointAuthSigningAlg
          SignatureAlgorithm tokenEndpointAuthSigningAlg
        • tosUri
          String tosUri
        • userInfoEncryptedResponseAlg
          KeyEncryptionAlgorithm userInfoEncryptedResponseAlg
        • userInfoEncryptedResponseEnc
          BlockEncryptionAlgorithm userInfoEncryptedResponseEnc
        • userInfoSignedResponseAlg
          SignatureAlgorithm userInfoSignedResponseAlg
    • Class org.gluu.oxtrust.model.OxAuthCustomClient

      class OxAuthCustomClient extends CustomEntry implements Serializable
      serialVersionUID:
      -3319774915823259905L
    • Class org.gluu.oxtrust.model.OxAuthSectorIdentifier

      class OxAuthSectorIdentifier extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      -2812480357430436514L
    • Class org.gluu.oxtrust.model.OxTrustedIdp

      class OxTrustedIdp extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      -2310140703735705346L
      • Serialized Fields

        • inum
          String inum
        • remoteIdpHost
          String remoteIdpHost
        • remoteIdpName
          String remoteIdpName
        • selectedSingleSignOnService
          String selectedSingleSignOnService
        • signingCertificates
          String signingCertificates
        • supportedSingleSignOnServices
          String supportedSingleSignOnServices
    • Class org.gluu.oxtrust.model.PassportProvider

      class PassportProvider extends Object implements Serializable
      serialVersionUID:
      3916910813086334777L
      • Serialized Fields

        • checked
          boolean checked
        • provider
          org.gluu.model.passport.Provider provider
    • Class org.gluu.oxtrust.model.PasswordResetRequest

      class PasswordResetRequest extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      -3360077330096416826L
      • Serialized Fields

        • creationDate
          Date creationDate
        • deletable
          boolean deletable
        • expirationDate
          Date expirationDate
        • oxGuid
          String oxGuid
        • personInum
          String personInum
        • ttl
          Integer ttl
    • Class org.gluu.oxtrust.model.ProfileConfiguration

      class ProfileConfiguration extends Object implements Serializable
      serialVersionUID:
      7083971450893323016L
      • Serialized Fields

        • assertionLifetime
          int assertionLifetime
        • assertionProxyCount
          int assertionProxyCount
        • defaultAuthenticationMethod
          String defaultAuthenticationMethod
        • encryptAssertions
          String encryptAssertions
        • encryptNameIds
          String encryptNameIds
        • includeAttributeStatement
          boolean includeAttributeStatement
        • name
          String name
        • nameIDFormatPrecedence
          String nameIDFormatPrecedence
        • nameIDFormatPrecedenceList
          List<String> nameIDFormatPrecedenceList
        • profileConfigurationCertFileName
          String profileConfigurationCertFileName
        • signAssertions
          String signAssertions
        • signRequests
          String signRequests
        • signResponses
          String signResponses
    • Class org.gluu.oxtrust.model.RegistrationConfiguration

      class RegistrationConfiguration extends Object implements Serializable
      serialVersionUID:
      -7310064771467874959L
      • Serialized Fields

        • additionalAttributes
          List<String> additionalAttributes
        • isCaptchaDisabled
          boolean isCaptchaDisabled
    • Class org.gluu.oxtrust.model.SamlAcr

      class SamlAcr extends org.gluu.persist.model.base.Entry implements Serializable
      serialVersionUID:
      1357084900401963003L
    • Class org.gluu.oxtrust.model.SimpleDoubleProperty

      class SimpleDoubleProperty extends Object implements Serializable
      serialVersionUID:
      -1451889014702205980L
      • Serialized Fields

    • Class org.gluu.oxtrust.model.SimplePerson

      class SimplePerson extends org.gluu.persist.model.base.SimpleUser implements Serializable
      serialVersionUID:
      -7741095209704297164L
    • Class org.gluu.oxtrust.model.SingleSignOnServices

      class SingleSignOnServices extends Object implements Serializable
      serialVersionUID:
      -7253683158021416550L
      • Serialized Fields

    • Class org.gluu.oxtrust.model.User

      class User extends CustomEntry implements Serializable
      serialVersionUID:
      -7779582184398161112L
  • Package org.gluu.oxtrust.model.status

  • Package org.gluu.oxtrust.service

    • Class org.gluu.oxtrust.service.AttributeService

      class 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

      class AuthenticationSessionService extends 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

      class CASService extends 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

      class CleanUpLogger extends Object implements Serializable
      serialVersionUID:
      717536440969366892L
      • Serialized Fields

        • logger
          org.slf4j.Logger logger
    • Class org.gluu.oxtrust.service.ClientService

      class ClientService extends 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

      class ConfigurationService extends Object implements Serializable
      serialVersionUID:
      8842838732456296435L
      • Serialized Fields

        • encryptionService
          EncryptionService encryptionService
        • formatter
          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

      class DownloadService extends Object implements Serializable
      serialVersionUID:
      -6847131971095468865L
    • Class org.gluu.oxtrust.service.EmailUniquenessService

      class EmailUniquenessService extends Object implements Serializable
      serialVersionUID:
      6252001175748276716L
      • Serialized Fields

        • ldapEntryManager
          org.gluu.persist.PersistenceEntryManager ldapEntryManager
    • Class org.gluu.oxtrust.service.EncryptionService

      class EncryptionService extends Object implements Serializable
      serialVersionUID:
      -5813201875981117513L
      • Serialized Fields

        • stringEncrypter
          org.gluu.util.security.StringEncrypter stringEncrypter
    • Class org.gluu.oxtrust.service.FederationService

      class FederationService extends 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

      class Fido2DeviceService extends 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

      class FidoDeviceService extends 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

      class FilterService extends 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

      class GroupService extends Object implements Serializable
      serialVersionUID:
      -9167587377957719152L
      • Serialized Fields

    • Class org.gluu.oxtrust.service.InumService

      class InumService extends 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

      class JsonConfigurationService extends 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

      class LdifService extends 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

      class MemberService extends Object implements Serializable
      serialVersionUID:
      -3545641785714134933L
      • Serialized Fields

    • Class org.gluu.oxtrust.service.MetricService

      class 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
          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

      class 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

      class 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

      class OxTrustAuditService extends Object implements Serializable
      serialVersionUID:
      -3495894016120236517L
      • Serialized Fields

        • log
          org.slf4j.Logger log
    • Class org.gluu.oxtrust.service.PairwiseIdService

      class PairwiseIdService extends 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

      class PassportService extends 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

      class PasswordResetService extends 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

      class PermissionService extends 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
          String[][] managerActions
    • Class org.gluu.oxtrust.service.PersonService

      class PersonService extends 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
          List<GluuCustomAttribute> mandatoryAttributes
        • organizationService
          OrganizationService organizationService
        • persistenceEntryManager
          org.gluu.persist.PersistenceEntryManager persistenceEntryManager
    • Class org.gluu.oxtrust.service.ProfileConfigurationService

      class ProfileConfigurationService extends Object implements Serializable
      serialVersionUID:
      -4691360522345319673L
      • Serialized Fields

    • Class org.gluu.oxtrust.service.PropertyService

      class PropertyService extends Object implements Serializable
      serialVersionUID:
      -1707238475653913313L
    • Class org.gluu.oxtrust.service.RecaptchaService

      class RecaptchaService extends 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

      class SamlAcrService extends 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

      class ScopeService extends 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

      class SectorIdentifierService extends 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

      class SecurityService extends Object implements Serializable
      serialVersionUID:
      1395327358942223005L
    • Class org.gluu.oxtrust.service.Shibboleth3ConfService

      class Shibboleth3ConfService extends 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
          Schema samlSchema
        • shemaService
          org.gluu.service.SchemaService shemaService
        • templateService
          TemplateService templateService
        • trustService
          TrustService trustService
        • UTF_8
          Charset UTF_8
        • xmlService
          org.gluu.service.XmlService xmlService
    • Class org.gluu.oxtrust.service.ShibbolethReloadService

      class ShibbolethReloadService extends Object implements Serializable
      • Serialized Fields

        • connectionManager
          org.apache.http.conn.HttpClientConnectionManager connectionManager
        • log
          org.slf4j.Logger log
    • Class org.gluu.oxtrust.service.SSLService

      class SSLService extends Object implements Serializable
      serialVersionUID:
      -874807269234589084L
      • Serialized Fields

        • log
          org.slf4j.Logger log
    • Class org.gluu.oxtrust.service.SvnSyncTimer

      class SvnSyncTimer extends Object implements Serializable
      serialVersionUID:
      -6875538084008069405L
    • Class org.gluu.oxtrust.service.TemplateService

      class TemplateService extends Object implements Serializable
      serialVersionUID:
      4898430090669045605L
      • Serialized Fields

        • log
          org.slf4j.Logger log
    • Class org.gluu.oxtrust.service.TranscodingRulesUpdater

      class TranscodingRulesUpdater extends Object implements Serializable
      • Serialized Fields

        • appConfiguration
          org.gluu.config.oxtrust.AppConfiguration appConfiguration
        • isActive
          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

      class TrustedIDPService extends 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

      class TrustService extends 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

  • Package org.gluu.oxtrust.service.push

  • Package org.gluu.oxtrust.service.render

  • Package org.gluu.oxtrust.service.secure

  • Package org.gluu.oxtrust.servlet

  • Package org.gluu.oxtrust.util