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

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

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

Methods in org.jboss.identity.federation.api.wstrust.protocol that return OnBehalfOfType
 OnBehalfOfType RequestSecurityTokenResponse.getOnBehalfOf()
           Obtains the identity on whose behalf the token request was made.
 OnBehalfOfType RequestSecurityToken.getOnBehalfOf()
           Obtains the identity on whose behalf this request was made.
 

Methods in org.jboss.identity.federation.api.wstrust.protocol with parameters of type OnBehalfOfType
 void RequestSecurityTokenResponse.setOnBehalfOf(OnBehalfOfType onBehalfOf)
           Specifies the identity on whose behalf the token request was made.
 void RequestSecurityToken.setOnBehalfOf(OnBehalfOfType onBehalfOf)
           Specifies the identity on whose behalf this request is being made.
 

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

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

Methods in org.jboss.identity.federation.ws.trust that return types with arguments of type OnBehalfOfType
 javax.xml.bind.JAXBElement<OnBehalfOfType> ObjectFactory.createOnBehalfOf(OnBehalfOfType value)
          Create an instance of JAXBElement<OnBehalfOfType>}
 

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



Copyright © 2009 JBoss Inc.. All Rights Reserved.