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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAnyTypeClasses()
List<String>
getAnyTypes()
Set<String>
getConnIdLocations()
Set<String>
getEntitlements()
Set<String>
getImplementationTypes()
Optional<JavaImplInfo>
getJavaImplInfo(String type)
Set<JavaImplInfo>
getJavaImplInfos()
List<String>
getResources()
List<String>
getUserClasses()
boolean
isPwdResetAllowed()
boolean
isPwdResetRequiringSecurityQuestions()
boolean
isSelfRegAllowed()
void
setPwdResetAllowed(boolean pwdResetAllowed)
void
setPwdResetRequiringSecurityQuestions(boolean pwdResetRequiringSecurityQuestions)
void
setSelfRegAllowed(boolean selfRegAllowed)
-
-
-
Method Detail
-
isSelfRegAllowed
public boolean isSelfRegAllowed()
-
isPwdResetAllowed
public boolean isPwdResetAllowed()
-
isPwdResetRequiringSecurityQuestions
public boolean isPwdResetRequiringSecurityQuestions()
-
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)
-
-