Class AtotiSecurityProperties

java.lang.Object
com.activeviam.springboot.atoti.server.starter.api.AtotiSecurityProperties

@ConfigurationProperties(prefix="atoti.server.security") public final class AtotiSecurityProperties extends Object
Configuration properties for the Atoti security.

These properties are used to configure the security of the Atoti application.

  • Field Details

    • ROLE_ADMIN

      public static final String ROLE_ADMIN
      Role value assigned to administrators of an Atoti application.
      See Also:
    • ROLE_USER

      public static final String ROLE_USER
      Role value assigned to basic users of an Atoti application.
      See Also:
  • Constructor Details

    • AtotiSecurityProperties

      public AtotiSecurityProperties()
  • Method Details