Package org.keycloak.dom.saml.v2.ac
Class RestrictedPasswordType
java.lang.Object
org.keycloak.dom.saml.v2.ac.PasswordType
org.keycloak.dom.saml.v2.ac.RestrictedPasswordType
Java class for RestrictedPasswordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RestrictedPasswordType">
<complexContent>
<restriction base="{urn:oasis:names:tc:SAML:2.0:ac}PasswordType">
<sequence>
<element name="Length" type="{urn:oasis:names:tc:SAML:2.0:ac}RestrictedLengthType"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac}Generation" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ExternalVerification" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.v2.ac.PasswordType
alphabet, extension, externalVerification, generation, length -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.dom.saml.v2.ac.PasswordType
getAlphabet, getExtension, getExternalVerification, getGeneration, getLength, setAlphabet, setExternalVerification, setGeneration, setLength
-
Constructor Details
-
RestrictedPasswordType
public RestrictedPasswordType()
-