Uses of Class
fr.gouv.vitam.common.model.AuthenticationLevel
-
Packages that use AuthenticationLevel Package Description fr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal componentsfr.gouv.vitam.common.security.rest fr.gouv.vitam.security.internal.filter -
-
Uses of AuthenticationLevel in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return AuthenticationLevel Modifier and Type Method Description static AuthenticationLevel
AuthenticationLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthenticationLevel[]
AuthenticationLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthenticationLevel in fr.gouv.vitam.common.security.rest
Methods in fr.gouv.vitam.common.security.rest that return AuthenticationLevel Modifier and Type Method Description AuthenticationLevel
authentLevel()
description of the VitamAuthentication annotation, initialized by default to Basic authentication. -
Uses of AuthenticationLevel in fr.gouv.vitam.security.internal.filter
Methods in fr.gouv.vitam.security.internal.filter that return AuthenticationLevel Modifier and Type Method Description AuthenticationLevel
EndpointAuthenticationFilter. getAuthentLevel()
Constructors in fr.gouv.vitam.security.internal.filter with parameters of type AuthenticationLevel Constructor Description EndpointAuthenticationFilter(AuthenticationLevel authentLevel, DefaultVitamApplicationConfiguration configuration)
Constructor with authentication level.
-