See: Description
| Interface | Description |
|---|
| Class | Description |
|---|---|
| Authentication |
The class Authentication represents an authenticated user.
|
| CryptoAlgo | |
| IOdiUserConnectionActivityService.PurgeUserActivityResult | |
| IOdiUserConnectionActivityService.UserActivitySearchFilter | |
| IOdiUserConnectionActivityService.UserConnectionType | |
| PasswordStorageConfiguration |
This class defines the password storage configuration for ODI.
|
| PasswordStorageConfiguration.CsfPasswordStorageConfiguration |
When using this configuration the password will be stored using JPS
Credential Store Framework (CSF) in a remote credential store.
|
| PasswordStorageConfiguration.InternalPasswordStorageConfiguration |
When using this configuration the passwords will be stored in the Oracle
Data Integrator master repository.
|
| PasswordStorageRecoveryService |
Implementation of password storage recovery service.
|
| PasswordStorageSwitchingService |
Implementation of password storage configuration switching service.
|
| Permission |
A wrapper of the target and privilege to check.
|
| PermissionType |
The class represents the type of privileges users can have on ODI entities.
|
| SecurityManager |
This class implements Oracle Data Integrator operation related to security.
|
| UpdateUserPassword | |
| UpdateUserPasswordUI | |
| UserConnectedRecord |
| Exception | Description |
|---|---|
| AccountExpiredException |
Thrown to indicate a user has its account expired.
|
| AuthenticationException |
Abstract superclass for all exception related to user authentication failure.
|
| AuthenticationRequiredException |
This exception is raised when a current authentication is required but none is defined.
|
| AuthenticationServiceException |
AuthenticationServiceException is used to report an unexpected error during an authentication request, such as a system problem.
|
| AuthorizationServiceException |
Exception thrown on authorization system failure.
|
| BadCredentialsException |
Thrown if an authentication request is rejected because the credentials are invalid.
|
| EnterprisePrincipalIsNotRoleMemberException | |
| EnterpriseUserOrRoleDoesNotExistException | |
| InactiveUserException |
Thrown to indicate that authentication failed because User is inactive.
|
| InvalidAuthenticationAPIUsageException |
This exception is raised when the authentication API is used in wrong way.
|
| InvalidExternalAuthenticationConfigurationException |
This exception is raised if we are not able to create a LoginContext from OPSS configuration.
|
| OdiSecurityException |
Abstract superclass for all exceptions thrown in the security package
and subpackages.
|
| PasswordChangeException | Deprecated
replaced with AuthenticationServiceException.
|
| PasswordExpiredException |
Thrown to indicate a user has its password expired.
|
| PasswordPolicyNotMatchedException |
Note this exception is a runtime exception since security failure
are generally fatal.
|
| PermissionDeniedException |
Exception raised when attempting an operation that is not granted to the authenticated user.
|
| ProfileNotAssignedException |