Package | Description |
---|---|
org.springframework.security.web.authentication |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.springframework.security.web.authentication.preauth |
Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been
authenticated by some externally configured system.
|
Modifier and Type | Method and Description |
---|---|
WebAuthenticationDetails |
WebAuthenticationDetailsSource.buildDetails(javax.servlet.http.HttpServletRequest context) |
Modifier and Type | Class and Description |
---|---|
class |
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
This WebAuthenticationDetails implementation allows for storing a list of
pre-authenticated Granted Authorities.
|
Copyright © 2015. All rights reserved.