| Interface | Description |
|---|---|
| AuthenticationHandler |
This interface is used by the Authentication Service to have the
Principal authenticated by the realm.
|
| User |
All users are principals ...
|
| Class | Description |
|---|---|
| GroupMapper | |
| IASRealm |
Parent class for iAS Realm classes.
|
| Realm |
javadoc
|
| 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 © 2017. All rights reserved.