Package com.authkit
Class DefaultAuthenticator
- java.lang.Object
-
- com.authkit.DefaultAuthenticator
-
- All Implemented Interfaces:
Authenticator
public class DefaultAuthenticator extends java.lang.Object implements Authenticator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultAuthenticator.Jwksstatic classDefaultAuthenticator.Keystatic classDefaultAuthenticator.OpenIdConfiguration
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticator(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<AuthkitPrincipal>authenticate(java.lang.String token)
-
-
-
Constructor Detail
-
DefaultAuthenticator
public DefaultAuthenticator(Config config)
-
-
Method Detail
-
authenticate
public org.reactivestreams.Publisher<AuthkitPrincipal> authenticate(java.lang.String token)
- Specified by:
authenticatein interfaceAuthenticator
-
-