com.sun.xml.ws.security.trust.impl.client
Class SecondaryIssuedTokenParametersImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.client.SecondaryIssuedTokenParametersImpl
- All Implemented Interfaces:
- SecondaryIssuedTokenParameters
public class SecondaryIssuedTokenParametersImpl
- extends java.lang.Object
- implements SecondaryIssuedTokenParameters
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecondaryIssuedTokenParametersImpl
public SecondaryIssuedTokenParametersImpl()
setTokenType
public void setTokenType(java.lang.String tokenType)
setKeyType
public void setKeyType(java.lang.String keyType)
setKeySize
public void setKeySize(long keySize)
setSignWith
public void setSignWith(java.lang.String signWithAlg)
setEncryptWith
public void setEncryptWith(java.lang.String encWithAlg)
setSignatureAlgorithm
public void setSignatureAlgorithm(java.lang.String sigAlg)
setEncryptionAlgorithm
public void setEncryptionAlgorithm(java.lang.String encAlg)
setCanonicalizationAlgorithm
public void setCanonicalizationAlgorithm(java.lang.String canAlg)
setKeyWrapAlgorithm
public void setKeyWrapAlgorithm(java.lang.String keyWrapAlg)
setClaims
public void setClaims(Claims claims)
getTokenType
public java.lang.String getTokenType()
- Specified by:
getTokenType
in interface SecondaryIssuedTokenParameters
getKeyType
public java.lang.String getKeyType()
- Specified by:
getKeyType
in interface SecondaryIssuedTokenParameters
getKeySize
public long getKeySize()
- Specified by:
getKeySize
in interface SecondaryIssuedTokenParameters
getSignatureAlgorithm
public java.lang.String getSignatureAlgorithm()
- Specified by:
getSignatureAlgorithm
in interface SecondaryIssuedTokenParameters
getEncryptionAlgorithm
public java.lang.String getEncryptionAlgorithm()
- Specified by:
getEncryptionAlgorithm
in interface SecondaryIssuedTokenParameters
getCanonicalizationAlgorithm
public java.lang.String getCanonicalizationAlgorithm()
- Specified by:
getCanonicalizationAlgorithm
in interface SecondaryIssuedTokenParameters
getKeyWrapAlgorithm
public java.lang.String getKeyWrapAlgorithm()
- Specified by:
getKeyWrapAlgorithm
in interface SecondaryIssuedTokenParameters
getSignWith
public java.lang.String getSignWith()
- Specified by:
getSignWith
in interface SecondaryIssuedTokenParameters
getEncryptWith
public java.lang.String getEncryptWith()
- Specified by:
getEncryptWith
in interface SecondaryIssuedTokenParameters
getClaims
public Claims getClaims()
- Specified by:
getClaims
in interface SecondaryIssuedTokenParameters