Interface and Description |
---|
com.oblix.access.ObAuthenticationSchemeInterface
Provides an Interface for the class that represents an Authentication Scheme.
|
com.oblix.access.ObPseudoUserSessionInterface
Defines an Interface to perform authenticate and authorize operation for pseudo user session.
|
com.oblix.access.ObResourceRequestInterface
Defines an Interface for the classs that represents a resource request for which access operations are to be performed.
|
com.oblix.access.ObUserSessionInterface
Defines an Interface for the class that represents an authenticated user.
|
Class and Description |
---|
com.oblix.access.ObAuthenticationScheme
ObAuthenticationScheme objects represent authentication schemes defined through the Access System Configuration console and used in the authentication rules for policy domains and policies.
|
com.oblix.access.ObConfig
Implements methods that allow applications to initialize the Access Server API.
|
com.oblix.access.ObDiagnostic
Implements methods that allow applications to get OAM server and Directory diagnostic info
|
com.oblix.access.ObPseudoUserSession
Implements the ObPseudoUserSession Interface.
|
com.oblix.access.ObResourceRequest
Implements the ObResourceRequestInterface.
|
com.oblix.access.ObUserSession
Implements the ObUserSession Interface
|
Exceptions and Description |
---|
com.oblix.access.ObAccessException
An ObAccessException is thrown by the Access Server API whenever unexpected, unrecoverable errors occur between an API client and Access Server.
|
com.oblix.access.ObAccessRuntimeException
This runtime exception is thrown from OAM 10g version of API whenever unexpected, unrecoverable errors occur between an API client and Access Server.
|