Interface | Description |
---|---|
Authenticator |
Authenticator - interface for a SecurityFilter authenticator module.
|
Class | Description |
---|---|
AuthenticatorFactory |
AuthenticatorFactory - this class will create Authenticator instance.
|
BasicAuthenticator |
BasicAuthenticator - authenticator implementation for the BASIC auth method.
|
CookieAuthenticator |
The authenticator implemented for the configuration "COOKIE_WITH_ID".
|
ExtendedFormAuthenticator |
In addition to the standard form login, this ExtendedFormAuthenticator
puts into the HTTP session username (under the key j_username)
and the exception (under the key j_exception), when the login fails.
|
FormAuthenticator |
FormAuthenticator - authenticator implementation for the FORM auth method.
|
FormDomainCookieTokenAuthenticator |
Idem als FormAuthenticator, maar zet na de login een cookie voor andere webapps
op hetzelfde domein met login info.
|
Copyright © 2020 B3Partners B.V.. All rights reserved.