The following classes are used by both the Authentication API and the Authorization API. The services that these classes provide include:
The following table summarizes the common classes:
|
Class |
Description |
|---|---|
|
Allows logging, tracing, and error messages to be sent to the Policy Server. |
|
|
Provides methods that allow custom authentication and authorization objects to share information. |
|
|
Provides exception functionality to custom authentication and authorization objects. |
|
|
Allows a custom object to set and retrieve information about a user in a user directory. The information includes user attributes and directory attributes associated with the user. The methods for setting and retrieving user directory attributes are available only if isUserContext() returns true. |