Uses of Class
org.uberfire.security.ContributorType
-
Packages that use ContributorType Package Description org.uberfire.security -
-
Uses of ContributorType in org.uberfire.security
Fields in org.uberfire.security with type parameters of type ContributorType Modifier and Type Field Description static List<ContributorType>ContributorType. PRIORITY_ORDERMethods in org.uberfire.security that return ContributorType Modifier and Type Method Description ContributorTypeContributor. getType()static ContributorTypeContributorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContributorType[]ContributorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.security with parameters of type ContributorType Modifier and Type Method Description voidContributor. setType(ContributorType type)Constructors in org.uberfire.security with parameters of type ContributorType Constructor Description Contributor(String username, ContributorType type)
-