Package org.forgerock.am.iot
Class IotSecretIdProvider
java.lang.Object
org.forgerock.am.iot.IotSecretIdProvider
- All Implemented Interfaces:
SecretIdProvider
This provider exposes the secret IDs used by the IoT component to the
SecretIdRegistry.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the secret IDs used by global singleton services.Returns the secret IDs used by realm level singleton services.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.forgerock.openam.secrets.SecretIdProvider
getGlobalMultiInstanceSecretIds, getRealmMultiInstanceSecretIds
-
Constructor Details
-
IotSecretIdProvider
public IotSecretIdProvider()
-
-
Method Details
-
getGlobalSingletonSecretIds
Description copied from interface:SecretIdProviderReturns the secret IDs used by global singleton services. The key in the map is the name of the component that uses the secret ID, and the values are the secret IDs used by the component.- Specified by:
getGlobalSingletonSecretIdsin interfaceSecretIdProvider- Returns:
- A multimap containing the secret IDs used per component.
-
getRealmSingletonSecretIds
Description copied from interface:SecretIdProviderReturns the secret IDs used by realm level singleton services. The key in the map is the name of the component that uses the secret ID, and the values are the secret IDs used by the component.- Specified by:
getRealmSingletonSecretIdsin interfaceSecretIdProvider- Returns:
- A multimap containing the secret IDs used per component.
-