com.sun.xml.ws.security.trust.impl.elements
Class RequestedProofTokenImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.RequestedProofTokenType
      extended by com.sun.xml.ws.security.trust.impl.elements.RequestedProofTokenImpl
All Implemented Interfaces:
RequestedProofToken

public class RequestedProofTokenImpl
extends RequestedProofTokenType
implements RequestedProofToken

Author:
Manveen Kaur

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedProofTokenType
any
 
Fields 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
RequestedProofTokenImpl()
           
RequestedProofTokenImpl(RequestedProofTokenType rptType)
           
RequestedProofTokenImpl(String proofTokenType)
           
 
Method Summary
static RequestedProofTokenType fromElement(Element element)
           
 BinarySecret getBinarySecret()
           
 URI getComputedKey()
           
 String getProofTokenType()
           
 SecurityTokenReference getSecurityTokenReference()
           
 void setBinarySecret(BinarySecret secret)
           
 void setComputedKey(URI computedKey)
           
 void setProofTokenType(String proofTokenType)
           
 void setSecurityTokenReference(SecurityTokenReference reference)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.RequestedProofTokenType
getAny, setAny
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.RequestedProofToken
getAny, setAny
 

Constructor Detail

RequestedProofTokenImpl

public RequestedProofTokenImpl()

RequestedProofTokenImpl

public RequestedProofTokenImpl(String proofTokenType)

RequestedProofTokenImpl

public RequestedProofTokenImpl(RequestedProofTokenType rptType)
Method Detail

getProofTokenType

public String getProofTokenType()
Specified by:
getProofTokenType in interface RequestedProofToken

setProofTokenType

public final void setProofTokenType(@NotNull
                                    String proofTokenType)
Specified by:
setProofTokenType in interface RequestedProofToken

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReference reference)
Specified by:
setSecurityTokenReference in interface RequestedProofToken

getSecurityTokenReference

public SecurityTokenReference getSecurityTokenReference()
Specified by:
getSecurityTokenReference in interface RequestedProofToken

setComputedKey

public final void setComputedKey(@NotNull
                                 URI computedKey)
Specified by:
setComputedKey in interface RequestedProofToken

getComputedKey

public URI getComputedKey()
Specified by:
getComputedKey in interface RequestedProofToken

setBinarySecret

public final void setBinarySecret(BinarySecret secret)
Specified by:
setBinarySecret in interface RequestedProofToken

getBinarySecret

public BinarySecret getBinarySecret()
Specified by:
getBinarySecret in interface RequestedProofToken

fromElement

public static RequestedProofTokenType fromElement(Element element)
                                           throws WSTrustException
Throws:
WSTrustException


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.