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

E17060-01

oracle.odi.setup
Class AuthenticationConfiguration.OPSSAuthenticationConfiguration

java.lang.Object
  extended by oracle.odi.setup.AuthenticationConfiguration
      extended by oracle.odi.setup.AuthenticationConfiguration.OPSSAuthenticationConfiguration
Enclosing class:
AuthenticationConfiguration

public static final class AuthenticationConfiguration.OPSSAuthenticationConfiguration
extends AuthenticationConfiguration

Represents an ODI OPSS Authentication Configuration. ODI authentication will be delegated to OPSS framework.


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.odi.setup.AuthenticationConfiguration
AuthenticationConfiguration.OPSSAuthenticationConfiguration, AuthenticationConfiguration.StandaloneAuthenticationConfiguration
 
Method Summary
 javax.security.auth.Subject getSubject()
          Get the subject that will be granted ODI SUPERVSIOR privilege.
 
Methods inherited from class oracle.odi.setup.AuthenticationConfiguration
createOPSSAuthenticationConfiguration, createStandaloneAuthenticationConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSubject

public javax.security.auth.Subject getSubject()
Get the subject that will be granted ODI SUPERVSIOR privilege.

Returns:
the Subject

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.