Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.protocol.ScopingType

Packages that use ScopingType
org.jboss.seam.security.external.jaxb.samlv2.protocol   
 

Uses of ScopingType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as ScopingType
protected  ScopingType AuthnRequestType.scoping
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return ScopingType
 ScopingType ObjectFactory.createScopingType()
          Create an instance of ScopingType
 ScopingType AuthnRequestType.getScoping()
          Gets the value of the scoping property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return types with arguments of type ScopingType
 JAXBElement<ScopingType> ObjectFactory.createScoping(ScopingType value)
          Create an instance of JAXBElement<ScopingType>}
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type ScopingType
 JAXBElement<ScopingType> ObjectFactory.createScoping(ScopingType value)
          Create an instance of JAXBElement<ScopingType>}
 void AuthnRequestType.setScoping(ScopingType value)
          Sets the value of the scoping property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.