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

Part Number E27170-01

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


@Documented
@Retention(value=RUNTIME)
@Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.FIELD})
@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
           
 Property[] properties
           
 

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

properties

public abstract Property[] properties
Default:
{}

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