org.apache.wss4j.policy.model
Class KerberosToken

java.lang.Object
  extended by org.apache.wss4j.policy.model.AbstractSecurityAssertion
      extended by org.apache.wss4j.policy.model.AbstractToken
          extended by org.apache.wss4j.policy.model.KerberosToken
All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent, org.apache.neethi.PolicyContainingAssertion

public class KerberosToken
extends AbstractToken


Nested Class Summary
static class KerberosToken.ApReqTokenType
           
 
Nested classes/interfaces inherited from class org.apache.wss4j.policy.model.AbstractToken
AbstractToken.DerivedKeys
 
Constructor Summary
KerberosToken(SPConstants.SPVersion version, SPConstants.IncludeTokenType includeTokenType, Element issuer, String issuerName, Element claims, org.apache.neethi.Policy nestedPolicy)
           
 
Method Summary
protected  AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
           
 KerberosToken.ApReqTokenType getApReqTokenType()
           
 QName getName()
           
 boolean isRequireKeyIdentifierReference()
           
protected  void parseNestedPolicy(org.apache.neethi.Policy nestedPolicy, KerberosToken kerberosToken)
           
protected  void setApReqTokenType(KerberosToken.ApReqTokenType apReqTokenType)
           
protected  void setRequireKeyIdentifierReference(boolean requireKeyIdentifierReference)
           
 
Methods inherited from class org.apache.wss4j.policy.model.AbstractToken
getClaims, getDerivedKeys, getIncludeTokenType, getIssuer, getIssuerName, getParentAssertion, getPolicy, normalize, serialize, setClaims, setDerivedKeys, setIncludeTokenType, setIssuer, setIssuerName, setParentAssertion
 
Methods inherited from class org.apache.wss4j.policy.model.AbstractSecurityAssertion
clone, equal, getType, getVersion, isAsserted, isIgnorable, isNormalized, isOptional, normalize, serialize, setIgnorable, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.neethi.Assertion
isIgnorable, isOptional
 
Methods inherited from interface org.apache.neethi.PolicyComponent
equal, getType
 

Constructor Detail

KerberosToken

public KerberosToken(SPConstants.SPVersion version,
                     SPConstants.IncludeTokenType includeTokenType,
                     Element issuer,
                     String issuerName,
                     Element claims,
                     org.apache.neethi.Policy nestedPolicy)
Method Detail

getName

public QName getName()

cloneAssertion

protected AbstractSecurityAssertion cloneAssertion(org.apache.neethi.Policy nestedPolicy)
Specified by:
cloneAssertion in class AbstractSecurityAssertion

parseNestedPolicy

protected void parseNestedPolicy(org.apache.neethi.Policy nestedPolicy,
                                 KerberosToken kerberosToken)

isRequireKeyIdentifierReference

public boolean isRequireKeyIdentifierReference()

setRequireKeyIdentifierReference

protected void setRequireKeyIdentifierReference(boolean requireKeyIdentifierReference)

getApReqTokenType

public KerberosToken.ApReqTokenType getApReqTokenType()

setApReqTokenType

protected void setApReqTokenType(KerberosToken.ApReqTokenType apReqTokenType)


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.