FileDocCategorySizeDatePackage
RequestSecurityTokenTemplate.javaAPI DocExample4735Tue May 29 16:56:50 BST 2007com.sun.xml.ws.security.policy

RequestSecurityTokenTemplate

public interface RequestSecurityTokenTemplate
Contains information to be sent in message to the token issuer when requesting for IssuedTokens
author
K.Venugopal@sun.com

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetAuthenticationType()
get Authentication Type parameter if set, null otherwise

public java.lang.StringgetCanonicalizationAlgorithm()
get CanonicalizationAlgorithm value if set, return default otherwise

public java.lang.StringgetComputedKeyAlgorithm()
get CanonicalizationAlgorithm value if set, return default otherwise

public java.lang.StringgetEncryptWith()
Get the Encryption Algorithm to be used with the token if set, null otherwise

public java.lang.StringgetEncryptionAlgorithm()
get EncryptionAlgorithm value if set, return default otherwise

public booleangetEncryptionRequired()
get Encryption value if set, return false otherwise

public intgetKeySize()
get the KeySize parameter if specified, 0 otherwise

public java.lang.StringgetKeyType()
get KeyType Parameter if set, null otherwise

public com.sun.xml.ws.security.policy.LifetimegetLifetime()
Get the desired LifeTime settings for the token if specified, null otherwise

public booleangetProofEncryptionRequired()
Get the desired proofEncryption settings for the token if specified, false otherwise

public java.lang.StringgetRequestType()
Get the type of request, specified as a String. The String indicates the class of function that is requested.

return
{@link String}

public java.lang.StringgetSignWith()
Get the Signature Algorithm to be used with the token if set, null otherwise

public java.lang.StringgetSignatureAlgorithm()
get SignatureAlgorithm value if set, return default otherwise

public java.lang.StringgetTokenType()
Get the type of security token, specified as a String.

return
{@link String}

public java.lang.StringgetTrustVersion()