Annotation Interface VitamAuthentication


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface VitamAuthentication
Annotation for REST endpoints to be based on Basic authentication fitering.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    description of the VitamAuthentication annotation, initialized by default to Basic authentication.
  • Element Details

    • authentLevel

      AuthenticationLevel authentLevel
      description of the VitamAuthentication annotation, initialized by default to Basic authentication.
      Returns:
      the description
      Default:
      BASIC_AUTHENT