| com.sun.xml.ws.security.policy.Binding
Binding | public interface Binding (Code) | | Base Interface for Security Policy Binding assertions, identifies Algorithms that are supported,describes the layout of
the security header.
author: K.Venugopal@sun.com |
getProtectionOrder | public String getProtectionOrder()(Code) | | gets data protection order should be one one of Binding.SIGN_ENCRYPT or Binding.ENCRYPT_SIGN
one of Binding.SIGN_ENCRYPT or Binding.ENCRYPT_SIGN |
getSignatureProtection | public boolean getSignatureProtection()(Code) | | true if signature has to be encrypted else false. |
getTokenProtection | public boolean getTokenProtection()(Code) | | true if token has to be protected else false. |
isDisableTimestampSigning | public boolean isDisableTimestampSigning()(Code) | | |
isIncludeTimeStamp | public boolean isIncludeTimeStamp()(Code) | | returns true if TimeStamp property is enabled in this binding
true or false |
isSignContent | public boolean isSignContent()(Code) | | returns true if body and header content only has to be signed, false if entire body and header has to be signed.
true if body and header content only has to be signed, false if entire body and header has to be signed. |
|
|