Class ProofEncryptionImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
-
- com.sun.xml.ws.security.trust.impl.wssx.elements.ProofEncryptionImpl
-
- All Implemented Interfaces:
ProofEncryption
public class ProofEncryptionImpl extends ProofEncryptionType implements ProofEncryption
- Author:
- WS-Trust Implementation Team.
-
-
Field Summary
-
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
any
-
-
Constructor Summary
Constructors Constructor Description ProofEncryptionImpl(Token token)ProofEncryptionImpl(SecurityTokenReference str)ProofEncryptionImpl(ProofEncryptionType peType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityTokenReferencegetSecurityTokenReference()Get the STR contained in this ProofEncryption TypeStringgetTargetType()Get the type of the ProofEncryption information itemTokengetToken()voidsetSecurityTokenReference(SecurityTokenReference ref)Set the STR for the Token as the contents of ProofEncryptionvoidsetTargetType(String ttype)Set the type of the DelegateTo information itemvoidsetToken(Token token)-
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.ProofEncryptionType
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.ProofEncryption
getAny, setAny
-
-
-
-
Constructor Detail
-
ProofEncryptionImpl
public ProofEncryptionImpl(SecurityTokenReference str)
-
ProofEncryptionImpl
public ProofEncryptionImpl(Token token)
-
ProofEncryptionImpl
public ProofEncryptionImpl(ProofEncryptionType peType) throws Exception
- Throws:
Exception
-
-
Method Detail
-
getTargetType
public String getTargetType()
Description copied from interface:ProofEncryptionGet the type of the ProofEncryption information item- Specified by:
getTargetTypein interfaceProofEncryption
-
setTargetType
public void setTargetType(String ttype)
Description copied from interface:ProofEncryptionSet the type of the DelegateTo information item- Specified by:
setTargetTypein interfaceProofEncryption- Parameters:
ttype-String
-
setSecurityTokenReference
public void setSecurityTokenReference(SecurityTokenReference ref)
Description copied from interface:ProofEncryptionSet the STR for the Token as the contents of ProofEncryption- Specified by:
setSecurityTokenReferencein interfaceProofEncryption
-
getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference()
Description copied from interface:ProofEncryptionGet the STR contained in this ProofEncryption Type- Specified by:
getSecurityTokenReferencein interfaceProofEncryption
-
setToken
public void setToken(Token token)
-
getToken
public Token getToken()
-
-