Package org.forgerock.am.iot
Interface IotServiceConfig.RealmConfig
-
- Enclosing interface:
- IotServiceConfig
public static interface IotServiceConfig.RealmConfig
Realm config interface holding the config for the IoT service attributes.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Set<String>
attributeAllowlist()
default boolean
createOAuthClient()
default boolean
createOAuthJwtIssuer()
default String
oauthClientName()
default String
oauthJwtIssuerName()
default Optional<String>
oauthSubjectAttribute()
-