keycloak.authorization.role

Module Contents

Classes

Role

Roles identify a type or category of user. Admin, user,

class keycloak.authorization.role.Role(name, required=False)[source]

Roles identify a type or category of user. Admin, user, manager, and employee are all typical roles that may exist in an organization.

https://keycloak.gitbooks.io/documentation/server_admin/topics/roles.html

property get_name(self)[source]
__eq__(self, other)[source]

Return self==value.