keycloak
|
公開メンバ関数 | |
ProviderConfigProperty () | |
ProviderConfigProperty (String name, String label, String helpText, String type, Object defaultValue) | |
ProviderConfigProperty (String name, String label, String helpText, String type, Object defaultValue, String... options) | |
ProviderConfigProperty (String name, String label, String helpText, String type, Object defaultValue, boolean secret) | |
String | getName () |
void | setName (String name) |
String | getLabel () |
void | setLabel (String label) |
String | getType () |
void | setType (String type) |
Object | getDefaultValue () |
void | setDefaultValue (Object defaultValue) |
List< String > | getOptions () |
void | setOptions (List< String > options) |
String | getHelpText () |
void | setHelpText (String helpText) |
boolean | isSecret () |
void | setSecret (boolean secret) |
静的公開変数類 | |
static final String | BOOLEAN_TYPE ="boolean" |
static final String | STRING_TYPE ="String" |
static final String | MULTIVALUED_STRING_TYPE ="MultivaluedString" |
static final String | SCRIPT_TYPE ="Script" |
static final String | FILE_TYPE ="File" |
static final String | ROLE_TYPE ="Role" |
static final String | LIST_TYPE ="List" |
static final String | MULTIVALUED_LIST_TYPE ="MultivaluedList" |
static final String | CLIENT_LIST_TYPE ="ClientList" |
static final String | PASSWORD ="Password" |
限定公開変数類 | |
String | name |
String | label |
String | helpText |
String | type = STRING_TYPE |
Object | defaultValue |
List< String > | options |
boolean | secret |
Configuration property metadata. Used to render generic configuration pages for Keycloak extensions in the admin console.
|
inline |
|
inline |
|
inline |
|
inline |
Default value for the variable
|
inline |
Help text that will be displayed in the admin console tooltip
|
inline |
Label shown in the admin console when configuring the variable
|
inline |
Name of the config variable stored in the database
|
inline |
For list types, this is a list of choices to choose from.
|
inline |
Type of the variable. i.e. boolean, string etc. See the constants declared in this class for what your choices are.
|
inline |
If true, this variable is only writeable. It will never be viewable. This is important for things like passwords in which you never want to display them on the screen.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
protected |
|
static |
|
protected |
|
protected |
|
static |
Possibility to configure single String value, which needs to be chosen from the list of predefined values (HTML select)
|
static |
Possibility to configure multiple String values, which needs to be chosen from the list of predefined values (HTML select with multiple)
|
static |
Possibility to configure multiple String values of any value (something like "redirect_uris" for clients)
|
protected |
|
protected |
|
static |
|
static |
|
static |
|
protected |
|
static |
|
protected |