org.apache.ws.secpolicy.model
Class Token
java.lang.Object
org.apache.ws.secpolicy.model.AbstractSecurityAssertion
org.apache.ws.secpolicy.model.Token
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
- HttpsToken, IssuedToken, SecurityContextToken, UsernameToken, X509Token
public abstract class Token
- extends AbstractSecurityAssertion
|
Constructor Summary |
Token()
|
| Methods inherited from class org.apache.ws.secpolicy.model.AbstractSecurityAssertion |
equal, getType, getVersion, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptional, setVersion, writeAttribute, writeEmptyElement, writeStartElement, writeStartElement |
| 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()
getInclusion
public int getInclusion()
- Returns:
- Returns the inclusion.
setInclusion
public void setInclusion(int 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)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.