Class SecurityProperties


  • @Internal
    public final class SecurityProperties
    extends java.lang.Object
    Micronaut security properties.
    Since:
    4.8.7
    • Constructor Detail

      • SecurityProperties

        public SecurityProperties​(boolean enabled,
                                  boolean micronautSecurityEnabled,
                                  java.lang.String defaultSchemaName,
                                  java.util.List<InterceptUrlMapPattern> interceptUrlMapPatterns,
                                  boolean tokenEnabled,
                                  boolean jwtEnabled,
                                  boolean jwtBearerEnabled,
                                  boolean jwtCookieEnabled,
                                  boolean oauth2Enabled,
                                  boolean basicAuthEnabled)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • isMicronautSecurityEnabled

        public boolean isMicronautSecurityEnabled()
      • getDefaultSchemaName

        public java.lang.String getDefaultSchemaName()
      • isTokenEnabled

        public boolean isTokenEnabled()
      • isJwtEnabled

        public boolean isJwtEnabled()
      • isJwtBearerEnabled

        public boolean isJwtBearerEnabled()
      • isJwtCookieEnabled

        public boolean isJwtCookieEnabled()
      • isOauth2Enabled

        public boolean isOauth2Enabled()
      • isBasicAuthEnabled

        public boolean isBasicAuthEnabled()