Uses of Interface
com.sun.xml.ws.security.trust.elements.OnBehalfOf
-
-
Uses of OnBehalfOf in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return OnBehalfOf Modifier and Type Method Description abstract 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 OnBehalfOf Modifier and Type Method Description OnBehalfOfWSTrustElementBase. 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 OnBehalfOf Modifier and Type Method Description voidWSTrustElementBase. 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 Modifier and Type Method Description OnBehalfOfWSTrustElementFactoryImpl. createOnBehalfOf(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 Modifier and Type Class Description classOnBehalfOfImplMethods in com.sun.xml.ws.security.trust.impl.elements that return OnBehalfOf Modifier and Type Method Description OnBehalfOfRequestSecurityTokenImpl. getOnBehalfOf()OnBehalfOfRequestSecurityTokenResponseImpl. getOnBehalfOf()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type OnBehalfOf Modifier and Type Method Description voidRequestSecurityTokenImpl. setOnBehalfOf(OnBehalfOf onBehalfOf)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 Modifier and Type Method Description OnBehalfOfWSTrustElementFactoryImpl. createOnBehalfOf(Token oboToken) -
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 OnBehalfOf Modifier and Type Class Description classOnBehalfOfImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return OnBehalfOf Modifier and Type Method Description OnBehalfOfRequestSecurityTokenImpl. getOnBehalfOf()OnBehalfOfRequestSecurityTokenResponseImpl. getOnBehalfOf()OnBehalfOfSecondaryParametersImpl. getOnBehalfOf()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type OnBehalfOf Modifier and Type Method Description voidRequestSecurityTokenImpl. setOnBehalfOf(OnBehalfOf onBehalfOf)voidRequestSecurityTokenResponseImpl. setOnBehalfOf(OnBehalfOf onBehalfOf)voidSecondaryParametersImpl. setOnBehalfOf(OnBehalfOf onBehalfOf)
-