Uses of Interface
org.forgerock.openam.plugins.AmPlugin
-
Packages that use AmPlugin Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes.org.forgerock.openam.plugins This package contains the API for writing AM plugins. -
-
Uses of AmPlugin in org.forgerock.am.iot
Classes in org.forgerock.am.iot that implement AmPlugin Modifier and Type Class Description class
IotPlugin
Installs the IoT authentication nodes and services. -
Uses of AmPlugin in org.forgerock.openam.auth.node.api
Classes in org.forgerock.openam.auth.node.api that implement AmPlugin Modifier and Type Class Description class
AbstractNodeAmPlugin
A convenient base class forAmPlugin
s that provide authentication nodes. -
Uses of AmPlugin in org.forgerock.openam.plugins
Methods in org.forgerock.openam.plugins that return types with arguments of type AmPlugin Modifier and Type Method Description default Map<Class<? extends AmPlugin>,String>
AmPlugin. getDependencies()
Get the collection of plugins that this plugin expects to be installed.
-