Skip navigation links

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

E17060-02


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 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
          This exception is raised if we are not able to create a LoginContext from OPSS configuration.
 class PasswordChangeException
          Thrown to indicate an exception when changing the password.
 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.5.0)

E17060-02


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