org.wso2.carbon.registry.core
Class ActionConstants

java.lang.Object
  extended by org.wso2.carbon.registry.core.ActionConstants

public class ActionConstants
extends Object

Action Constants, used to define actions associated with registry resources when defining permissions.


Field Summary
static String DELETE
          Action of deleting the permission.
static String GET
          Action of the getting resource from registry.
static String PUT
          Action of the getting resource from registry.
 
Constructor Summary
ActionConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET

public static final String GET
Action of the getting resource from registry. (Registry.get action)

See Also:
Constant Field Values

PUT

public static final String PUT
Action of the getting resource from registry. (Registry.put action)

See Also:
Constant Field Values

DELETE

public static final String DELETE
Action of deleting the permission. (Registry.delete action)

See Also:
Constant Field Values
Constructor Detail

ActionConstants

public ActionConstants()


Copyright © 2014 WSO2 Inc. All Rights Reserved.