| com.sun.jbi.internal.security.config.MessageSecPolicy
All known Subclasses: com.sun.jbi.internal.security.config.MessageSecPolicyImpl,
MessageSecPolicy | public interface MessageSecPolicy (Code) | | author: Sun Microsystems, Inc. |
getMessageProviderId | String getMessageProviderId()(Code) | | Get the Name of the Provider. If a Provider is not specified in the deployment
configuration, an empty String is returned.
the name of the Message Security Provider |
getOperations | java.util.Set getOperations()(Code) | | Get the Set of Operations to which this MessageSecPolicy applies.
the Set of Operations to which this MessageSecPolicy applies |
getRequestPolicy | AuthPolicy getRequestPolicy()(Code) | | Get the RequestPolicy. The Request Policy is of the Type AuthPolicy.
This class is currently defined in the com.sun.enterprise.security.jauth
package, this would be standardized in JSR 196.
If the Endpoint is a Consumer (Server) Endpoint the Request Policy
applies to incoming requests, if its a Provider (Client) Endpoint
the policy applies to the outgoing request.
the request AuthPolicy |
getResponsePolicy | AuthPolicy getResponsePolicy()(Code) | | Get the ResponsePolicy. The Request Policy is of the Type AuthPolicy.
This class is currently defined in the com.sun.enterprise.security.jauth
package, this would be standardized in JSR 196.
If the Endpoint is a Consumer (Server) Endpoint the Response Policy
applies to outgoing requests, if its a Provider (Client) Endpoint
the policy applies to the incoming response.
the ResponsePolicy. |
|
|