com.sun.xml.wss.impl.misc
Class PolicyAttributes

java.lang.Object
  extended by com.sun.xml.wss.impl.misc.PolicyAttributes

public class PolicyAttributes
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
PolicyAttributes()
          Creates a new instance of PolicyAttributes
 
Method Summary
 boolean isEndorsingST()
           
 boolean isIssuedTokens()
           
 boolean isProtectSignature()
           
 boolean isProtectTokens()
           
 boolean isReliableMessaging()
           
 boolean isSecureConversation()
           
 boolean isSignedEndorsingST()
           
 boolean isSignedST()
           
 boolean isSupportingTokens()
           
 void setEndorsingST(boolean endorsingST)
           
 void setIssuedTokens(boolean issuedTokens)
           
 void setProtectSignature(boolean protectSignature)
           
 void setProtectTokens(boolean protectTokens)
           
 void setReliableMessaging(boolean reliableMessaging)
           
 void setSecureConversation(boolean secureConversation)
           
 void setSignedEndorsingST(boolean signedEndorsingST)
           
 void setSignedST(boolean signedST)
           
 void setSupportingTokens(boolean supportingTokens)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyAttributes

public PolicyAttributes()
Creates a new instance of PolicyAttributes

Method Detail

isProtectTokens

public boolean isProtectTokens()

setProtectTokens

public void setProtectTokens(boolean protectTokens)

isIssuedTokens

public boolean isIssuedTokens()

setIssuedTokens

public void setIssuedTokens(boolean issuedTokens)

isSecureConversation

public boolean isSecureConversation()

setSecureConversation

public void setSecureConversation(boolean secureConversation)

isReliableMessaging

public boolean isReliableMessaging()

setReliableMessaging

public void setReliableMessaging(boolean reliableMessaging)

isSupportingTokens

public boolean isSupportingTokens()

setSupportingTokens

public void setSupportingTokens(boolean supportingTokens)

isEndorsingST

public boolean isEndorsingST()

setEndorsingST

public void setEndorsingST(boolean endorsingST)

isSignedEndorsingST

public boolean isSignedEndorsingST()

setSignedEndorsingST

public void setSignedEndorsingST(boolean signedEndorsingST)

isSignedST

public boolean isSignedST()

setSignedST

public void setSignedST(boolean signedST)

isProtectSignature

public boolean isProtectSignature()

setProtectSignature

public void setProtectSignature(boolean protectSignature)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.