com.sun.xml.ws.security.trust.impl.wssx.elements
Class SecondaryParametersImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.SecondaryParametersType
com.sun.xml.ws.security.trust.impl.wssx.elements.SecondaryParametersImpl
- All Implemented Interfaces:
- SecondaryParameters, WSTrustElementBase
public class SecondaryParametersImpl
- extends SecondaryParametersType
- implements SecondaryParameters
Implementation of the SecondaryParameters interface.
- Author:
- Jiandong Guo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecondaryParametersImpl
public SecondaryParametersImpl()
SecondaryParametersImpl
public SecondaryParametersImpl(SecondaryParametersType spType)
throws java.lang.Exception
- Throws:
java.lang.Exception
setClaims
public void setClaims(Claims claims)
- Specified by:
setClaims in interface SecondaryParameters
getClaims
public Claims getClaims()
- Specified by:
getClaims in interface SecondaryParameters
getTokenType
public java.net.URI getTokenType()
- Specified by:
getTokenType in interface WSTrustElementBase
setTokenType
public void setTokenType(java.net.URI tokenType)
- Specified by:
setTokenType in interface WSTrustElementBase
getLifetime
public Lifetime getLifetime()
- Specified by:
getLifetime in interface WSTrustElementBase
setLifetime
public void setLifetime(Lifetime lifetime)
- Specified by:
setLifetime in interface WSTrustElementBase
getEntropy
public Entropy getEntropy()
- Specified by:
getEntropy in interface WSTrustElementBase
setEntropy
public void setEntropy(Entropy entropy)
- Specified by:
setEntropy in interface WSTrustElementBase
setAppliesTo
public void setAppliesTo(AppliesTo appliesTo)
- Specified by:
setAppliesTo in interface WSTrustElementBase
getAppliesTo
public AppliesTo getAppliesTo()
- Specified by:
getAppliesTo in interface WSTrustElementBase
setOnBehalfOf
public void setOnBehalfOf(OnBehalfOf onBehalfOf)
- Specified by:
setOnBehalfOf in interface WSTrustElementBase
getOnBehalfOf
public OnBehalfOf getOnBehalfOf()
- Specified by:
getOnBehalfOf in interface WSTrustElementBase
setIssuer
public void setIssuer(Issuer issuer)
- Specified by:
setIssuer in interface WSTrustElementBase
getIssuer
public Issuer getIssuer()
- Specified by:
getIssuer in interface WSTrustElementBase
setRenewable
public void setRenewable(Renewing renew)
- Specified by:
setRenewable in interface WSTrustElementBase
getRenewable
public Renewing getRenewable()
- Specified by:
getRenewable in interface WSTrustElementBase
setSignChallenge
public void setSignChallenge(SignChallenge challenge)
- Specified by:
setSignChallenge in interface WSTrustElementBase
getSignChallenge
public SignChallenge getSignChallenge()
- Specified by:
getSignChallenge in interface WSTrustElementBase
setBinaryExchange
public void setBinaryExchange(BinaryExchange exchange)
- Specified by:
setBinaryExchange in interface WSTrustElementBase
getBinaryExchange
public BinaryExchange getBinaryExchange()
- Specified by:
getBinaryExchange in interface WSTrustElementBase
setAuthenticationType
public void setAuthenticationType(java.net.URI uri)
- Specified by:
setAuthenticationType in interface WSTrustElementBase
getAuthenticationType
public java.net.URI getAuthenticationType()
- Specified by:
getAuthenticationType in interface WSTrustElementBase
setKeyType
public void setKeyType(java.net.URI keytype)
throws WSTrustException
- Specified by:
setKeyType in interface WSTrustElementBase
- Throws:
WSTrustException
getKeyType
public java.net.URI getKeyType()
- Specified by:
getKeyType in interface WSTrustElementBase
setKeySize
public void setKeySize(long size)
- Specified by:
setKeySize in interface WSTrustElementBase
getKeySize
public long getKeySize()
- Specified by:
getKeySize in interface WSTrustElementBase
setSignatureAlgorithm
public void setSignatureAlgorithm(java.net.URI algorithm)
- Specified by:
setSignatureAlgorithm in interface WSTrustElementBase
getSignatureAlgorithm
public java.net.URI getSignatureAlgorithm()
- Specified by:
getSignatureAlgorithm in interface WSTrustElementBase
setEncryptionAlgorithm
public void setEncryptionAlgorithm(java.net.URI algorithm)
- Specified by:
setEncryptionAlgorithm in interface WSTrustElementBase
getEncryptionAlgorithm
public java.net.URI getEncryptionAlgorithm()
- Specified by:
getEncryptionAlgorithm in interface WSTrustElementBase
setCanonicalizationAlgorithm
public void setCanonicalizationAlgorithm(java.net.URI algorithm)
- Specified by:
setCanonicalizationAlgorithm in interface WSTrustElementBase
getCanonicalizationAlgorithm
public java.net.URI getCanonicalizationAlgorithm()
- Specified by:
getCanonicalizationAlgorithm in interface WSTrustElementBase
setUseKey
public void setUseKey(UseKey useKey)
- Specified by:
setUseKey in interface WSTrustElementBase
getUseKey
public UseKey getUseKey()
- Specified by:
getUseKey in interface WSTrustElementBase
setProofEncryption
public void setProofEncryption(ProofEncryption proofEncryption)
- Specified by:
setProofEncryption in interface WSTrustElementBase
getProofEncryption
public ProofEncryption getProofEncryption()
- Specified by:
getProofEncryption in interface WSTrustElementBase
setComputedKeyAlgorithm
public void setComputedKeyAlgorithm(java.net.URI algorithm)
- Specified by:
setComputedKeyAlgorithm in interface WSTrustElementBase
getComputedKeyAlgorithm
public java.net.URI getComputedKeyAlgorithm()
- Specified by:
getComputedKeyAlgorithm in interface WSTrustElementBase
setEncryption
public void setEncryption(Encryption enc)
- Specified by:
setEncryption in interface WSTrustElementBase
getEncryption
public Encryption getEncryption()
- Specified by:
getEncryption in interface WSTrustElementBase
setSignWith
public void setSignWith(java.net.URI algorithm)
- Specified by:
setSignWith in interface WSTrustElementBase
getSignWith
public java.net.URI getSignWith()
- Specified by:
getSignWith in interface WSTrustElementBase
setEncryptWith
public void setEncryptWith(java.net.URI algorithm)
- Specified by:
setEncryptWith in interface WSTrustElementBase
getEncryptWith
public java.net.URI getEncryptWith()
- Specified by:
getEncryptWith in interface WSTrustElementBase
setKeyWrapAlgorithm
public void setKeyWrapAlgorithm(java.net.URI algorithm)
- Specified by:
setKeyWrapAlgorithm in interface WSTrustElementBase
getKeyWrapAlgorithm
public java.net.URI getKeyWrapAlgorithm()
- Specified by:
getKeyWrapAlgorithm in interface WSTrustElementBase
setDelegateTo
public void setDelegateTo(DelegateTo to)
- Specified by:
setDelegateTo in interface WSTrustElementBase
getDelegateTo
public DelegateTo getDelegateTo()
- Specified by:
getDelegateTo in interface WSTrustElementBase
setForwardable
public void setForwardable(boolean flag)
- Specified by:
setForwardable in interface WSTrustElementBase
getForwardable
public boolean getForwardable()
- Specified by:
getForwardable in interface WSTrustElementBase
setDelegatable
public void setDelegatable(boolean flag)
- Specified by:
setDelegatable in interface WSTrustElementBase
getDelegatable
public boolean getDelegatable()
- Specified by:
getDelegatable in interface WSTrustElementBase
setPolicy
public void setPolicy(com.sun.xml.ws.policy.Policy policy)
- Specified by:
setPolicy in interface WSTrustElementBase
getPolicy
public com.sun.xml.ws.policy.Policy getPolicy()
- Specified by:
getPolicy in interface WSTrustElementBase
setPolicyReference
public void setPolicyReference(PolicyReference policyRef)
- Specified by:
setPolicyReference in interface WSTrustElementBase
getPolicyReference
public PolicyReference getPolicyReference()
- Specified by:
getPolicyReference in interface WSTrustElementBase
getAllowPostdating
public AllowPostdating getAllowPostdating()
- Specified by:
getAllowPostdating in interface WSTrustElementBase
setAllowPostdating
public void setAllowPostdating(AllowPostdating allowPostdating)
- Specified by:
setAllowPostdating in interface WSTrustElementBase
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.