public abstract class JwtAuthenticationStoreFactory extends Object implements ExtensionPoint
AuthenticationExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
JwtAuthenticationStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionList<JwtAuthenticationStoreFactory> |
all() |
abstract JwtAuthenticationStore |
getJwtAuthenticationStore(org.springframework.security.core.Authentication authentication)
Resolves
JwtAuthenticationStore for given Authentication instance. |
abstract JwtAuthenticationStore |
getJwtAuthenticationStore(Map<String,Object> claims)
Resolves
JwtAuthenticationStore for given Authentication instance. |
public abstract JwtAuthenticationStore getJwtAuthenticationStore(Map<String,Object> claims)
JwtAuthenticationStore for given Authentication instance.claims - JWT claimspublic abstract JwtAuthenticationStore getJwtAuthenticationStore(org.springframework.security.core.Authentication authentication)
JwtAuthenticationStore for given Authentication instance.authentication - Authentication instancepublic static ExtensionList<JwtAuthenticationStoreFactory> all()
Copyright © 2016–2023. All rights reserved.