Class RequestedProofTokenImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.RequestedProofTokenType
com.sun.xml.ws.security.trust.impl.elements.RequestedProofTokenImpl
- All Implemented Interfaces:
RequestedProofToken
- Author:
- Manveen Kaur
-
Field Summary
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedProofTokenType
anyFields inherited from interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
BINARY_SECRET_TYPE, COMPUTED_KEY_TYPE, CUSTOM_TYPE, ENCRYPTED_KEY_TYPE, TOKEN_REF_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestedProofTokenTypefromElement(Element element) final voidsetBinarySecret(BinarySecret secret) final voidsetComputedKey(URI computedKey) final voidsetProofTokenType(String proofTokenType) voidsetSecurityTokenReference(SecurityTokenReference reference) Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedProofTokenType
getAny, setAnyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
getAny, setAny
-
Constructor Details
-
RequestedProofTokenImpl
public RequestedProofTokenImpl() -
RequestedProofTokenImpl
-
RequestedProofTokenImpl
-
-
Method Details
-
getProofTokenType
- Specified by:
getProofTokenTypein interfaceRequestedProofToken
-
setProofTokenType
- Specified by:
setProofTokenTypein interfaceRequestedProofToken
-
setSecurityTokenReference
- Specified by:
setSecurityTokenReferencein interfaceRequestedProofToken
-
getSecurityTokenReference
- Specified by:
getSecurityTokenReferencein interfaceRequestedProofToken
-
setComputedKey
- Specified by:
setComputedKeyin interfaceRequestedProofToken
-
getComputedKey
- Specified by:
getComputedKeyin interfaceRequestedProofToken
-
setBinarySecret
- Specified by:
setBinarySecretin interfaceRequestedProofToken
-
getBinarySecret
- Specified by:
getBinarySecretin interfaceRequestedProofToken
-
fromElement
- Throws:
WSTrustException
-