Uses of Class
org.alfresco.repo.security.authentication.AbstractAuthenticationComponent
-
-
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication
Subclasses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication Modifier and Type Class Description classAbstractChainingAuthenticationComponentA base class for chaining authentication components.classAuthenticationComponentImplclassSimpleAcceptOrRejectAllAuthenticationComponentImplThis 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.identityservice Modifier and Type Class Description classIdentityServiceAuthenticationComponentAuthenticates a user against Keycloak. -
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.jaas
Subclasses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.jaas Modifier and Type Class Description classJAASAuthenticationComponentJAAS based authentication The user name and password are picked up from login. -
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.ldap
Subclasses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.ldap Modifier and Type Class Description classLDAPAuthenticationComponentImplAuthenticates a user by LDAP. -
Uses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.subsystems
Subclasses of AbstractAuthenticationComponent in org.alfresco.repo.security.authentication.subsystems Modifier and Type Class Description classSubsystemChainingAuthenticationComponentAn authentication component that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by aChildApplicationContextManager.
-