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.AuthenticationRequiredException

Packages that use AuthenticationRequiredException
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 AuthenticationRequiredException in oracle.odi.core.security

 

Methods in oracle.odi.core.security that throw AuthenticationRequiredException
 void SecurityManager.checkPermission(IRepositoryEntity entity, PermissionType pPermissionType)
          This is a helper method to check the Permission on the current authentication.
 void SecurityManager.checkPermission(Permission pPermission)
          This is a helper method to check the Permission on the current authentication.
 boolean SecurityManager.isAuthorized(IRepositoryEntity pEntity, PermissionType pPermissionType)
          Almost same as above method, but take in entity and permission type directly.
 boolean SecurityManager.isAuthorized(Permission pPermission)
          This method checks if the Permission is authorized for the current authentication.
 void SecurityManager.setAuthenticatedUserPassword(char[] pNewPassword)
          This method changes the password for the currently 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.