@Retention(value=RUNTIME) @Target(value=PACKAGE) @Documented @PackageQualified public @interface Realm
Realm
,Modifier and Type | Required Element and Description |
---|---|
String |
name
The unique name of this security realm
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
challenges
Enumerates the names of the authentication
Challenge s bound to this
realm |