org.apache.ws.security.policy.model
Class Token

java.lang.Object
  extended byorg.apache.ws.security.policy.model.PolicyEngineData
      extended byorg.apache.ws.security.policy.model.Token
Direct Known Subclasses:
UsernameToken, X509Token

public class Token
extends PolicyEngineData


Constructor Summary
Token()
           
 
Method Summary
 java.lang.String getInclusion()
           
 boolean isDerivedKeys()
           
 void setDerivedKeys(boolean derivedKeys)
           
 void setInclusion(java.lang.String inclusion)
           
 
Methods inherited from class org.apache.ws.security.policy.model.PolicyEngineData
copy, initializeWithDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Token

public Token()
Method Detail

getInclusion

public java.lang.String getInclusion()
Returns:
Returns the inclusion.

setInclusion

public void setInclusion(java.lang.String inclusion)
                  throws WSSPolicyException
Parameters:
inclusion - The inclusion to set.
Throws:
WSSPolicyException

isDerivedKeys

public boolean isDerivedKeys()
Returns:
Returns the derivedKeys.

setDerivedKeys

public void setDerivedKeys(boolean derivedKeys)
Parameters:
derivedKeys - The derivedKeys to set.


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.