java.lang.Object
one.jpro.platform.auth.core.jwt.JWTAuthOptions
- All Implemented Interfaces:
Options
Options describing how an
JWTAuthenticationProvider should behave.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSite()setJWTOptions(JWTOptions jwtOptions) org.json.JSONObjecttoJSON()Convert all configuration information to JSON format.
-
Constructor Details
-
JWTAuthOptions
public JWTAuthOptions()Default constructor. -
JWTAuthOptions
Copy constructor.- Parameters:
other- the options to copy
-
-
Method Details