Package org.uberfire.security
Class Contributor
- java.lang.Object
-
- org.uberfire.security.Contributor
-
@Portable public class Contributor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<Contributor>COMPARATOR
-
Constructor Summary
Constructors Constructor Description Contributor()Contributor(String username, ContributorType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ContributorTypegetType()StringgetUsername()inthashCode()voidsetType(ContributorType type)
-
-
-
Field Detail
-
COMPARATOR
public static final Comparator<Contributor> COMPARATOR
-
-
Constructor Detail
-
Contributor
public Contributor()
-
Contributor
public Contributor(String username, ContributorType type)
-
-
Method Detail
-
getUsername
public String getUsername()
-
getType
public ContributorType getType()
-
setType
public void setType(ContributorType type)
-
-