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 class
EditorPolicyProps
Editor 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 PasswordPolicy
PasswordPolicy. 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 PolicyProps
PolicyProps. 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 PolicyProps
ServerSettings. createPolicyProps(Atom atom)
Creates a policy property with the specified atom name.