Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


oracle.idm.provisioning.configuration
Class ConfigAttribute

java.lang.Object
  extended byoracle.idm.provisioning.configuration.ConfigAttribute


public class ConfigAttribute
extends java.lang.Object

Represents the configuration information of an attribute used in creation of Application specific user information or the "Base User"


Method Summary
AttrLOV getAttrLOVVals()
Get the LOV Values
java.lang.String getAttrObjClass()
Get the Objectclass of the Attribute
java.lang.String getDefaultVal()
Get the Default value of the attribute
java.lang.String getDisplayName()
Get the Display Name
java.lang.String getDisplayName(java.lang.String lang)
Get the Display Name in the specified language
java.lang.String getDN()
Get the DN
java.lang.String[] getLOVVals()
Get Internal values of the LOV.
java.lang.String getName()
Get the name of the Attribute
java.lang.String toString()
A String representation of the attribute configuration

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

Method Detail

getName

public java.lang.String getName()
Get the name of the Attribute

getDisplayName

public java.lang.String getDisplayName()
Get the Display Name
Returns:
String - Display name

getDisplayName

public java.lang.String getDisplayName(java.lang.String lang)
Get the Display Name in the specified language
Parameters:
lang - display language
Returns:
String - Display name

getDN

public java.lang.String getDN()
Get the DN
Returns:
String - Attribute configuration DN

getAttrObjClass

public java.lang.String getAttrObjClass()
Get the Objectclass of the Attribute
Returns:
String - Attribute's objectclass

getDefaultVal

public java.lang.String getDefaultVal()
Get the Default value of the attribute
Returns:
String - Attribute's Default Value

getAttrLOVVals

public AttrLOV getAttrLOVVals()
Get the LOV Values
Returns:
AttrLOV an AttrLOV object representing LOV values

getLOVVals

public java.lang.String[] getLOVVals()
Get Internal values of the LOV.
Returns:
String[] - LOV Values as a String array

toString

public java.lang.String toString()
A String representation of the attribute configuration

Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


Copyright © 2005, Oracle. All Rights Reserved.