Uses of Interface
com.sun.xml.ws.security.trust.elements.OnBehalfOf
-
Packages that use OnBehalfOf Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
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
-