public abstract class JwtAuthenticationStoreFactory extends Object implements hudson.ExtensionPoint
Authentication| Constructor and Description |
|---|
JwtAuthenticationStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
static hudson.ExtensionList<JwtAuthenticationStoreFactory> |
all() |
abstract JwtAuthenticationStore |
getJwtAuthenticationStore(org.acegisecurity.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.acegisecurity.Authentication authentication)
JwtAuthenticationStore for given Authentication instance.authentication - Authentication instancepublic static hudson.ExtensionList<JwtAuthenticationStoreFactory> all()
Copyright © 2016–2017. All rights reserved.