org.wso2.carbon.registry.core
Class ActionConstants
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ActionConstants
public ActionConstants()
Copyright © 2012 WSO2 Inc. All Rights Reserved.