Package com.sun.xml.wss.impl.misc
Class PolicyAttributes
java.lang.Object
com.sun.xml.wss.impl.misc.PolicyAttributes
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetEndorsingST(boolean endorsingST) voidsetIssuedTokens(boolean issuedTokens) voidsetProtectSignature(boolean protectSignature) voidsetProtectTokens(boolean protectTokens) voidsetReliableMessaging(boolean reliableMessaging) voidsetSecureConversation(boolean secureConversation) voidsetSignedEndorsingST(boolean signedEndorsingST) voidsetSignedST(boolean signedST) voidsetSupportingTokens(boolean supportingTokens)
-
Constructor Details
-
PolicyAttributes
public PolicyAttributes()Creates a new instance of PolicyAttributes
-
-
Method Details
-
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)
-