Package | Description |
---|---|
org.springframework.security.cas.web |
Authenticates standard web browser users via CAS.
|
org.springframework.security.openid |
Authenticates standard web browser users via OpenID.
|
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.ui |
Authentication user-interface rendering code.
|
Modifier and Type | Class and Description |
---|---|
class |
CasAuthenticationFilter
Processes a CAS service ticket, obtains proxy granting tickets, and processes proxy tickets.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenIDAuthenticationFilter
Filter which processes OpenID authentication requests.
|
Modifier and Type | Class and Description |
---|---|
class |
UsernamePasswordAuthenticationFilter
Processes an authentication form submission.
|
Constructor and Description |
---|
DefaultLoginPageGeneratingFilter(AbstractAuthenticationProcessingFilter filter) |
DefaultLoginPageGeneratingFilter(UsernamePasswordAuthenticationFilter authFilter,
AbstractAuthenticationProcessingFilter openIDFilter) |
Copyright © 2015. All rights reserved.