Interface IotServiceConfig.RealmConfig

  • Enclosing interface:
    IotServiceConfig

    public static interface IotServiceConfig.RealmConfig
    Realm config interface holding the config for the IoT service attributes.
    • Method Detail

      • createOAuthClient

        default boolean createOAuthClient()
      • oauthClientName

        default String oauthClientName()
      • createOAuthJwtIssuer

        default boolean createOAuthJwtIssuer()
      • oauthJwtIssuerName

        default String oauthJwtIssuerName()
      • oauthSubjectAttribute

        default Optional<String> oauthSubjectAttribute()
      • attributeAllowlist

        default Set<String> attributeAllowlist()