public class TestRolesProvider extends java.lang.Object implements IRolesProvider
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CATEGORY_TEST  | 
static java.lang.String | 
ROLE_TEST  | 
| Constructor and Description | 
|---|
TestRolesProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<RolesCategory> | 
getCategories(java.util.Locale locale)  | 
java.util.Set<RoleDescriptor> | 
getDescriptors(java.util.Locale locale)  | 
java.util.Set<java.lang.String> | 
getRoles()  | 
public static final java.lang.String ROLE_TEST
public static final java.lang.String CATEGORY_TEST
public java.util.Set<java.lang.String> getRoles()
getRoles in interface IRolesProviderpublic java.util.Set<RoleDescriptor> getDescriptors(java.util.Locale locale)
getDescriptors in interface IRolesProviderpublic java.util.Set<RolesCategory> getCategories(java.util.Locale locale)
getCategories in interface IRolesProviderCopyright © 2021. All Rights Reserved.