Uses of Class
de.xima.fc.security.pac4j.authentication.RequiredJWTIssuerAuthenticator
- 
Packages that use RequiredJWTIssuerAuthenticator Package Description de.xima.fc.security.pac4j.authentication  - 
- 
Uses of RequiredJWTIssuerAuthenticator in de.xima.fc.security.pac4j.authentication
Methods in de.xima.fc.security.pac4j.authentication that return RequiredJWTIssuerAuthenticator Modifier and Type Method Description static RequiredJWTIssuerAuthenticatorRequiredJWTIssuerAuthenticator. forClientName(String clientName, org.pac4j.core.credentials.authenticator.Authenticator delegate)Creates a new instance of theRequiredJWTIssuerAuthenticatorwith the given client name and authenticator. 
 -