| Package | Description |
|---|---|
| io.jenkins.plugin.auth.jwt | |
| io.jenkins.plugin.auth.jwt.impl | |
| io.jenkins.plugin.auth.jwt.tokens |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static JwtAuthenticationStore |
InternalJwtGenerator.getJwtStore(org.acegisecurity.Authentication authentication) |
Copyright © 2016–2018. All rights reserved.