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

E17060-01

oracle.odi.setup
Class SwitchToExternalAuthenticationService.SwitchStatistics

java.lang.Object
  extended by oracle.odi.setup.SwitchToExternalAuthenticationService.SwitchStatistics
Enclosing class:
SwitchToExternalAuthenticationService

public static class SwitchToExternalAuthenticationService.SwitchStatistics
extends java.lang.Object

Statistical information resulting from a switch.


Method Summary
 int getMatchedUsersCount()
          Get the number of user for which there was a matching username in the external identity store.
 int getUnmatchedUsersCount()
          Get the number of user for which there was no matching username in the external identity store.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMatchedUsersCount

public int getMatchedUsersCount()
Get the number of user for which there was a matching username in the external identity store.

Returns:
the number of matched users.

getUnmatchedUsersCount

public int getUnmatchedUsersCount()
Get the number of user for which there was no matching username in the external identity store.

Returns:
the number of unmatched users.

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.