C
- the console configuration typepublic interface ServiceConfigProvider<C extends SelfServiceConsoleConfig>
Modifier and Type | Method and Description |
---|---|
org.forgerock.selfservice.core.config.ProcessInstanceConfig |
getServiceConfig(C config,
org.forgerock.services.context.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 configorg.forgerock.selfservice.core.config.ProcessInstanceConfig getServiceConfig(C config, org.forgerock.services.context.Context context, String realm)
config
- the console configcontext
- CREST contextrealm
- the current realmCopyright © 2010-2016, ForgeRock All Rights Reserved.