This project has retired. For details please refer to its
Attic page .
ServiceMethodsPermissionsMapping
org.apache.archiva.web.xmlrpc.security
Class ServiceMethodsPermissionsMapping
java.lang.Object
org.apache.archiva.web.xmlrpc.security.ServiceMethodsPermissionsMapping
public class ServiceMethodsPermissionsMapping extends java.lang.Object
ServiceMethodsPermissionsMapping
Used by the XmlRpcAuthenticationHandler to check the permissions specific to the requested service method.
New methods in exposed services must be registered in the appropriate operation below.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
SERVICE_METHODS_FOR_OPERATION_MANAGE_CONFIGURATION
public static final java.util.List<java.lang.String> SERVICE_METHODS_FOR_OPERATION_MANAGE_CONFIGURATION
SERVICE_METHODS_FOR_OPERATION_RUN_INDEXER
public static final java.util.List<java.lang.String> SERVICE_METHODS_FOR_OPERATION_RUN_INDEXER
SERVICE_METHODS_FOR_OPERATION_REPOSITORY_ACCESS
public static final java.util.List<java.lang.String> SERVICE_METHODS_FOR_OPERATION_REPOSITORY_ACCESS
PING
public static final java.lang.String PING
See Also: Constant Field Values
ServiceMethodsPermissionsMapping
public ServiceMethodsPermissionsMapping ()