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:
com.sun.xml.ws.security.trust.elements.RequestedProofToken
public class RequestedProofTokenImpl
extends RequestedProofTokenType
implements com.sun.xml.ws.security.trust.elements.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) com.sun.xml.ws.security.trust.elements.BinarySecretcom.sun.xml.ws.security.trust.elements.str.SecurityTokenReferencefinal voidsetBinarySecret(com.sun.xml.ws.security.trust.elements.BinarySecret secret) final voidsetComputedKey(URI computedKey) final voidsetProofTokenType(String proofTokenType) voidsetSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.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 interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
setProofTokenType
- Specified by:
setProofTokenTypein interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
setSecurityTokenReference
public void setSecurityTokenReference(com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference reference) - Specified by:
setSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
getSecurityTokenReference
public com.sun.xml.ws.security.trust.elements.str.SecurityTokenReference getSecurityTokenReference()- Specified by:
getSecurityTokenReferencein interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
setComputedKey
- Specified by:
setComputedKeyin interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
getComputedKey
- Specified by:
getComputedKeyin interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
setBinarySecret
public final void setBinarySecret(com.sun.xml.ws.security.trust.elements.BinarySecret secret) - Specified by:
setBinarySecretin interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
getBinarySecret
public com.sun.xml.ws.security.trust.elements.BinarySecret getBinarySecret()- Specified by:
getBinarySecretin interfacecom.sun.xml.ws.security.trust.elements.RequestedProofToken
-
fromElement
public static RequestedProofTokenType fromElement(Element element) throws com.sun.xml.ws.api.security.trust.WSTrustException - Throws:
com.sun.xml.ws.api.security.trust.WSTrustException
-