|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={})
public @interface SecurityPermission
The SecurityPermission annotation can be used by the developer, as part of the Connector annotation, to specify the extended security permissions required by the resource adapter
| Optional Element Summary | |
|---|---|
String[] |
description
Specifies an optional description to mention any specific reason that a resource requires a given security permission. |
String |
permissionSpec
Specifies a security permission based on the Security policy file syntax. |
public abstract String[] description
public abstract String permissionSpec
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||