Uses of Interface
com.sun.xml.ws.security.trust.elements.UseKey
-
-
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 -
Uses of UseKey in com.sun.xml.ws.security.trust.impl
Methods in com.sun.xml.ws.security.trust.impl that return UseKey Modifier and Type Method Description UseKeyWSTrustElementFactoryImpl. createUseKey(Token token, String sig) -
Uses of UseKey in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement UseKey Modifier and Type Class Description classUseKeyImplMethods in com.sun.xml.ws.security.trust.impl.elements that return UseKey Modifier and Type Method Description UseKeyRequestSecurityTokenImpl. getUseKey()UseKeyRequestSecurityTokenResponseImpl. getUseKey()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type UseKey Modifier and Type Method Description voidRequestSecurityTokenImpl. setUseKey(UseKey useKey)voidRequestSecurityTokenResponseImpl. setUseKey(UseKey useKey) -
Uses of UseKey in com.sun.xml.ws.security.trust.impl.wssx
Methods in com.sun.xml.ws.security.trust.impl.wssx that return UseKey Modifier and Type Method Description UseKeyWSTrustElementFactoryImpl. createUseKey(Token token, String sig) -
Uses of UseKey in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement UseKey Modifier and Type Class Description classUseKeyImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return UseKey Modifier and Type Method Description UseKeyRequestSecurityTokenImpl. getUseKey()UseKeyRequestSecurityTokenResponseImpl. getUseKey()UseKeySecondaryParametersImpl. getUseKey()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type UseKey Modifier and Type Method Description voidRequestSecurityTokenImpl. setUseKey(UseKey useKey)voidRequestSecurityTokenResponseImpl. setUseKey(UseKey useKey)voidSecondaryParametersImpl. setUseKey(UseKey useKey)
-