Uses of Interface
com.sun.xml.ws.security.trust.elements.UseKey
-
Packages that use UseKey Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
Uses of UseKey in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return UseKey Modifier and Type Method Description abstract UseKeyWSTrustElementFactory. createUseKey(Token token, String sig) -
Uses of UseKey in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return UseKey Modifier and Type Method Description UseKeyWSTrustElementBase. getUseKey()Get the desired useKey settings for the token if specified, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type UseKey Modifier and Type Method Description voidWSTrustElementBase. setUseKey(UseKey useKey)Set the desired useKey settings for the requested token
-