Uses of Enum Class
fr.gouv.vitam.common.model.AuthenticationLevel
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
-
Uses of AuthenticationLevel in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionstatic AuthenticationLevel
Returns the enum constant of this class with the specified name.static AuthenticationLevel[]
AuthenticationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthenticationLevel in fr.gouv.vitam.security.internal.filter
ModifierConstructorDescriptionEndpointAuthenticationFilter
(AuthenticationLevel authentLevel, DefaultVitamApplicationConfiguration configuration) Constructor with authentication level.