Class PlatformInfo
java.lang.Object
org.apache.syncope.common.lib.info.PlatformInfo
- All Implemented Interfaces:
Serializable
,BaseBean
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJavaImplInfo
(String type) boolean
boolean
boolean
void
setPwdResetAllowed
(boolean pwdResetAllowed) void
setPwdResetRequiringSecurityQuestions
(boolean pwdResetRequiringSecurityQuestions) void
setSelfRegAllowed
(boolean selfRegAllowed)
-
Constructor Details
-
PlatformInfo
public PlatformInfo()
-
-
Method Details
-
isSelfRegAllowed
public boolean isSelfRegAllowed() -
isPwdResetAllowed
public boolean isPwdResetAllowed() -
isPwdResetRequiringSecurityQuestions
public boolean isPwdResetRequiringSecurityQuestions() -
getConnIdLocations
-
getAnyTypes
-
getUserClasses
-
getAnyTypeClasses
-
getResources
-
getEntitlements
-
getImplementationTypes
-
getJavaImplInfo
-
getJavaImplInfos
-
setSelfRegAllowed
public void setSelfRegAllowed(boolean selfRegAllowed) -
setPwdResetAllowed
public void setPwdResetAllowed(boolean pwdResetAllowed) -
setPwdResetRequiringSecurityQuestions
public void setPwdResetRequiringSecurityQuestions(boolean pwdResetRequiringSecurityQuestions)
-