mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-04 06:19:58 -06:00
role selector
This commit is contained in:
@@ -7,6 +7,7 @@ package org.keycloak.provider;
|
||||
public class ProviderConfigProperty {
|
||||
public static final String BOOLEAN_TYPE="boolean";
|
||||
public static final String STRING_TYPE="String";
|
||||
public static final String ROLE_TYPE="Role";
|
||||
public static final String LIST_TYPE="List";
|
||||
public static final String CLIENT_LIST_TYPE="ClientList";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user