Uses of Interface
io.jenkins.blueocean.auth.jwt.JwtAuthenticationStore
-
Uses of JwtAuthenticationStore in io.jenkins.blueocean.auth.jwt
Modifier 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
Modifier and TypeClassDescriptionclass
Stores authentication map and makes them available in memory.Modifier 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)