Uses of Interface
com.sun.xml.ws.security.trust.elements.OnBehalfOf
Packages that use OnBehalfOf
Package
Description
-
Uses of OnBehalfOf in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return OnBehalfOfModifier and TypeMethodDescriptionabstract OnBehalfOfWSTrustElementFactory.createOnBehalfOf(Token oboToken) -
Uses of OnBehalfOf in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return OnBehalfOfModifier and TypeMethodDescriptionWSTrustElementBase.getOnBehalfOf()Get the value of OnBehalfOf for the token if specified, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type OnBehalfOfModifier and TypeMethodDescriptionvoidWSTrustElementBase.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 -
Uses of OnBehalfOf in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement OnBehalfOfMethods in com.sun.xml.ws.security.trust.impl.elements that return OnBehalfOfModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getOnBehalfOf()RequestSecurityTokenResponseImpl.getOnBehalfOf()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type OnBehalfOfModifier and TypeMethodDescriptionfinal voidRequestSecurityTokenImpl.setOnBehalfOf(OnBehalfOf onBehalfOf) final voidRequestSecurityTokenResponseImpl.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 -
Uses of OnBehalfOf in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement OnBehalfOfMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return OnBehalfOfModifier and TypeMethodDescriptionRequestSecurityTokenImpl.getOnBehalfOf()RequestSecurityTokenResponseImpl.getOnBehalfOf()SecondaryParametersImpl.getOnBehalfOf()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type OnBehalfOfModifier and TypeMethodDescriptionvoidRequestSecurityTokenImpl.setOnBehalfOf(OnBehalfOf onBehalfOf) voidRequestSecurityTokenResponseImpl.setOnBehalfOf(OnBehalfOf onBehalfOf) voidSecondaryParametersImpl.setOnBehalfOf(OnBehalfOf onBehalfOf)