- forHS256(String, String, byte[]) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with HS256
- forHS256(String, String, AuthenticationProvider) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with HS256
- forHS256(String, String[], byte[]) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with HS256
- forHS256(String, String[], AuthenticationProvider) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with HS256
- forHS256WithBase64Secret(String, String, String) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with HS256
- forHS256WithBase64Secret(String, String[], String) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with HS256
- forRS256(String, String) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with RS256.
- forRS256(String, String, AuthenticationProvider) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with RS256
Will try to validate the token using the public key downloaded from "$issuer/.well-known/jwks.json"
and matched by the value of kid of the JWT header
- forRS256(String, String[]) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with RS256.
- forRS256(String, String[], AuthenticationProvider) - Static method in class com.auth0.spring.security.api.JwtWebSecurityConfigurer
-
Configures application authorization for JWT signed with RS256
Will try to validate the token using the public key downloaded from "$issuer/.well-known/jwks.json"
and matched by the value of kid of the JWT header