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
IotServiceConfig.RealmConfig. oauthClientName()
default String
IotServiceConfig.RealmConfig. oauthJwtIssuerName()
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.String
PurposeMapping. secretId()
The label of the purpose that this store can provide a secret for.
-