|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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[] |
valueSecurity Policy URI to be applied while sending the asynchronous response |
| Optional Element Summary | |
|---|---|
boolean |
enabledEnable or disable the security policy |
| Element Detail |
|---|
public abstract String[] value
public abstract boolean enabled
|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||