AuthenticationFilter |
extending Shiro's FormAuthenticationFilter to add
additional authentication scheme.
|
ExternalAuthenticationToken |
this token is used in conjuction to AuthenticationFilter which
authenticates a subject by any different scheme, i.e.
|
JdbcRealm |
Used by shiro framework for retrieving authentication and authorization from the database
Relies on bcd_sec_user and bcd_sec_user_settings BindingSets providing support for plaintext (backwards compatibility)
and salted/hashed passwords using SHA256 hashing.
|
PrimaryPrincipal |
A primary principal, which holds technical user id.
|
SecurityHelper |
helper to evaluate shiro security on Security settings
|
SecUserTableWriteCallback |
To enable this class, add it as WriteProcessing/Callbacks/Callback/@class to bcd_sec_user BindingSet
When writing to bcd_src_user we apply special handling:
1.
|
SpnegoUtil |
utility class abstracting principal information from de.businesscode.bcdui.security.SpnegoValve
|
SubjectPreferencesRealm |
|
SubjectSettings |
Subject settings are session settings in web and non-web environments
It covers rights, i18n settings and so on
|