Uses of Interface
org.forgerock.openam.selfservice.config.SelfServiceConsoleConfig
-
Packages that use SelfServiceConsoleConfig Package Description org.forgerock.openam.selfservice.config Contains classes for handling self service console configuration.org.forgerock.openam.selfservice.config.beans Contains self service configuration beans. -
-
Uses of SelfServiceConsoleConfig in org.forgerock.openam.selfservice.config
Classes in org.forgerock.openam.selfservice.config with type parameters of type SelfServiceConsoleConfig Modifier and Type Interface Description interfaceServiceConfigProvider<C extends SelfServiceConsoleConfig>Provides self service config instances based of the passed console configuration instance. -
Uses of SelfServiceConsoleConfig in org.forgerock.openam.selfservice.config.beans
Classes in org.forgerock.openam.selfservice.config.beans that implement SelfServiceConsoleConfig Modifier and Type Class Description classForgottenPasswordConsoleConfigRepresents forgotten password console configuration.classForgottenUsernameConsoleConfigRepresents forgotten username console configuration.classUserRegistrationConsoleConfigRepresents user registration console configuration.
-