Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.temporal.model
Interface AttributeDefinition

All Superinterfaces:
oracle.iam.rm.type.ValidationAware

public interface AttributeDefinition
extends oracle.iam.rm.type.ValidationAware

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

getObjectAttributeKey

java.lang.String getObjectAttributeKey()
Gets the identifier for the attribute.
Returns:
the identifier for the attribute

getType

oracle.iam.rm.type.Type getType()
Gets the type of the attribute (including any attribute-level constraints).
Returns:
the type of the attribute (including any attribute-level constraints).

getTitle

oracle.iam.rm.i18n.Formattable getTitle()
Gets the localizable title of the attribute.
Returns:
the localizable title of the attribute

isIdentifying

boolean isIdentifying()
Determines whether this attribute is "identifying".
Returns:
true if the attribue is identifying, false otherwise

isSearchable

boolean isSearchable()
Determines whether this attribute is searchable.
Returns:
true if the attribue is searchable, false otherwise

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.