Interface WorkManagerSecurity
-
- All Superinterfaces:
Serializable
public interface WorkManagerSecurity extends Serializable
WorkManager security settings- Author:
- Jesper Pedersen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classWorkManagerSecurity.AttributeAn Attribute.static classWorkManagerSecurity.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getDefaultGroups()Get the default groupsStringgetDefaultPrincipal()Get the default principalStringgetDomain()Get the domainMap<String,String>getGroupMappings()Get the group mappingMap<String,String>getUserMappings()Get the user mappingbooleanisMappingRequired()Is mapping required
-