Uses of Class
org.forgerock.am.iot.IotRegistrationNode.JwtRegistrationMethod
-
Packages that use IotRegistrationNode.JwtRegistrationMethod Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality. -
-
Uses of IotRegistrationNode.JwtRegistrationMethod in org.forgerock.am.iot
Methods in org.forgerock.am.iot that return IotRegistrationNode.JwtRegistrationMethod Modifier and Type Method Description default IotRegistrationNode.JwtRegistrationMethod
IotRegistrationNode.Config. jwtRegistrationMethod()
The JWT registration method that is used to verify the registration JWT.static IotRegistrationNode.JwtRegistrationMethod
IotRegistrationNode.JwtRegistrationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static IotRegistrationNode.JwtRegistrationMethod[]
IotRegistrationNode.JwtRegistrationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-