Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


oracle.webservices.annotations.async
Annotation Type CallbackSecurityPolicy


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,ANNOTATION_TYPE})
public @interface CallbackSecurityPolicy

Use this annotation to specify the security policy while sending the asynchronous response to the client's callback service. This annotation is applicable only to asynchronous web service implementation classes that are annotated with AsyncWebService annotation.


Required Element Summary
 String[] value
          Security Policy URI to be applied while sending the asynchronous response

 

Optional Element Summary
 boolean enabled
          Enable or disable the security policy

 

Element Detail

value

public abstract String[] value
Security Policy URI to be applied while sending the asynchronous response

enabled

public abstract boolean enabled
Enable or disable the security policy
Default:
true

Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved..