Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.core.security.OdiSecurityException

Packages that use OdiSecurityException
oracle.odi.core.security This package (and its sub packages) implements the security layer for ODI SDK including login authentication, password management and privileges check. 

 

Uses of OdiSecurityException in oracle.odi.core.security

 

Subclasses of OdiSecurityException in oracle.odi.core.security
 class AccountExpiredException
          Thrown to indicate a user has its account expired.
 class AuthenticationException
          Abstract superclass for all exception related to user authentication failure.
 class AuthenticationRequiredException
           This exception is raised when a current authentication is required but none is defined.
 class AuthenticationServiceException
          AuthenticationServiceException is used to report an unexpected error during an authentication request, such as a system problem.
 class AuthorizationServiceException
          Exception thrown on authorization system failure.
 class BadCredentialsException
          Thrown if an authentication request is rejected because the credentials are invalid.
 class InactiveUserException
          Thrown to indicate that authentication failed because User is inactive.
 class InvalidAuthenticationAPIUsageException
           This exception is raised when the authentication API is used in wrong way.
 class InvalidExternalAuthenticationConfiguration
          Deprecated. Use InvalidExternalAuthenticationConfigurationException instead.
 class InvalidExternalAuthenticationConfigurationException
          This exception is raised if we are not able to create a LoginContext from OPSS configuration.
 class PasswordChangeException
          Deprecated. replaced with AuthenticationServiceException.
 class PasswordExpiredException
          Thrown to indicate a user has its password expired.
 class PasswordPolicyNotMatchedException
          Note this exception is a runtime exception since security failure are generally fatal.
 class PermissionDeniedException
          Exception raised when attempting an operation that is not granted to the authenticated user.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.