public class BaseRolesProvider extends java.lang.Object implements IRolesProvider
| Constructor and Description |
|---|
BaseRolesProvider() |
| 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 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 © 2024. All Rights Reserved.