Package org.graylog2.indexer.security
Interface SecurityAdapter
public interface SecurityAdapter
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
Modifier and TypeMethodDescriptionaddUserToRoleMapping(String role, String user) getMappingForRole(String role) removeUserFromRoleMapping(String role, String user)
-
Method Details
-
getMappingForRole
-
addUserToRoleMapping
-
removeUserFromRoleMapping
-