Interface | Description |
---|---|
AuthenticationComponent | |
AuthenticationContext |
Low-level interface allowing control and retrieval of the authentication information held for the current thread.
|
MD4PasswordEncoder | |
MutableAuthenticationDao |
A service provider interface to provide both acegi integration via AuthenticationDao and SaltSource
and mutability support for user definitions.
|
PasswordGenerator |
Implementations of this interface generate a password
|
ResetPasswordService |
Reset password service.
|
UserNameGenerator |
Implementations of this interface generate a user name
|
Class | Description |
---|---|
AbstractAuthenticationComponent |
This class abstract the support required to set up and query the Acegi context for security enforcement.
|
AbstractAuthenticationService |
Common code for authentication services
|
AbstractChainingAuthenticationComponent |
A base class for chaining authentication components.
|
AbstractChainingAuthenticationService |
A base class for chaining authentication services.
|
AbstractChainingFtpAuthenticator |
Base chaining FTP Authenticator class.
|
AlfrescoSSLSocketFactory |
SSL socket factory that uses custom trustStore
The factory should be first initialized |
AuthenticatedAuthenticationPassthroughProvider | |
AuthenticationComponentImpl | |
AuthenticationContextImpl | |
AuthenticationServiceImpl | |
AuthenticatorDeletedEvent |
Event emmitted when an Authenticator is deleted, the source is the zoneId deleted.
|
Authorization |
Helper to process username / password pairs passed to the remote tier
Identifies whether username / password is a ticket.
|
BasicPasswordGenerator |
Generates a password of specified length consisting of printable ASCII characters
|
ChainingAuthenticationComponentImpl |
A chaining authentication component is required for all the beans that wire up an authentication component and not an
authentication service.
|
ChainingAuthenticationServiceImpl |
This class implements a simple chaining authentication service.
|
CompositePasswordEncoder |
A configurable password encoding that delegates the encoding to a Map of
configured encoders.
|
DefaultMutableAuthenticationDao |
An authority DAO that has no implementation.
|
HashPasswordTransactionListener |
Transaction listener that re-generates the hash of a users password in
the afterCommit callback.
|
MD4PasswordEncoderImpl |
MD4 implementation of PasswordEncoder.
|
MessageDigestPasswordEncoder |
Base for digest password encoders.
|
MutableAuthenticationServiceImpl |
The default implementation of
MutableAuthenticationService . |
NameBasedUserNameGenerator |
Generates a user name based upon firstName and lastName.
|
NoOpPasswordEncoderImpl |
NoOp implementation of PasswordEncoder.
|
RandomUserNameGenerator |
Generates a user name based upon a random numeric
|
RepositoryAuthenticatedUser |
A user authenticated by the Alfresco repository using RepositoryAuthenticationDao
|
RepositoryAuthenticationDao |
Component to provide authentication using native Alfresco authentication
|
RepositoryAuthenticationProvider |
A DaoAuthenticationProvider that makes use of a CompositePasswordEncoder to check the
password is correct.
|
ResetPasswordServiceImpl |
Reset password implementation based on workflow.
|
ResetPasswordServiceImpl.ResetPasswordDetails | |
ResetPasswordServiceImpl.ResetPasswordEmailDetails | |
ShaPasswordEncoderImpl |
SHA implementation of PasswordEncoder.
|
SimpleAcceptOrRejectAllAuthenticationComponentImpl |
This implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login.
|
TenantAwareUserNameGenerator |
Tenant Aware user name generator generates user names for each specific tenant.
|
TicketCleanupJob | |
UpgradePasswordHashWorker |
Upgrade Password Hash Worker
|
UpgradePasswordHashWorker.UpgradePasswordHashJob |
A scheduled job that checks and upgrades users passwords to the system's preferred encoding.
|
UpgradePasswordHashWorker.UpgradePasswordHashWorkResult |
Thread-safe helper class to carry the job progress information.
|
Enum | Description |
---|---|
AuthenticationComponent.UserNameValidationMode | |
NTLMMode |
Copyright © 2005–2017 Alfresco Software. All rights reserved.