|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationEntryPoint | |
|---|---|
| org.springframework.security.cas.web | Authenticates standard web browser users via JA-SIG Central Authentication Service (CAS). |
| org.springframework.security.web.access | |
| 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 | |
| org.springframework.security.web.authentication.www | Contains WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. |
| Uses of AuthenticationEntryPoint in org.springframework.security.cas.web |
|---|
| Classes in org.springframework.security.cas.web that implement AuthenticationEntryPoint | |
|---|---|
class |
CasAuthenticationEntryPoint
Used by the ExceptionTranslationFilter to commence authentication via the JA-SIG Central
Authentication Service (CAS). |
| Uses of AuthenticationEntryPoint in org.springframework.security.web.access |
|---|
| Methods in org.springframework.security.web.access that return AuthenticationEntryPoint | |
|---|---|
AuthenticationEntryPoint |
ExceptionTranslationFilter.getAuthenticationEntryPoint()
|
| Methods in org.springframework.security.web.access with parameters of type AuthenticationEntryPoint | |
|---|---|
void |
ExceptionTranslationFilter.setAuthenticationEntryPoint(AuthenticationEntryPoint authenticationEntryPoint)
|
| Uses of AuthenticationEntryPoint in org.springframework.security.web.authentication |
|---|
| Classes in org.springframework.security.web.authentication that implement AuthenticationEntryPoint | |
|---|---|
class |
AuthenticationProcessingFilterEntryPoint
Deprecated. Use LoginUrlAuthenticationEntryPoint instead. |
class |
Http403ForbiddenEntryPoint
In the pre-authenticated authentication case (unlike CAS, for example) the user will already have been identified through some external mechanism and a secure context established by the time the security-enforcement filter is invoked. |
class |
LoginUrlAuthenticationEntryPoint
Used by the ExceptionTranslationFilter to commence a form login
authentication via the UsernamePasswordAuthenticationFilter. |
| Uses of AuthenticationEntryPoint in org.springframework.security.web.authentication.preauth |
|---|
| Classes in org.springframework.security.web.authentication.preauth that implement AuthenticationEntryPoint | |
|---|---|
class |
PreAuthenticatedProcessingFilterEntryPoint
Deprecated. Use Http403ForbiddenEntryPoint instead. |
| Uses of AuthenticationEntryPoint in org.springframework.security.web.authentication.www |
|---|
| Classes in org.springframework.security.web.authentication.www that implement AuthenticationEntryPoint | |
|---|---|
class |
BasicAuthenticationEntryPoint
Used by the ExceptionTraslationFilter to commence authentication via the BasicAuthenticationFilter. |
class |
DigestAuthenticationEntryPoint
Used by the SecurityEnforcementFilter to commence authentication via the DigestAuthenticationFilter. |
| Methods in org.springframework.security.web.authentication.www that return AuthenticationEntryPoint | |
|---|---|
protected AuthenticationEntryPoint |
BasicAuthenticationFilter.getAuthenticationEntryPoint()
|
| Methods in org.springframework.security.web.authentication.www with parameters of type AuthenticationEntryPoint | |
|---|---|
void |
BasicAuthenticationFilter.setAuthenticationEntryPoint(AuthenticationEntryPoint authenticationEntryPoint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||