Uses of Class
org.alfresco.repo.security.authentication.AbstractAuthenticationComponent
Packages that use AbstractAuthenticationComponent
Package
Description
-
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication
Subclasses of AbstractAuthenticationComponent in org.alfresco.repo.security.authenticationModifier and TypeClassDescriptionclassA base class for chaining authentication components.classclassThis implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login. -
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.identityservice
Subclasses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.identityserviceModifier and TypeClassDescriptionclassAuthenticates a user against Identity Service (Keycloak/Authorization Server). -
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.jaas
Modifier and TypeClassDescriptionclassJAAS based authentication The user name and password are picked up from login. -
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.ldap
Modifier and TypeClassDescriptionclassAuthenticates a user by LDAP. -
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.subsystems
Subclasses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.subsystemsModifier and TypeClassDescriptionclassAn authentication component that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by aChildApplicationContextManager.