Uses of Interface
org.forgerock.am.iot.IotRegistrationNode.Config
-
Packages that use IotRegistrationNode.Config Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality. -
-
Uses of IotRegistrationNode.Config in org.forgerock.am.iot
Constructors in org.forgerock.am.iot with parameters of type IotRegistrationNode.Config Constructor Description IotRegistrationNode(Realm realm, IotRegistrationNode.Config config, org.forgerock.openam.core.CoreWrapper coreWrapper, org.forgerock.openam.identity.idm.IdentityUtils identityUtils, org.forgerock.openam.password.RandomPasswordGenerator passwordGenerator, org.forgerock.am.iot.JwtProofOfPossessionVerifier.Factory verifierFactory)
Create an instance of theIotRegistrationNode
.
-