|
||||||||||
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.IssuedToken
public class IssuedToken
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.xml.ws.security.policy.SecurityAssertionValidator |
---|
SecurityAssertionValidator.AssertionFitness |
Field Summary |
---|
Constructor Summary | |
---|---|
IssuedToken()
Creates a new instance of IssuedToken |
|
IssuedToken(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 | |
---|---|
Claims |
getClaims()
|
java.lang.String |
getIncludeToken()
returns the token inclusion value |
Issuer |
getIssuer()
returns Issuer which is the issuer for the issued token. |
IssuerName |
getIssuerName()
returns IssuerName which is the issuer for the issued token. |
RequestSecurityTokenTemplate |
getRequestSecurityTokenTemplate()
returns RequestSecurityTokenTemplate |
SecurityPolicyVersion |
getSecurityPolicyVersion()
|
java.lang.String |
getTokenId()
Unique Id assigned to the token. |
java.util.Iterator |
getTokenRefernceType()
returns a Iterator over the token reference types to be used. |
boolean |
isRequireDerivedKeys()
|
void |
setIncludeToken(java.lang.String type)
|
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 IssuedToken()
public IssuedToken(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 RequestSecurityTokenTemplate getRequestSecurityTokenTemplate()
IssuedToken
RequestSecurityTokenTemplate
getRequestSecurityTokenTemplate
in interface IssuedToken
RequestSecurityTokenTemplate
public java.util.Iterator getTokenRefernceType()
IssuedToken
Iterator
over the token reference types to be used.
getTokenRefernceType
in interface IssuedToken
public java.lang.String getIncludeToken()
Token
getIncludeToken
in interface Token
ONCE
,NEVER
,ALWAYS_TO_RECIPIENT
,ALWAYS
public void setIncludeToken(java.lang.String type)
public java.lang.String getTokenId()
Token
getTokenId
in interface Token
public Issuer getIssuer()
IssuedToken
Issuer
which is the issuer for the issued token.
getIssuer
in interface IssuedToken
Issuer
or nullpublic IssuerName getIssuerName()
IssuedToken
IssuerName
which is the issuer for the issued token.
getIssuerName
in interface IssuedToken
public Claims getClaims()
getClaims
in interface IssuedToken
public boolean isRequireDerivedKeys()
isRequireDerivedKeys
in interface IssuedToken
public SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidator
validate
in interface SecurityAssertionValidator
public SecurityPolicyVersion getSecurityPolicyVersion()
getSecurityPolicyVersion
in interface Token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |