Skip navigation links

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


oracle.iam.rm.server_api
Interface PermissionFilter

All Superinterfaces:
java.io.Serializable

public interface PermissionFilter
extends java.io.Serializable

A filter used to describe filtering the results by the user's current permissions.


Method Summary
 java.lang.String getAlternateResourceType()
          Gets the String identifier of the resource type (aka object type) to be associated with the permission.
 java.lang.String getPermission()
          Gets the String identifier of the permision that should be used for result filtering.

 

Method Detail

getPermission

java.lang.String getPermission()
Gets the String identifier of the permision that should be used for result filtering.
Returns:
the String identifier of the permision that should be used for result filtering.

getAlternateResourceType

java.lang.String getAlternateResourceType()
Gets the String identifier of the resource type (aka object type) to be associated with the permission. The normal state for this is to return null, meaning that the type of the object being searched for should be used.
Returns:
the String identifier of the resource type to be associated with the permission or null if the type of the object being searched for should be used.

Skip navigation links

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


Copyright © 2008, 2009 Oracle. All Rights Reserved.