Class ManagePersonAuthenticationAction

    • Constructor Detail

      • ManagePersonAuthenticationAction

        public ManagePersonAuthenticationAction()
    • Method Detail

      • isAuthenticationRecaptchaEnabled

        public boolean isAuthenticationRecaptchaEnabled()
      • setAuthenticationRecaptchaEnabled

        public void setAuthenticationRecaptchaEnabled​(boolean authenticationRecaptchaEnabled)
      • modify

        public java.lang.String modify()
      • modifyImpl

        public java.lang.String modifyImpl()
      • save

        public java.lang.String save()
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • cancel

        public java.lang.String cancel()
      • updateAuthConf

        public boolean updateAuthConf​(GluuConfiguration configuration)
      • getPersonAuthenticationConfigurationNames

        public java.util.List<java.lang.String> getPersonAuthenticationConfigurationNames()
      • testLdapConnection

        public java.lang.String testLdapConnection​(org.gluu.model.ldap.GluuLdapConfiguration ldapConfig)
      • updateLdapBindPassword

        public void updateLdapBindPassword​(org.gluu.model.ldap.GluuLdapConfiguration ldapConfig)
      • updateLdapBindPassword

        public java.lang.String updateLdapBindPassword​(java.lang.String bindPassword)
      • isExistLdapConfigIdpAuthConf

        public boolean isExistLdapConfigIdpAuthConf()
      • removeItemFromSimpleProperties

        public void removeItemFromSimpleProperties​(java.util.List<org.gluu.model.SimpleProperty> simpleProperties,
                                                   org.gluu.model.SimpleProperty simpleProperty)
        Specified by:
        removeItemFromSimpleProperties in interface SimplePropertiesListModel
      • getAuthenticationMode

        public java.lang.String getAuthenticationMode()
      • setAuthenticationMode

        public void setAuthenticationMode​(java.lang.String authenticationMode)
      • getOxTrustAuthenticationMode

        public java.lang.String getOxTrustAuthenticationMode()
      • setOxTrustAuthenticationMode

        public void setOxTrustAuthenticationMode​(java.lang.String oxTrustAuthenticationMode)
      • isInitialized

        public boolean isInitialized()
      • getId

        public java.lang.String getId​(java.lang.Object obj)
      • addStrategy

        public void addStrategy()
      • addField

        public void addField​(org.gluu.model.passport.PassportConfiguration removePassportConfiguration)
      • getPassportEnable

        public java.lang.Boolean getPassportEnable()
      • setPassportEnable

        public void setPassportEnable​(java.lang.Boolean passportEnable)
      • getSourceConfigs

        public java.util.List<org.gluu.model.ldap.GluuLdapConfiguration> getSourceConfigs()
      • setSourceConfigs

        public void setSourceConfigs​(java.util.List<org.gluu.model.ldap.GluuLdapConfiguration> sourceConfigs)
      • addSourceConfig

        public void addSourceConfig()
      • addLdapConfig

        public void addLdapConfig​(java.util.List<org.gluu.model.ldap.GluuLdapConfiguration> ldapConfigList)
        Specified by:
        addLdapConfig in interface LdapConfigurationModel
      • removeLdapConfig

        public void removeLdapConfig​(java.util.List<org.gluu.model.ldap.GluuLdapConfiguration> ldapConfigList,
                                     org.gluu.model.ldap.GluuLdapConfiguration removeLdapConfig)
        Specified by:
        removeLdapConfig in interface LdapConfigurationModel
      • getActiveLdapConfig

        public org.gluu.model.ldap.GluuLdapConfiguration getActiveLdapConfig()
      • updateBindPassword

        public void updateBindPassword()
      • removeStrategy

        public void removeStrategy​(org.gluu.model.passport.PassportConfiguration removePassportConfiguration)
      • getRecaptchaSiteKey

        public java.lang.String getRecaptchaSiteKey()
      • setRecaptchaSiteKey

        public void setRecaptchaSiteKey​(java.lang.String recaptchaSiteKey)
      • getRecaptchaSecretKey

        public java.lang.String getRecaptchaSecretKey()
      • setRecaptchaSecretKey

        public void setRecaptchaSecretKey​(java.lang.String recaptchaSecretKey)
      • getOxTrustappConfiguration

        public org.gluu.config.oxtrust.AppConfiguration getOxTrustappConfiguration()
      • setOxTrustappConfiguration

        public void setOxTrustappConfiguration​(org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration)