Uses of Interface
com.sun.xml.ws.security.trust.elements.OnBehalfOf

Packages that use OnBehalfOf
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of OnBehalfOf in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return OnBehalfOf
abstract  OnBehalfOf WSTrustElementFactory.createOnBehalfOf(com.sun.xml.ws.security.Token oboToken)
           
 

Uses of OnBehalfOf in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return OnBehalfOf
 OnBehalfOf WSTrustElementBase.getOnBehalfOf()
          Get the value of OnBehalfOf for the token if specified, null otherwise
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type OnBehalfOf
 void WSTrustElementBase.setOnBehalfOf(OnBehalfOf onBehalfOf)
          Set the value of OnBehalfOf for the requested token
 

Uses of OnBehalfOf in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return OnBehalfOf
 OnBehalfOf WSTrustElementFactoryImpl.createOnBehalfOf(com.sun.xml.ws.security.Token oboToken)
           
 

Uses of OnBehalfOf in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement OnBehalfOf
 class OnBehalfOfImpl
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return OnBehalfOf
 OnBehalfOf RequestSecurityTokenImpl.getOnBehalfOf()
           
 OnBehalfOf RequestSecurityTokenResponseImpl.getOnBehalfOf()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type OnBehalfOf
 void RequestSecurityTokenImpl.setOnBehalfOf(OnBehalfOf onBehalfOf)
           
 void RequestSecurityTokenResponseImpl.setOnBehalfOf(OnBehalfOf onBehalfOf)
           
 

Uses of OnBehalfOf in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx that return OnBehalfOf
 OnBehalfOf WSTrustElementFactoryImpl.createOnBehalfOf(com.sun.xml.ws.security.Token oboToken)
           
 

Uses of OnBehalfOf in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return OnBehalfOf
 OnBehalfOf RequestSecurityTokenImpl.getOnBehalfOf()
           
 OnBehalfOf RequestSecurityTokenResponseImpl.getOnBehalfOf()
           
 OnBehalfOf SecondaryParametersImpl.getOnBehalfOf()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type OnBehalfOf
 void RequestSecurityTokenImpl.setOnBehalfOf(OnBehalfOf onBehalfOf)
           
 void RequestSecurityTokenResponseImpl.setOnBehalfOf(OnBehalfOf onBehalfOf)
           
 void SecondaryParametersImpl.setOnBehalfOf(OnBehalfOf onBehalfOf)