org.apache.archiva.rest.api.model
Class RBACManagerImplementationInformation

java.lang.Object
  extended by org.apache.archiva.rest.api.model.AbstractImplementationInformation
      extended by org.apache.archiva.rest.api.model.RBACManagerImplementationInformation

public class RBACManagerImplementationInformation
extends AbstractImplementationInformation

Since:
1.4-M4
Author:
Olivier Lamy

Constructor Summary
RBACManagerImplementationInformation()
           
RBACManagerImplementationInformation(String beanId, String descriptionKey, boolean readOnly)
           
 
Method Summary
 
Methods inherited from class org.apache.archiva.rest.api.model.AbstractImplementationInformation
equals, getBeanId, getDescriptionKey, hashCode, isReadOnly, setBeanId, setDescriptionKey, setReadOnly, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RBACManagerImplementationInformation

public RBACManagerImplementationInformation()

RBACManagerImplementationInformation

public RBACManagerImplementationInformation(String beanId,
                                            String descriptionKey,
                                            boolean readOnly)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.