Package | Description |
---|---|
org.acegisecurity.ui |
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
|
org.acegisecurity.ui.basicauth |
Authenticates HTTP BASIC authentication requests.
|
org.acegisecurity.ui.cas |
Authenticates standard web browser users via
JA-SIG Central Authentication Service (CAS).
|
org.acegisecurity.ui.digestauth |
Authenticates HTTP Digest authentication requests.
|
org.acegisecurity.ui.webapp |
Authenticates users via HTTP properties, headers and session.
|
org.acegisecurity.ui.x509 |
X.509 authentication filter and related classes.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationEntryPoint |
ExceptionTranslationFilter.getAuthenticationEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionTranslationFilter.setAuthenticationEntryPoint(AuthenticationEntryPoint authenticationEntryPoint) |
Modifier and Type | Class and Description |
---|---|
class |
BasicProcessingFilterEntryPoint
Used by the
SecurityEnforcementFilter to commence authentication via the BasicProcessingFilter . |
Modifier and Type | Method and Description |
---|---|
AuthenticationEntryPoint |
BasicProcessingFilter.getAuthenticationEntryPoint() |
Modifier and Type | Method and Description |
---|---|
void |
BasicProcessingFilter.setAuthenticationEntryPoint(AuthenticationEntryPoint authenticationEntryPoint) |
Modifier and Type | Class and Description |
---|---|
class |
CasProcessingFilterEntryPoint
Used by the
SecurityEnforcementFilter to commence authentication via the JA-SIG Central
Authentication Service (CAS). |
Modifier and Type | Class and Description |
---|---|
class |
DigestProcessingFilterEntryPoint
Used by the
SecurityEnforcementFilter to commence authentication via the DigestProcessingFilter . |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationProcessingFilterEntryPoint
Used by the
SecurityEnforcementFilter to commence
authentication via the AuthenticationProcessingFilter . |
Modifier and Type | Class and Description |
---|---|
class |
X509ProcessingFilterEntryPoint
In the X.509 authentication case (unlike CAS, for example) the certificate
will already have been extracted from the request and a secure context
established by the time the security-enforcement filter is invoked.
|
Copyright © 2017. All rights reserved.