public class PolicyAttributes extends Object
| Constructor and Description |
|---|
PolicyAttributes()
Creates a new instance of PolicyAttributes
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public PolicyAttributes()
public boolean isProtectTokens()
public void setProtectTokens(boolean protectTokens)
public boolean isIssuedTokens()
public void setIssuedTokens(boolean issuedTokens)
public boolean isSecureConversation()
public void setSecureConversation(boolean secureConversation)
public boolean isReliableMessaging()
public void setReliableMessaging(boolean reliableMessaging)
public boolean isSupportingTokens()
public void setSupportingTokens(boolean supportingTokens)
public boolean isEndorsingST()
public void setEndorsingST(boolean endorsingST)
public boolean isSignedEndorsingST()
public void setSignedEndorsingST(boolean signedEndorsingST)
public boolean isSignedST()
public void setSignedST(boolean signedST)
public boolean isProtectSignature()
public void setProtectSignature(boolean protectSignature)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.