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

E17060-01

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

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

Methods in oracle.odi.core.security that return Authentication
 Authentication SecurityManager.createAuthentication(java.lang.String pUsername, char[] pPassword)
          This method creates an ODI Authentication from a ODI user name and password.
 Authentication SecurityManager.createAuthentication(java.lang.String pSupervisorUsername, char[] pSupervisorPassword, java.lang.String pRunAsUsername)
          This method creates an ODI Authentication using the runas pattern.
 Authentication SecurityManager.createAuthentication(javax.security.auth.Subject pSubject)
          This method creates an ODI authentication from a previously authenticated Subject.
 Authentication SecurityManager.getCurrentAuthentication()
          Returns the Authentication that is currently bound to this SecurityManager and that will be used for privileges checking.
 

Methods in oracle.odi.core.security with parameters of type Authentication
 void SecurityManager.setCurrentThreadAuthentication(Authentication pAuthentication)
          Set the current Authentication for the current thread.
 void SecurityManager.setGlobalAuthentication(Authentication pAuthentication)
          Set pAuthentication as the current global Authentication for the current global thread.
 


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

E17060-01

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