C
- the console configuration typepublic interface ServiceConfigProvider<C extends SelfServiceConsoleConfig>
Modifier and Type | Method and Description |
---|---|
ProcessInstanceConfig |
getServiceConfig(C config,
Context context,
String realm)
Provides the self service config for the appropriate flow.
|
boolean |
isServiceEnabled(C config)
Determines whether the specific service is enabled.
|
boolean isServiceEnabled(C config)
config
- the console configProcessInstanceConfig getServiceConfig(C config, Context context, String realm)
config
- the console configcontext
- CREST contextrealm
- the current realmCopyright © 2010-2018, ForgeRock All Rights Reserved.