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

Part Number E27170-01

Uses of Interface
weblogic.wsee.jaxws.framework.policy.PolicyReference

Packages that use PolicyReference
weblogic.wsee.jaxws.framework.policy Provides interfaces for weblogic.wsee.jaxws.framework.policy
weblogic.wsee.jws.jaxws.owsm Provides annotations and features for attaching Oracle WSM security policies to web services and web service clients. 
 

Uses of PolicyReference in weblogic.wsee.jaxws.framework.policy
 

Methods in weblogic.wsee.jaxws.framework.policy that return types with arguments of type PolicyReference
 List<PolicyReference> PolicySubjectBinding.getPolicyReferences()
           
 

Uses of PolicyReference in weblogic.wsee.jws.jaxws.owsm
 

Methods in weblogic.wsee.jws.jaxws.owsm that return types with arguments of type PolicyReference
 List<PolicyReference> PolicyReferencesFeature.getPolicyReferences()
           
 List<PolicyReference> PolicySubjectBindingFeature.getPolicyReferences()
           
 

Methods in weblogic.wsee.jws.jaxws.owsm with parameters of type PolicyReference
static PolicySubjectBindingFeature PolicySubjectBindingFeature.create(PolicyReference[] policyReference, PolicySubjectMetadata psm)
           
static PolicyReferencesFeature PolicyReferencesFeature.createFeatureFromPolicyReferences(PolicyReference[] policyReferences)
           
 

Method parameters in weblogic.wsee.jws.jaxws.owsm with type arguments of type PolicyReference
static PolicyReferencesFeature PolicyReferencesFeature.createFeatureFromPolicyReferences(List<PolicyReference> policyReferences)
           
 


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