keycloak
|
公開メンバ関数 | |
ProviderConfigPropertyBuilder | name (String name) |
ProviderConfigPropertyBuilder | label (String label) |
ProviderConfigPropertyBuilder | helpText (String helpText) |
ProviderConfigPropertyBuilder | type (String type) |
ProviderConfigPropertyBuilder | defaultValue (Object defaultValue) |
ProviderConfigPropertyBuilder | options (String... options) |
ProviderConfigPropertyBuilder | options (List< String > options) |
ProviderConfigPropertyBuilder | secret (boolean secret) |
ProviderConfigurationBuilder | add () |
非公開変数類 | |
String | name |
String | label |
String | helpText |
String | type |
Object | defaultValue |
List< String > | options |
boolean | secret |
|
inline |
Add the current property, and start building the next one
|
inline |
Default value that will be shown when configuring this property for the first time
defaultValue |
|
inline |
Help text that will be shown for this configuration property in the admin console when you hover over the tooltip
helpText |
|
inline |
Label that will be shown for this configuration property in the admin console
label |
|
inline |
|
inline |
If configuring a list type, these are the options you can choose from.
options |
|
inline |
If configuring a list type, these are the options you can choose from.
options |
|
inline |
If turned on, this property is only writable and never readable. This is useful for things like passwords where you never want an admin to be able to see what the password is.
secret |
|
inline |
Property type. i.e. boolean, string.
type |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |