Uses of Class
org.forgerock.openam.annotations.sm.Attribute
-
Packages that use Attribute Package Description org.forgerock.am.iot This package contains all classes pertaining to AM's IoT functionality.org.forgerock.openam.secrets.config Classes and interfaces to create configurable secret store backends. -
-
Uses of Attribute in org.forgerock.am.iot
Methods in org.forgerock.am.iot with annotations of type Attribute Modifier and Type Method Description default boolean
IotRegistrationNode.Config. allowAttributeOverwrite()
Allow existing identity attributes to be overwritten when new claims are provided for the thing.default boolean
IotRegistrationNode.Config. allowKeyRotation()
Allow multiple confirmation keys to be registered for a thing.default Set<String>
IotServiceConfig.RealmConfig. attributeAllowlist()
Map<String,String>
IotRegistrationNode.Config. claimToAttributeMapping()
Map the verified claims to the thing's attributes.default boolean
IotRegistrationNode.Config. createIdentity()
Create a new identity for the thing if one does not exist already.default boolean
IotServiceConfig.RealmConfig. createOAuthClient()
default boolean
IotServiceConfig.RealmConfig. createOAuthJwtIssuer()
default String
IotRegistrationNode.Config. nameValidationRegex()
A regular expression for validating the thing name.default String
IotServiceConfig.RealmConfig. oauthClientName()
default String
IotServiceConfig.RealmConfig. oauthJwtIssuerName()
default Optional<String>
IotServiceConfig.RealmConfig. oauthSubjectAttribute()
default boolean
IotRegistrationNode.Config. verifySubject()
Verify that the subject provided in the JWT is the same as either the X.509 certificate subject CN or UID. -
Uses of Attribute in org.forgerock.openam.secrets.config
Methods in org.forgerock.openam.secrets.config with annotations of type Attribute Modifier and Type Method Description List<String>
PurposeMapping. aliases()
The list of aliases that the purpose is provided from.default long
GoogleSecretManagerSecretStoreProvider. expiryDurationSeconds()
The amount of time in seconds to allow secret values to be cached before re-fetching them from GSM.String
GoogleSecretManagerSecretStoreProvider. project()
The Google Cloud Platform project that the instance of Secret Manager lives in.default PropertyFormat
GoogleSecretManagerSecretStoreProvider. secretFormat()
The format of the secret data to use when decoding the secret value.String
PurposeMapping. secretId()
The label of the purpose that this store can provide a secret for.default String
GoogleSecretManagerSecretStoreProvider. serviceAccount()
The GCP service account to use for accessing the Secret Manager.
-