|
||||||||||
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.KerberosToken
public class KerberosToken
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.xml.ws.security.policy.SecurityAssertionValidator |
---|
SecurityAssertionValidator.AssertionFitness |
Field Summary |
---|
Constructor Summary | |
---|---|
KerberosToken(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)
Creates a new instance of KerberosToken |
Method Summary | |
---|---|
void |
addTokenReferenceType(java.lang.String tokenRefType)
|
Claims |
getClaims()
|
java.lang.String |
getIncludeToken()
returns the token inclusion value |
Issuer |
getIssuer()
returns the issuer for the Kerberos token. |
IssuerName |
getIssuerName()
|
SecurityPolicyVersion |
getSecurityPolicyVersion()
|
java.lang.String |
getTokenId()
Unique Id assigned to the token. |
java.util.Set |
getTokenRefernceType()
returns a Set over the token reference types to be used. |
java.lang.String |
getTokenType()
returns the type of the token. |
boolean |
isRequireDerivedKeys()
returns true if RequiredDerivedKey element is present under Kerberos Token. |
void |
setIncludeToken(java.lang.String type)
|
void |
setTokenType(java.lang.String tokenType)
|
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 KerberosToken(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()
KerberosToken
getTokenType
in interface KerberosToken
public void setTokenType(java.lang.String tokenType)
public java.util.Set getTokenRefernceType()
KerberosToken
Set
over the token reference types to be used.
getTokenRefernceType
in interface KerberosToken
public void addTokenReferenceType(java.lang.String tokenRefType)
public boolean isRequireDerivedKeys()
KerberosToken
isRequireDerivedKeys
in interface KerberosToken
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()
KerberosToken
getIssuer
in interface KerberosToken
public IssuerName getIssuerName()
getIssuerName
in interface KerberosToken
public Claims getClaims()
getClaims
in interface KerberosToken
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 |