Skip navigation links

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

E17060-04


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

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

 

Methods in oracle.odi.core.security that throw InvalidAuthenticationAPIUsageException
 void SecurityManager.clearCurrentThreadAuthentication()
          Unbind the Authentication currently bound to this SecurityManager and to the current thread.
 void SecurityManager.clearGlobalAuthentication()
          Unbind the Authentication currently bound to this SecurityManager as global 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.

 


Skip navigation links

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

E17060-04


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