|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.igf.ids.config.AttributeDef
public class AttributeDef
Class for defining the Attributes. Attribute definition includes name, description, data type, is read-only, and is password attribute.
| Nested Class Summary | |
|---|---|
static class |
AttributeDef.DataTypeAttribute data type |
| Constructor Summary | |
|---|---|
AttributeDef(java.lang.String name, AttributeDef.DataType dataType)Constructs Attribute definition. |
|
AttributeDef(java.lang.String name, AttributeDef.DataType dataType, java.lang.String description, boolean readOnly, boolean pwdAttr)Constructs attribute definition |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)Checks if the given object is equals to this one |
AttributeDef.DataType |
getDataType()Gets attribute data type |
java.lang.String |
getDescription()Gets attribute description |
java.lang.String |
getName()Gets name of the attribute |
boolean |
isPwdAttr()Gets pwdAttr value. |
boolean |
isReadOnly()Gets readOnly value. |
void |
setDataType(AttributeDef.DataType dataType)Sets attribute data type |
void |
setDescription(java.lang.String description)Sets attribute description |
void |
setPwdAttr(boolean pwdAttr)Sets pwdAttr value |
void |
setReadOnly(boolean readOnly)Sets readOnly value |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeDef(java.lang.String name,
AttributeDef.DataType dataType,
java.lang.String description,
boolean readOnly,
boolean pwdAttr)
name - Name of the attributedataType - Data type of the attributedescription - Attribute descriptionreadOnly - Is attribute read-only?pwdAttr - Is it password attribute?
public AttributeDef(java.lang.String name,
AttributeDef.DataType dataType)
name - Name of the attributedataType - Data type of the attribute| Method Detail |
|---|
public java.lang.String getName()
public void setDescription(java.lang.String description)
description - Attribute descriptionpublic java.lang.String getDescription()
public void setDataType(AttributeDef.DataType dataType)
dataType - Valid AttributeDef.DataType of the attributepublic AttributeDef.DataType getDataType()
public void setReadOnly(boolean readOnly)
readOnly - true if attribute is read-only ; false otherwisepublic boolean isReadOnly()
public void setPwdAttr(boolean pwdAttr)
pwdAttr - true if attribute is password attr ; false otherwisepublic boolean isPwdAttr()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||