| Package | Description |
|---|---|
| io.jenkins.blueocean.auth.jwt | |
| io.jenkins.blueocean.auth.jwt.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract JwtAuthenticationStore |
JwtAuthenticationStoreFactory.getJwtAuthenticationStore(org.acegisecurity.Authentication authentication)
Resolves
JwtAuthenticationStore for given Authentication instance. |
abstract JwtAuthenticationStore |
JwtAuthenticationStoreFactory.getJwtAuthenticationStore(Map<String,Object> claims)
Resolves
JwtAuthenticationStore for given Authentication instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJwtAuthenticationStore
Stores authentication map and makes them available in memory.
|
| Modifier and Type | Method and Description |
|---|---|
JwtAuthenticationStore |
SimpleJwtAuthenticationStore.getJwtAuthenticationStore(org.acegisecurity.Authentication authentication) |
JwtAuthenticationStore |
SimpleJwtAuthenticationStore.getJwtAuthenticationStore(Map<String,Object> claims) |
static JwtAuthenticationStore |
JwtAuthenticationServiceImpl.getJwtStore(org.acegisecurity.Authentication authentication) |
Copyright © 2016–2019. All rights reserved.