public class RestrictedPasswordType extends PasswordType
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:classes:AuthenticatedTelephony}PasswordType"> <sequence> <element name="Length" type="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}RestrictedLengthType"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Generation" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ExternalVerification" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
alphabet, externalVerification, generation, length
content
Constructor and Description |
---|
RestrictedPasswordType() |
getAlphabet, getExternalVerification, getGeneration, getLength, setAlphabet, setExternalVerification, setGeneration, setLength
add, getContent, remove
Copyright © 2018 JBoss by Red Hat. All rights reserved.