Uses of Interface
org.forgerock.am.iot.IotAuthenticationNode.Config
-
Packages that use IotAuthenticationNode.Config Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality. -
-
Uses of IotAuthenticationNode.Config in org.forgerock.am.iot
Constructors in org.forgerock.am.iot with parameters of type IotAuthenticationNode.Config Constructor Description IotAuthenticationNode(Realm realm, IotAuthenticationNode.Config config, org.forgerock.openam.core.CoreWrapper coreWrapper, LegacyIdentityService identityService, org.forgerock.am.iot.JwtProofOfPossessionVerifier.Factory popVerifierFactory, org.forgerock.am.iot.ClientAssertionVerifier.Factory assertionVerifierFactory, JwtBuilderFactory jwtBuilderFactory)
Create an instance of theIotAuthenticationNode
.
-