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 interface
ServiceConfigProvider<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 class
ForgottenPasswordConsoleConfig
Represents forgotten password console configuration.class
ForgottenUsernameConsoleConfig
Represents forgotten username console configuration.class
UserRegistrationConsoleConfig
Represents user registration console configuration.
-