Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


oracle.igf.ids
Class IdentityDirectoryInfo

java.lang.Object
  extended by oracle.igf.ids.IdentityDirectoryInfo


public class IdentityDirectoryInfo
extends java.lang.Object

Class with Identity Directory details. IdentityDirectory discovery api IdentityDirectoryFactory.getIdentityDirectoriesList() returns list of these objects.


Method Summary
 java.lang.String getAppName()
          Gets the application name tagged to Identity Directory
 java.lang.String getDescription()
          Gets Identity Directory description
 java.lang.String getIdsName()
          Gets Identity Directory name

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getIdsName

public java.lang.String getIdsName()
Gets Identity Directory name
Returns:
Identity Directory name

getDescription

public java.lang.String getDescription()
Gets Identity Directory description
Returns:
Identity Directory description

getAppName

public java.lang.String getAppName()
Gets the application name tagged to Identity Directory
Returns:
application tagged to Identity Directory

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11 g Release 2 (11.1.2)

E27140-01


Copyright © 2012 Oracle. All Rights Reserved.