|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestSecurityTokenTemplate
Contains information to be sent in message to the token issuer when requesting for IssuedTokens
Method Summary | |
---|---|
java.lang.String |
getAuthenticationType()
get Authentication Type parameter if set, null otherwise |
java.lang.String |
getCanonicalizationAlgorithm()
get CanonicalizationAlgorithm value if set, return default otherwise |
Claims |
getClaims()
|
java.lang.String |
getComputedKeyAlgorithm()
get CanonicalizationAlgorithm value if set, return default otherwise |
java.lang.String |
getEncryptionAlgorithm()
get EncryptionAlgorithm value if set, return default otherwise |
boolean |
getEncryptionRequired()
get Encryption value if set, return false otherwise |
java.lang.String |
getEncryptWith()
Get the Encryption Algorithm to be used with the token if set, null otherwise |
int |
getKeySize()
get the KeySize parameter if specified, 0 otherwise |
java.lang.String |
getKeyType()
get KeyType Parameter if set, null otherwise |
java.lang.String |
getKeyWrapAlgorithm()
Get the KeyWrap Algorithm used for key wrapping when STS encrypts the issued token for the relying party using an asymmetric key. |
Lifetime |
getLifetime()
Get the desired LifeTime settings for the token if specified, null otherwise |
boolean |
getProofEncryptionRequired()
Get the desired proofEncryption settings for the token if specified, false otherwise |
java.lang.String |
getRequestType()
Get the type of request, specified as a String. |
java.lang.String |
getSignatureAlgorithm()
get SignatureAlgorithm value if set, return default otherwise |
java.lang.String |
getSignWith()
Get the Signature Algorithm to be used with the token if set, null otherwise |
java.lang.String |
getTokenType()
Get the type of security token, specified as a String. |
java.lang.String |
getTrustVersion()
|
Method Detail |
---|
java.lang.String getTrustVersion()
java.lang.String getTokenType()
String
java.lang.String getRequestType()
String
Lifetime getLifetime()
java.lang.String getAuthenticationType()
java.lang.String getKeyType()
int getKeySize()
java.lang.String getSignatureAlgorithm()
java.lang.String getEncryptionAlgorithm()
java.lang.String getCanonicalizationAlgorithm()
boolean getProofEncryptionRequired()
java.lang.String getComputedKeyAlgorithm()
boolean getEncryptionRequired()
java.lang.String getSignWith()
java.lang.String getEncryptWith()
java.lang.String getKeyWrapAlgorithm()
Claims getClaims()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |