| Package | Description |
|---|---|
| software.sandc.springframework.security.jwt.authority | |
| software.sandc.springframework.security.jwt.impl.authority |
| Modifier and Type | Method and Description |
|---|---|
JWTContext |
JWTAuthority.authenticateLoginRequest(Credentials credentials,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Authenticate login request if the provided credentials are valid.
The created JWTAuthentication object (which is also the part of
JWTContext) is implicitly attached into SecurityContextHolder to
inform spring security about the authenticated user. |
| Modifier and Type | Method and Description |
|---|---|
JWTContext |
DefaultJWTAuthority.authenticateLoginRequest(Credentials credentials,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2017 S&C Software. All rights reserved.