Class RequiredIssuerJwtAuthenticator
- java.lang.Object
 - 
- de.xima.fc.security.pac4j.authentication.RequiredIssuerJwtAuthenticator
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.credentials.authenticator.Authenticator
public class RequiredIssuerJwtAuthenticator extends Object implements org.pac4j.core.credentials.authenticator.Authenticator
Default JWT authenticator that requires a specificissuer.- Since:
 - 8.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequiredIssuerJwtAuthenticatorforIssuerPart(String issuerPart, org.pac4j.jwt.credentials.authenticator.JwtAuthenticator jwtAuthenticator)voidvalidate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore) 
 - 
 
- 
- 
Method Detail
- 
forIssuerPart
public static RequiredIssuerJwtAuthenticator forIssuerPart(String issuerPart, org.pac4j.jwt.credentials.authenticator.JwtAuthenticator jwtAuthenticator)
 
- 
validate
public void validate(org.pac4j.core.credentials.Credentials credentials, org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)- Specified by:
 validatein interfaceorg.pac4j.core.credentials.authenticator.Authenticator
 
 - 
 
 -