Annotation Type 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 AuthenticationLevel
authentLevel
description of the VitamAuthentication annotation, initialized by default to Basic authentication.
-
-
-
Element Detail
-
authentLevel
AuthenticationLevel authentLevel
description of the VitamAuthentication annotation, initialized by default to Basic authentication.- Returns:
- the description
- Default:
- fr.gouv.vitam.common.model.AuthenticationLevel.BASIC_AUTHENT
-
-