Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.jws.jaxws.owsm
Class SecurityPoliciesFeature

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

public class SecurityPoliciesFeature
extends BasePolicyFeature

This feature is used to attach one or more OWSM SecurityPolicyFeature instances 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
SecurityPoliciesFeature(boolean enabled, SecurityPolicy[] policies)
          Create a SecurityPoliciesFeature
SecurityPoliciesFeature(String[] policyURIs)
          Create a SecurityPoliciesFeature
 
Method Summary
 List<SecurityPolicyFeature> getPolicies()
          The OWSM Policies associated with the web service or web service client
 
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

SecurityPoliciesFeature

public SecurityPoliciesFeature(boolean enabled,
                               SecurityPolicy[] policies)
Create a SecurityPoliciesFeature

Parameters:
enabled - specifies whether this feature should be enabled or not
policies - an array of SecurityPolicy objects, each representing an OWSM policy

SecurityPoliciesFeature

public SecurityPoliciesFeature(String[] policyURIs)
Create a SecurityPoliciesFeature

Parameters:
policyURIs - an array of URIs, each representing an OWSM policy
Method Detail

getPolicies

public List<SecurityPolicyFeature> getPolicies()
The OWSM Policies associated with the web service or web service client

Returns:
The list of SecurityPolicyFeature, each representing an OWSM policy

Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01