Uses of Class
org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki.LengthType

Packages that use LengthType
org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki   
 

Uses of LengthType in org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki
 

Subclasses of LengthType in org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki
 class RestrictedLengthType
          Java class for RestrictedLengthType complex type.
 

Fields in org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki declared as LengthType
protected  LengthType PasswordType.length
           
protected  LengthType ActivationPinType.length
           
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki that return LengthType
 LengthType ObjectFactory.createLengthType()
          Create an instance of LengthType
 LengthType PasswordType.getLength()
          Gets the value of the length property.
 LengthType ActivationPinType.getLength()
          Gets the value of the length property.
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki that return types with arguments of type LengthType
 javax.xml.bind.JAXBElement<LengthType> ObjectFactory.createLength(LengthType value)
          Create an instance of JAXBElement<LengthType>}
 

Methods in org.jboss.identity.federation.saml.v2.ac.classes.smartcardpki with parameters of type LengthType
 javax.xml.bind.JAXBElement<LengthType> ObjectFactory.createLength(LengthType value)
          Create an instance of JAXBElement<LengthType>}
 void PasswordType.setLength(LengthType value)
          Sets the value of the length property.
 void ActivationPinType.setLength(LengthType value)
          Sets the value of the length property.
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.