Package 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
,KerberosToken
,SecurityContextToken
,UsernameToken
,X509Token
-
Field Summary
Fields inherited from class org.apache.ws.secpolicy.model.AbstractSecurityAssertion
version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
void
setDerivedKeys
(boolean derivedKeys) void
setExplicitDerivedKeys
(boolean explicitDerivedKeys) void
setImpliedDerivedKeys
(boolean impliedDerivedKeys) void
setInclusion
(int inclusion) 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
-
Constructor Details
-
Token
public Token()
-
-
Method Details
-
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)
-