Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.1.0)

E10686-02

oracle.adf.share.security.authorization
Class PermissionActionDescriptor

java.lang.Object
  extended by oracle.adf.share.security.authorization.PermissionActionDescriptor

public final class PermissionActionDescriptor
extends java.lang.Object

Internal: Applications should not use this class. Describes a permission action e.g., "read", "write" actions for the java.io.FilePermission.


Constructor Summary
PermissionActionDescriptor(java.lang.String name, java.lang.String value)
          Internal: Applications should not use this method. Constructs a PermissionActionDescriptor
 
Method Summary
 java.lang.String getName()
          Internal: Applications should not use this method. Accessor for name.
 java.lang.String getValue()
          Internal: Applications should not use this method. Accessor for value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionActionDescriptor

public PermissionActionDescriptor(java.lang.String name,
                                  java.lang.String value)
Internal: Applications should not use this method. Constructs a PermissionActionDescriptor

Parameters:
name - the name of the action used within the Permission
value - the name of the action to display on a user interface
Method Detail

getName

public java.lang.String getName()
Internal: Applications should not use this method. Accessor for name.

Returns:
String the name of the action.

getValue

public java.lang.String getValue()
Internal: Applications should not use this method. Accessor for value.

Returns:
String the value of the action to use for display.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.1.0)

E10686-02

Copyright © 1997, 2009, Oracle. All rights reserved.