Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


oracle.idm.provisioning.configuration
Class ConfigAttribute

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

All Implemented Interfaces:
java.io.Serializable

public class ConfigAttribute
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

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 the LOV Values
 java.lang.String getName()
          Get the name of the Attribute
 java.lang.String getUIType()
          Get the UI type
 boolean isAdminModifiable()
          Check is it Admin modifiable
 boolean isCreateField()
          Check is it a Create field
 boolean isDispByDef()
          Check is it Display By Default field
 boolean isDisplayOnly()
          Check is it a Display Only field
 boolean isEditField()
          Check is it a Edit field
 boolean isMandatory()
          Check whether it is Mandatory
 boolean isPrintable()
          Is the attribute value printable or hidden
 boolean isSelfModifiable()
          Check is it Self Modifiable
 boolean isUIField()
          Check is it a UI field
 boolean isViewable()
          Check is it Viewable
 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

isUIField

public boolean isUIField()
Check is it a UI field
Returns:
boolean TRUE if It is a UI field FALSE otherwise

isCreateField

public boolean isCreateField()
Check is it a Create field
Returns:
boolean TRUE if It is a Create field FALSE otherwise

isEditField

public boolean isEditField()
Check is it a Edit field
Returns:
boolean TRUE if It is a Edit field FALSE otherwise

isDispByDef

public boolean isDispByDef()
Check is it Display By Default field
Returns:
boolean TRUE if It is a DisplayBy Def FALSE otherwise

isViewable

public boolean isViewable()
Check is it Viewable
Returns:
boolean TRUE if It is viewable FALSE otherwise

isDisplayOnly

public boolean isDisplayOnly()
Check is it a Display Only field
Returns:
boolean TRUE if It is a Display Only field FALSE otherwise

isMandatory

public boolean isMandatory()
Check whether it is Mandatory
Returns:
boolean TRUE if It is a Mandatory field FALSE otherwise

isSelfModifiable

public boolean isSelfModifiable()
Check is it Self Modifiable
Returns:
boolean TRUE if It is Self Modifiable FALSE otherwise

isAdminModifiable

public boolean isAdminModifiable()
Check is it Admin modifiable
Returns:
boolean TRUE if It is a DisplayBy Def FALSE otherwise

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

getUIType

public java.lang.String getUIType()
Get the UI type
Returns:
String - UI Type

isPrintable

public boolean isPrintable()
Is the attribute value printable or hidden
Returns:
boolean TRUE if printable FALSE otherwise. (when type is password)

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 the LOV Values
Returns:
String[] - LOV Values as a String array

toString

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

Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


Copyright © 1999, 2006 Oracle. All Rights Reserved.