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

Part Number E13941-04

weblogic.wsee.jws.jaxws.owsm
Annotation Type SecurityPolicy


@Documented
@Retention(value=RUNTIME)
@Target(value=java.lang.annotation.ElementType.TYPE)
@WebServiceFeatureAnnotation(id="http://www.w3.org/ns/ws-policy",
                             bean=SecurityPolicyFeature.class)
public @interface SecurityPolicy

Annotation for specifying an OWSM Security policy


Required Element Summary
 String uri
          where to retrieve the policy
 
Optional Element Summary
 boolean enabled
           
 

Element Detail

uri

public abstract String uri
where to retrieve the policy

Returns:
The URI of the policy

enabled

public abstract boolean enabled
Default:
true

Copyright 1996, 2010, 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.4)

Part Number E13941-04