Skip navigation links

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


oracle.iam.rm.server_api
Interface ServerMetaData

All Superinterfaces:
java.io.Serializable

public interface ServerMetaData
extends java.io.Serializable

The metadata for the server. This is the point of reference for client consumption.


Method Summary
 ObjectType getObjectType(java.lang.String type)
          Gets the definition for the specified object type that the server has available.
 ObjectType[] getObjectTypes()
          Gets the definitions for all object types that the server has available.
 ServerOperation[] getOperations()
          Gets the definitions for all operations that the server has available.

 

Method Detail

getOperations

ServerOperation[] getOperations()
Gets the definitions for all operations that the server has available.
Returns:
Server operation array of definitions for all operations that the server has available.

getObjectTypes

ObjectType[] getObjectTypes()
Gets the definitions for all object types that the server has available.
Returns:
Object type array of definitions for all object types that the server has available.

getObjectType

ObjectType getObjectType(java.lang.String type)
Gets the definition for the specified object type that the server has available.
Parameters:
type - name of the object type to retrieve
Returns:
ObjectType definition of the specified type if available or null if it does not exist.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.