org.apache.axis2.security.trust.token
Class CompositeToken
java.lang.Object
org.apache.axis2.security.trust.token.AbstractToken
org.apache.axis2.security.trust.token.CompositeToken
- Direct Known Subclasses:
- AppliesTo, CancelTarget, Claims, Entropy, Lifetime, RequestSecurityToken, RequestSecurityTokenResponse
- public abstract class CompositeToken
- extends AbstractToken
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeToken
public CompositeToken()
CompositeToken
public CompositeToken(OMElement elem)
throws TrustException
- Parameters:
elem
-
- Throws:
TrustException
setElementTextValue
protected void setElementTextValue(OMText textNode)
throws TrustException
- Description copied from class:
AbstractToken
- This is called with a
OMText
node of the
current element
- Specified by:
setElementTextValue
in class AbstractToken
- Parameters:
textNode
-
- Throws:
TrustException