Uses of Enum Class
org.simexid.keycloak.enums.KeycloakEnum.Type
Packages that use KeycloakEnum.Type
-
Uses of KeycloakEnum.Type in org.simexid.keycloak.enums
Methods in org.simexid.keycloak.enums that return KeycloakEnum.TypeModifier and TypeMethodDescriptionstatic KeycloakEnum.TypeKeycloakEnum.Type.fromString(String text) Converts a string to the corresponding enum value.static KeycloakEnum.TypeReturns the enum constant of this class with the specified name.static KeycloakEnum.Type[]KeycloakEnum.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of KeycloakEnum.Type in org.simexid.keycloak.service
Methods in org.simexid.keycloak.service with parameters of type KeycloakEnum.TypeModifier and TypeMethodDescriptionbooleanKeycloakUtil.addRoleToUser(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Adds a role to a user in Keycloak.booleanKeycloakUtil.callForAddRole(String sub, String payload, KeycloakEnum.Type type, String clientUUID) Calls Keycloak to add/remove (rewrite) a role to a user.booleanKeycloakUtil.deleteRoleToUser(KeycloakEnum.SearchUserType searchUserType, String searchText, String role, KeycloakEnum.Type type, String clientUUID) Deletes a role from a user in Keycloak.KeycloakUtil.retrieveUserRole(String sub, KeycloakEnum.Type type, String clientUIID) Retrieves the roles of a user in Keycloak.KeycloakUtil.searchRoles(String name, KeycloakEnum.Type type, String clientUUID) Searches for roles in Keycloak.