Interface WorkManagerSecurity
- All Superinterfaces:
Serializable
WorkManager security settings
- Author:
- Jesper Pedersen
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn Attribute.static enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptionGet the default groupsGet the default principalGet the domainGet the group mappingGet the user mappingbooleanIs mapping required
-
Method Details
-
isMappingRequired
boolean isMappingRequired()Is mapping required- Returns:
- The value
-
getDomain
String getDomain()Get the domain- Returns:
- The value
-
getDefaultPrincipal
String getDefaultPrincipal()Get the default principal- Returns:
- The value
-
getDefaultGroups
Get the default groups- Returns:
- The value
-
getUserMappings
Get the user mapping- Returns:
- The value
-
getGroupMappings
Get the group mapping- Returns:
- The value
-