org.apache.archiva.admin.model.beans
Class LdapGroupMapping

java.lang.Object
  extended by org.apache.archiva.admin.model.beans.LdapGroupMapping

public class LdapGroupMapping
extends Object

Since:
1.4-M4
Author:
Olivier Lamy

Field Summary
private  String group
           
private  Collection<String> roleNames
           
 
Constructor Summary
LdapGroupMapping()
           
LdapGroupMapping(String group)
           
LdapGroupMapping(String group, Collection<String> roleNames)
           
LdapGroupMapping(String group, String[] roleNames)
           
 
Method Summary
 boolean equals(Object o)
           
 String getGroup()
           
 Collection<String> getRoleNames()
           
 int hashCode()
           
 void setGroup(String group)
           
 void setRoleNames(Collection<String> roleNames)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

group

private String group

roleNames

private Collection<String> roleNames
Constructor Detail

LdapGroupMapping

public LdapGroupMapping()

LdapGroupMapping

public LdapGroupMapping(String group)

LdapGroupMapping

public LdapGroupMapping(String group,
                        Collection<String> roleNames)

LdapGroupMapping

public LdapGroupMapping(String group,
                        String[] roleNames)
Method Detail

getGroup

public String getGroup()

setGroup

public void setGroup(String group)

getRoleNames

public Collection<String> getRoleNames()

setRoleNames

public void setRoleNames(Collection<String> roleNames)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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