org.jboss.identity.federation.saml.v2.ac.classes.xmldsig
Class RestrictedPasswordType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.ac.classes.xmldsig.PasswordType
      extended by org.jboss.identity.federation.saml.v2.ac.classes.xmldsig.RestrictedPasswordType

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:XMLDSig}PasswordType">
       <sequence>
         <element name="Length" type="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}RestrictedLengthType"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}Generation" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:XMLDSig}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.jboss.identity.federation.saml.v2.ac.classes.xmldsig.PasswordType
alphabet, extension, externalVerification, generation, length
 
Constructor Summary
RestrictedPasswordType()
           
 
Method Summary
 
Methods inherited from class org.jboss.identity.federation.saml.v2.ac.classes.xmldsig.PasswordType
getAlphabet, getExtension, getExternalVerification, getGeneration, getLength, setAlphabet, setExternalVerification, setGeneration, setLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestrictedPasswordType

public RestrictedPasswordType()


Copyright © 2009 JBoss Inc.. All Rights Reserved.