|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.RequestSecurityTokenTemplate
public class RequestSecurityTokenTemplate
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.xml.ws.security.policy.SecurityAssertionValidator |
---|
SecurityAssertionValidator.AssertionFitness |
Constructor Summary | |
---|---|
RequestSecurityTokenTemplate()
Creates a new instance of RequestSecurityTokenTemplate |
|
RequestSecurityTokenTemplate(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative)
|
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()
|
SecurityAssertionValidator.AssertionFitness |
validate(boolean isServer)
returns true if all the assertions embeeded under a SecurityPolicy assertion are valid and supported by the implementation. |
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
---|
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RequestSecurityTokenTemplate()
public RequestSecurityTokenTemplate(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail |
---|
public java.lang.String getTokenType()
RequestSecurityTokenTemplate
getTokenType
in interface RequestSecurityTokenTemplate
String
public java.lang.String getRequestType()
RequestSecurityTokenTemplate
getRequestType
in interface RequestSecurityTokenTemplate
String
public Lifetime getLifetime()
RequestSecurityTokenTemplate
getLifetime
in interface RequestSecurityTokenTemplate
public java.lang.String getAuthenticationType()
RequestSecurityTokenTemplate
getAuthenticationType
in interface RequestSecurityTokenTemplate
public java.lang.String getKeyType()
RequestSecurityTokenTemplate
getKeyType
in interface RequestSecurityTokenTemplate
public int getKeySize()
RequestSecurityTokenTemplate
getKeySize
in interface RequestSecurityTokenTemplate
public java.lang.String getSignatureAlgorithm()
RequestSecurityTokenTemplate
getSignatureAlgorithm
in interface RequestSecurityTokenTemplate
public java.lang.String getEncryptionAlgorithm()
RequestSecurityTokenTemplate
getEncryptionAlgorithm
in interface RequestSecurityTokenTemplate
public java.lang.String getCanonicalizationAlgorithm()
RequestSecurityTokenTemplate
getCanonicalizationAlgorithm
in interface RequestSecurityTokenTemplate
public boolean getProofEncryptionRequired()
RequestSecurityTokenTemplate
getProofEncryptionRequired
in interface RequestSecurityTokenTemplate
public java.lang.String getComputedKeyAlgorithm()
RequestSecurityTokenTemplate
getComputedKeyAlgorithm
in interface RequestSecurityTokenTemplate
public java.lang.String getKeyWrapAlgorithm()
RequestSecurityTokenTemplate
getKeyWrapAlgorithm
in interface RequestSecurityTokenTemplate
public boolean getEncryptionRequired()
RequestSecurityTokenTemplate
getEncryptionRequired
in interface RequestSecurityTokenTemplate
public java.lang.String getSignWith()
RequestSecurityTokenTemplate
getSignWith
in interface RequestSecurityTokenTemplate
public java.lang.String getEncryptWith()
RequestSecurityTokenTemplate
getEncryptWith
in interface RequestSecurityTokenTemplate
public Claims getClaims()
getClaims
in interface RequestSecurityTokenTemplate
public java.lang.String getTrustVersion()
getTrustVersion
in interface RequestSecurityTokenTemplate
public SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidator
validate
in interface SecurityAssertionValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |