org.apache.cxf.ws.security.policy.model
Class Token
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.Token
- All Implemented Interfaces:
- PolicyAssertion, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
- HttpsToken, IssuedToken, KeyValueToken, SecurityContextToken, UsernameToken, X509Token
public abstract class Token
- extends AbstractSecurityAssertion
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 |
getName, serialize |
Token
public Token(SPConstants version)
getInclusion
public SPConstants.IncludeTokenType getInclusion()
- Returns:
- Returns the inclusion.
setInclusion
public void setInclusion(SPConstants.IncludeTokenType inclusion)
- Parameters:
inclusion
- The inclusion to set.
isDerivedKeys
public boolean isDerivedKeys()
- Returns:
- Returns the derivedKeys.
setDerivedKeys
public void setDerivedKeys(boolean derivedKeys)
- Parameters:
derivedKeys
- The derivedKeys to set.
isExplicitDerivedKeys
public boolean isExplicitDerivedKeys()
setExplicitDerivedKeys
public void setExplicitDerivedKeys(boolean explicitDerivedKeys)
isImpliedDerivedKeys
public boolean isImpliedDerivedKeys()
setImpliedDerivedKeys
public void setImpliedDerivedKeys(boolean impliedDerivedKeys)
Apache CXF