Uses of Class
org.jboss.identity.federation.ws.trust.RequestSecurityTokenType

Packages that use RequestSecurityTokenType
org.jboss.identity.federation.api.wstrust.protocol   
org.jboss.identity.federation.ws.trust   
 

Uses of RequestSecurityTokenType in org.jboss.identity.federation.api.wstrust.protocol
 

Methods in org.jboss.identity.federation.api.wstrust.protocol that return RequestSecurityTokenType
 RequestSecurityTokenType RequestSecurityToken.getDelegate()
           Obtains a reference to the RequestSecurityTokenType delegate.
 

Constructors in org.jboss.identity.federation.api.wstrust.protocol with parameters of type RequestSecurityTokenType
RequestSecurityToken(RequestSecurityTokenType delegate)
           Creates an instance of RequestSecurityToken using the specified delegate.
 

Uses of RequestSecurityTokenType in org.jboss.identity.federation.ws.trust
 

Fields in org.jboss.identity.federation.ws.trust with type parameters of type RequestSecurityTokenType
protected  java.util.List<RequestSecurityTokenType> RequestSecurityTokenCollectionType.requestSecurityToken
           
 

Methods in org.jboss.identity.federation.ws.trust that return RequestSecurityTokenType
 RequestSecurityTokenType ObjectFactory.createRequestSecurityTokenType()
          Create an instance of RequestSecurityTokenType
 

Methods in org.jboss.identity.federation.ws.trust that return types with arguments of type RequestSecurityTokenType
 javax.xml.bind.JAXBElement<RequestSecurityTokenType> ObjectFactory.createRequestSecurityToken(RequestSecurityTokenType value)
          Create an instance of JAXBElement<RequestSecurityTokenType>}
 java.util.List<RequestSecurityTokenType> RequestSecurityTokenCollectionType.getRequestSecurityToken()
          Gets the value of the requestSecurityToken property.
 

Methods in org.jboss.identity.federation.ws.trust with parameters of type RequestSecurityTokenType
 javax.xml.bind.JAXBElement<RequestSecurityTokenType> ObjectFactory.createRequestSecurityToken(RequestSecurityTokenType value)
          Create an instance of JAXBElement<RequestSecurityTokenType>}
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.