|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeDefinition
Definition of an attribute within the data model.
| Method Summary | |
|---|---|
java.lang.String |
getObjectAttributeKey()Gets the identifier for the attribute. |
oracle.iam.rm.i18n.Formattable |
getTitle()Gets the localizable title of the attribute. |
oracle.iam.rm.type.Type |
getType()Gets the type of the attribute (including any attribute-level constraints). |
boolean |
isIdentifying()Determines whether this attribute is "identifying". |
boolean |
isSearchable()Determines whether this attribute is searchable. |
| Methods inherited from interface oracle.iam.rm.type.ValidationAware |
|---|
getConstraints, validate |
| Method Detail |
|---|
java.lang.String getObjectAttributeKey()
oracle.iam.rm.type.Type getType()
oracle.iam.rm.i18n.Formattable getTitle()
boolean isIdentifying()
true if the attribue is identifying, false otherwiseboolean isSearchable()
true if the attribue is searchable, false otherwise
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||