Class UseKeyImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.UseKeyType
com.sun.xml.ws.security.trust.impl.wssx.elements.UseKeyImpl
- All Implemented Interfaces:
UseKey
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.UseKeyType
any, sig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the Sig attribute value if set, null otherwisegetToken()Get the Token contained in the element, null otherwise.voidvoidsetSignatureID(URI sigID) Set the option Sig attribute of UseKeyvoidsetTargetType(String ttype) voidSet the Token as the contents of UseKeyMethods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.UseKeyType
getAny, getSig, setAny, setSig
-
Constructor Details
-
UseKeyImpl
-
UseKeyImpl
-
UseKeyImpl
-
-
Method Details
-
getTargetType
-
setTargetType
-
setSecurityTokenReference
-
getSecurityTokenReference
-
setToken
Description copied from interface:UseKeySet the Token as the contents of UseKey -
getToken
Description copied from interface:UseKeyGet the Token contained in the element, null otherwise. -
setSignatureID
Description copied from interface:UseKeySet the option Sig attribute of UseKey- Specified by:
setSignatureIDin interfaceUseKey
-
getSignatureID
Description copied from interface:UseKeyget the Sig attribute value if set, null otherwise- Specified by:
getSignatureIDin interfaceUseKey
-