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

java.lang.Object
  extended by org.apache.archiva.rest.api.model.AbstractImplementationInformation
      extended by org.apache.archiva.rest.api.model.UserManagerImplementationInformation
All Implemented Interfaces:
Serializable

public class UserManagerImplementationInformation
extends AbstractImplementationInformation
implements Serializable

Since:
1.4-M4
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
UserManagerImplementationInformation()
           
UserManagerImplementationInformation(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

UserManagerImplementationInformation

public UserManagerImplementationInformation()

UserManagerImplementationInformation

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


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