public class FileHostingRolesProvider extends java.lang.Object implements IRolesProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CATEGORY_FILEHOSTING |
static java.lang.String |
ROLE_ATTACHMENT |
static java.lang.String |
ROLE_DRIVE |
Constructor and Description |
---|
FileHostingRolesProvider() |
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_ATTACHMENT
public static final java.lang.String ROLE_DRIVE
public static final java.lang.String CATEGORY_FILEHOSTING
public java.util.Set<java.lang.String> getRoles()
getRoles
in interface IRolesProvider
public java.util.Set<RoleDescriptor> getDescriptors(java.util.Locale locale)
getDescriptors
in interface IRolesProvider
public java.util.Set<RolesCategory> getCategories(java.util.Locale locale)
getCategories
in interface IRolesProvider
Copyright © 2021. All Rights Reserved.