| com.sun.xml.ws.security.policy.RequestSecurityTokenTemplate
All known Subclasses: com.sun.xml.ws.security.impl.policy.RequestSecurityTokenTemplate,
RequestSecurityTokenTemplate | public interface RequestSecurityTokenTemplate (Code) | | Contains information to be sent in message to the token issuer when requesting for IssuedTokens
author: K.Venugopal@sun.com |
getAuthenticationType | String getAuthenticationType()(Code) | | get Authentication Type parameter if set, null otherwise
|
getCanonicalizationAlgorithm | String getCanonicalizationAlgorithm()(Code) | | get CanonicalizationAlgorithm value if set, return default otherwise
|
getComputedKeyAlgorithm | String getComputedKeyAlgorithm()(Code) | | get CanonicalizationAlgorithm value if set, return default otherwise
|
getEncryptWith | String getEncryptWith()(Code) | | Get the Encryption Algorithm to be used with the token if set, null otherwise
|
getEncryptionAlgorithm | String getEncryptionAlgorithm()(Code) | | get EncryptionAlgorithm value if set, return default otherwise
|
getEncryptionRequired | boolean getEncryptionRequired()(Code) | | get Encryption value if set, return false otherwise
|
getKeySize | int getKeySize()(Code) | | get the KeySize parameter if specified, 0 otherwise
|
getKeyType | String getKeyType()(Code) | | get KeyType Parameter if set, null otherwise
|
getLifetime | Lifetime getLifetime()(Code) | | Get the desired LifeTime settings for the token if specified, null otherwise
|
getProofEncryptionRequired | boolean getProofEncryptionRequired()(Code) | | Get the desired proofEncryption settings for the token if specified, false otherwise
|
getRequestType | String getRequestType()(Code) | | Get the type of request, specified as a String.
The String indicates the class of function that is requested.
String |
getSignWith | String getSignWith()(Code) | | Get the Signature Algorithm to be used with the token if set, null otherwise
|
getSignatureAlgorithm | String getSignatureAlgorithm()(Code) | | get SignatureAlgorithm value if set, return default otherwise
|
getTokenType | String getTokenType()(Code) | | Get the type of security token, specified as a String.
String |
|
|