Class PlatformInfo

java.lang.Object
org.apache.syncope.common.lib.info.PlatformInfo
All Implemented Interfaces:
Serializable, BaseBean

public class PlatformInfo extends Object implements BaseBean
See Also:
  • Constructor Details

    • PlatformInfo

      public PlatformInfo()
  • Method Details

    • isSelfRegAllowed

      public boolean isSelfRegAllowed()
    • isPwdResetAllowed

      public boolean isPwdResetAllowed()
    • isPwdResetRequiringSecurityQuestions

      public boolean isPwdResetRequiringSecurityQuestions()
    • getConnIdLocations

      public Set<String> getConnIdLocations()
    • getAnyTypes

      public List<String> getAnyTypes()
    • getUserClasses

      public List<String> getUserClasses()
    • getAnyTypeClasses

      public List<String> getAnyTypeClasses()
    • getResources

      public List<String> getResources()
    • getEntitlements

      public Set<String> getEntitlements()
    • getImplementationTypes

      public Set<String> getImplementationTypes()
    • getJavaImplInfo

      public Optional<JavaImplInfo> getJavaImplInfo(String type)
    • getJavaImplInfos

      public Set<JavaImplInfo> getJavaImplInfos()
    • setSelfRegAllowed

      public void setSelfRegAllowed(boolean selfRegAllowed)
    • setPwdResetAllowed

      public void setPwdResetAllowed(boolean pwdResetAllowed)
    • setPwdResetRequiringSecurityQuestions

      public void setPwdResetRequiringSecurityQuestions(boolean pwdResetRequiringSecurityQuestions)