Oracle Entitlements Server for Java API Reference

com.bea.security
Class RuntimeEntitlement

java.lang.Object
  |
  +--com.bea.security.RuntimeEntitlement

public class RuntimeEntitlement
extends java.lang.Object

The RuntimeEntitlement class represents a set of granted and denied actions on a resource.

Author:
Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.

Method Summary
 java.util.List getDeniedActions()
          Get list of the denied actions on the resource.
 java.util.List getGrantedActions()
          Get list of the allowed actions on the resource.
 RuntimeResource getResource()
          Get the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGrantedActions

public java.util.List getGrantedActions()
Get list of the allowed actions on the resource.

Returns:
List of RuntimeAction object

getDeniedActions

public java.util.List getDeniedActions()
Get list of the denied actions on the resource.

Returns:
List of RuntimeAction object

getResource

public RuntimeResource getResource()
Get the resource.

Returns:
RuntimeResource object