Uses of Record Class
org.forgerock.am.iot.OAuth2ThingsConfig.ConfigState
Packages that use OAuth2ThingsConfig.ConfigState
Package
Description
This package contains all classes pertaining to AM's IoT functionality.
- 
Uses of OAuth2ThingsConfig.ConfigState in org.forgerock.am.iot
Method parameters in org.forgerock.am.iot with type arguments of type OAuth2ThingsConfig.ConfigStateModifier and TypeMethodDescriptionvoidOAuth2ThingsConfig.addStateChangeListener(BiConsumer<OAuth2ThingsConfig.ConfigState, OAuth2ThingsConfig.ConfigState> consumer) Adds a listener that will be notified when the configuration for the given realm changes.voidOAuth2ThingsConfig.addStateChangeListener(BiConsumer<OAuth2ThingsConfig.ConfigState, OAuth2ThingsConfig.ConfigState> consumer) Adds a listener that will be notified when the configuration for the given realm changes.voidOAuth2ThingsConfig.removeStateChangeListener(BiConsumer<OAuth2ThingsConfig.ConfigState, OAuth2ThingsConfig.ConfigState> consumer) Removes a listener that was previously added.voidOAuth2ThingsConfig.removeStateChangeListener(BiConsumer<OAuth2ThingsConfig.ConfigState, OAuth2ThingsConfig.ConfigState> consumer) Removes a listener that was previously added.