Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.wsee.jws.jaxws.owsm
Class SecurityPolicyFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by weblogic.wsee.jws.jaxws.owsm.BasePolicyFeature
          extended by weblogic.wsee.jws.jaxws.owsm.SecurityPolicyFeature

public class SecurityPolicyFeature
extends BasePolicyFeature

This feature is used to attach a single OWSM Security Policy to a web service client.


Field Summary
 
Fields inherited from class weblogic.wsee.jws.jaxws.owsm.BasePolicyFeature
ID
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
SecurityPolicyFeature(boolean enabled, String uri)
          Create a SecurityPolicyFeature
SecurityPolicyFeature(String uri)
          Create a SecurityPolicyFeature
 
Method Summary
 String getUri()
          The URI to retrieve the policy
 
Methods inherited from class weblogic.wsee.jws.jaxws.owsm.BasePolicyFeature
getID
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityPolicyFeature

public SecurityPolicyFeature(boolean enabled,
                             String uri)
Create a SecurityPolicyFeature

Parameters:
enabled - specifies whether this feature should be enabled or not
uri - specifies the URI associated with the policy

SecurityPolicyFeature

public SecurityPolicyFeature(String uri)
Create a SecurityPolicyFeature

Parameters:
uri - specifies the URI associated with the policy
Method Detail

getUri

public String getUri()
The URI to retrieve the policy

Returns:
The URI of the policy

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06