|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Realm
Provides the name for the default realm. A realm is a independent set of users.
Nested Class Summary | |
---|---|
static class |
Realm.Factory
Factory for providing realms. |
static class |
Realm.RealmImpl
Implementation of the realm. |
Field Summary | |
---|---|
static Realm |
DEFAULT_REALM
The default realm is REALM_ALL . |
static Realm |
REALM_ADMIN
The realm for the admin interface. |
static Realm |
REALM_ALL
No realm --> all users. |
static Realm |
REALM_SYSTEM
Contains not removable system users: anonymous, superuser. |
Method Summary |
---|
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Field Detail |
---|
static final Realm REALM_ADMIN
static final Realm REALM_ALL
static final Realm REALM_SYSTEM
static final Realm DEFAULT_REALM
REALM_ALL
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |