Uses of Class
com.iizix.prop.PolicyProps
Packages that use PolicyProps Package Description com.iizigo.server.config com.iizix.passwordpolicy com.iizix.prop com.iizix.server.prop Uses of PolicyProps in com.iizigo.server.config
Subclasses of PolicyProps in com.iizigo.server.config Modifier and Type Class Description classEditorPolicyPropsEditor version of the container that holds the required settings for the server to operate and initialize itself with.Uses of PolicyProps in com.iizix.passwordpolicy
Methods in com.iizix.passwordpolicy with parameters of type PolicyProps Modifier and Type Method Description static PasswordPolicyPasswordPolicy. from(PolicyProps settings)Creates the password policy based on pure defaults if the property container is null, otherwise based on those settings.Uses of PolicyProps in com.iizix.prop
Methods in com.iizix.prop that return PolicyProps Modifier and Type Method Description PolicyPropsPolicyProps. clone()Clone must be overridden.Uses of PolicyProps in com.iizix.server.prop
Methods in com.iizix.server.prop that return PolicyProps Modifier and Type Method Description protected PolicyPropsServerSettings. createPolicyProps(Atom atom)Creates a policy property with the specified atom name.