Interface AuthProvider
- All Known Implementing Classes:
ExternalAuthProvider
public interface AuthProvider
Provider for reading roles and permissions.
-
Method Summary
Modifier and TypeMethodDescriptionreadPermissionsByIds
(Set<String> ids) Read set of permissions by the supplied idsreadRolesByIds
(Set<String> ids) Read a set of roles by the supplied ids
-
Method Details
-
readRolesByIds
Read a set of roles by the supplied ids- Parameters:
ids
- The ids of the roles to read- Returns:
- A set of roles
-
readPermissionsByIds
Read set of permissions by the supplied ids- Parameters:
ids
- The ids of the permissions to read- Returns:
- A set of permissions
-