Uses of Enum Class
fr.gouv.vitam.common.model.AuthenticationLevel
Packages that use 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
Methods in fr.gouv.vitam.common.model that return AuthenticationLevelModifier 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
Methods in fr.gouv.vitam.security.internal.filter that return AuthenticationLevelConstructors in fr.gouv.vitam.security.internal.filter with parameters of type AuthenticationLevelModifierConstructorDescriptionEndpointAuthenticationFilter
(AuthenticationLevel authentLevel, DefaultVitamApplicationConfiguration configuration) Constructor with authentication level.