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

java.lang.Object
  extended byorg.apache.ws.security.policy.model.PolicyEngineData
      extended byorg.apache.ws.security.policy.model.ProtectionToken
All Implemented Interfaces:
TokenWrapper

public class ProtectionToken
extends PolicyEngineData
implements TokenWrapper


Constructor Summary
ProtectionToken()
           
 
Method Summary
 Token getProtectionToken()
           
 void setProtectionToken(Token protectionToken)
           
 void setToken(Token tok)
           
 
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

ProtectionToken

public ProtectionToken()
Method Detail

getProtectionToken

public Token getProtectionToken()
Returns:
Returns the protectionToken.

setProtectionToken

public void setProtectionToken(Token protectionToken)
Parameters:
protectionToken - The protectionToken to set.

setToken

public void setToken(Token tok)
              throws WSSPolicyException
Specified by:
setToken in interface TokenWrapper
Throws:
WSSPolicyException


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