Uses of Class
org.forgerock.openidm.accountchange.meta.OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode
-
Packages that use OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode Package Description org.forgerock.openidm.accountchange.client Provides client-side interfaces for querying and managing the OpenIDM account change plugin Applications can use the interfaces defined within this package to retrieve, list, create, and remove managed objects, as well as query and update their properties.org.forgerock.openidm.accountchange.meta Provides introspection interfaces for the OpenIDM account change plugin This package provides access to meta-information about the managed objects, their properties, their relationships with other managed objects, and their inheritance model.org.forgerock.openidm.accountchange.server Provides server-side interfaces for accessing the OpenIDM account change plugin Components within the server can use the interfaces defined within this package to query the properties of the managed objects and register to be notified when managed objects are added, removed, or modified. -
-
Uses of OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode in org.forgerock.openidm.accountchange.client
Methods in org.forgerock.openidm.accountchange.client that return OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode Modifier and Type Method Description OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatModeOpenidmAccountStatusNotificationHandlerCfgClient. getOpenidmCompatMode()Gets the "openidm-compat-mode" property.Methods in org.forgerock.openidm.accountchange.client with parameters of type OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode Modifier and Type Method Description voidOpenidmAccountStatusNotificationHandlerCfgClient. setOpenidmCompatMode(OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode value)Sets the "openidm-compat-mode" property. -
Uses of OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode in org.forgerock.openidm.accountchange.meta
Methods in org.forgerock.openidm.accountchange.meta that return OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode Modifier and Type Method Description static OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatModeOpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode[]OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.openidm.accountchange.meta that return types with arguments of type OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode Modifier and Type Method Description org.forgerock.opendj.config.EnumPropertyDefinition<OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode>OpenidmAccountStatusNotificationHandlerCfgDefn. getOpenidmCompatModePropertyDefinition()Get the "openidm-compat-mode" property definition. -
Uses of OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode in org.forgerock.openidm.accountchange.server
Methods in org.forgerock.openidm.accountchange.server that return OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatMode Modifier and Type Method Description OpenidmAccountStatusNotificationHandlerCfgDefn.OpenidmCompatModeOpenidmAccountStatusNotificationHandlerCfg. getOpenidmCompatMode()Gets the "openidm-compat-mode" property.
-