Uses of Class
no.nav.security.token.support.core.jwt.JwtToken
-
Packages that use JwtToken Package Description no.nav.security.token.support.core.context no.nav.security.token.support.core.utils no.nav.security.token.support.core.validation -
-
Uses of JwtToken in no.nav.security.token.support.core.context
Methods in no.nav.security.token.support.core.context that return JwtToken Modifier and Type Method Description JwtToken
TokenValidationContext. getJwtToken(String issuerName)
Methods in no.nav.security.token.support.core.context that return types with arguments of type JwtToken Modifier and Type Method Description Optional<JwtToken>
TokenValidationContext. getFirstValidToken()
Optional<JwtToken>
TokenValidationContext. getJwtTokenAsOptional(String issuerName)
Constructor parameters in no.nav.security.token.support.core.context with type arguments of type JwtToken Constructor Description TokenValidationContext(Map<String,JwtToken> issuerShortNameValidatedTokenMap)
-
Uses of JwtToken in no.nav.security.token.support.core.utils
Methods in no.nav.security.token.support.core.utils that return types with arguments of type JwtToken Modifier and Type Method Description static Optional<JwtToken>
JwtTokenUtil. getJwtToken(String issuer, TokenValidationContextHolder tokenValidationContextHolder)
-
Uses of JwtToken in no.nav.security.token.support.core.validation
Methods in no.nav.security.token.support.core.validation with parameters of type JwtToken Modifier and Type Method Description protected boolean
JwtTokenAnnotationHandler. containsRequiredClaims(JwtToken jwtBearerToken, boolean combineWithOr, String... claims)
-