Interface | Description |
---|---|
User |
All users are principals ...
|
Class | Description |
---|---|
GroupMapper | |
Realm | |
RealmConfig |
RealmConfig usable by standalone : Admin CLI for creating Realms It has a subset of functionality defined in
com.sun.enterprise.security.RealmConfig
|
RealmsManager | |
RealmsProbeProvider | |
RealmStatsProvider |
Exception | Description |
---|---|
BadRealmException |
Exception thrown when a Realm is found to be corrupted for some reason.
|
BadUserException |
Exception thrown when a User is found to be corrupted for some reason.
|
GroupNotEmptyException |
Exception thrown when an operation is requested to remove a group that has a list of users.
|
InvalidOperationException |
Exception thrown when an operation is invoked on a realm that does not support it.
|
NoSuchRealmException |
Exception thrown when an operation is requested on a realm which does not exist.
|
NoSuchUserException |
Exception thrown when an operation is requested on a user which does not exist.
|
Copyright © 2018. All rights reserved.