Skip navigation links

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


oracle.iam.rm.server_api.model
Interface ServerAttributeDefinition

All Superinterfaces:
java.io.Serializable

public interface ServerAttributeDefinition
extends java.io.Serializable

A definition of an attribute, provided by the server's data model. This provides the basic information about an object's attribute, allowing a client to handle the object's attribute "inteligently" based on the data model.


Method Summary
 java.lang.String getId()
          Gets the identifier of the attribute.
 java.lang.String getTitle()
          Gets the title of the attribute.
 Type getType()
          Gets the Type of the value of this attribute.
 Validator getValidator()
          Gets the Validator for the value of this attribute.
 boolean isSearchable()
          Determines whether the attribute can be searched.

 

Method Detail

getTitle

java.lang.String getTitle()
Gets the title of the attribute.
Returns:
String representing the title of the attribute.

getId

java.lang.String getId()
Gets the identifier of the attribute.
Returns:
String representing the ID of the attribute.

getType

Type getType()
Gets the Type of the value of this attribute.
Returns:
Type of the value of this attribute.
See Also:
Type

getValidator

Validator getValidator()
Gets the Validator for the value of this attribute.
Returns:
Validator for the value of this attribute.

isSearchable

boolean isSearchable()
Determines whether the attribute can be searched.
Returns:
Boolean true if the attribute can be used in searches, otherwise fase.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.