Uses of Interface
io.jenkins.blueocean.auth.jwt.JwtAuthenticationStore
Packages that use JwtAuthenticationStore
-
Uses of JwtAuthenticationStore in io.jenkins.blueocean.auth.jwt
Methods in io.jenkins.blueocean.auth.jwt that return JwtAuthenticationStoreModifier and TypeMethodDescriptionabstract JwtAuthenticationStore
JwtAuthenticationStoreFactory.getJwtAuthenticationStore
(Map<String, Object> claims) ResolvesJwtAuthenticationStore
for givenAuthentication
instance.abstract JwtAuthenticationStore
JwtAuthenticationStoreFactory.getJwtAuthenticationStore
(org.springframework.security.core.Authentication authentication) ResolvesJwtAuthenticationStore
for givenAuthentication
instance. -
Uses of JwtAuthenticationStore in io.jenkins.blueocean.auth.jwt.impl
Classes in io.jenkins.blueocean.auth.jwt.impl that implement JwtAuthenticationStoreModifier and TypeClassDescriptionclass
Stores authentication map and makes them available in memory.Methods in io.jenkins.blueocean.auth.jwt.impl that return JwtAuthenticationStoreModifier and TypeMethodDescriptionSimpleJwtAuthenticationStore.getJwtAuthenticationStore
(Map<String, Object> claims) SimpleJwtAuthenticationStore.getJwtAuthenticationStore
(org.springframework.security.core.Authentication authentication) static JwtAuthenticationStore
JwtAuthenticationServiceImpl.getJwtStore
(org.springframework.security.core.Authentication authentication)