Uses of Interface
org.alfresco.repo.security.authentication.AuthenticationComponent
Packages that use AuthenticationComponent
Package
Description
The Alfresco file system interface implementation
-
Uses of AuthenticationComponent in org.alfresco.email.server
Methods in org.alfresco.email.server that return AuthenticationComponentMethods in org.alfresco.email.server with parameters of type AuthenticationComponentModifier and TypeMethodDescriptionvoidEmailServer.setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.filesys
Fields in org.alfresco.filesys declared as AuthenticationComponentModifier and TypeFieldDescriptionprotected AuthenticationComponentAbstractServerConfigurationBean.m_authenticationComponentMethods in org.alfresco.filesys that return AuthenticationComponentModifier and TypeMethodDescriptionprotected final AuthenticationComponentAbstractServerConfigurationBean.getAuthenticationComponent()Return the authentication componentfinal AuthenticationComponentAlfrescoConfigSection.getAuthenticationComponent()Return the authentication componentMethods in org.alfresco.filesys with parameters of type AuthenticationComponentModifier and TypeMethodDescriptionvoidAbstractServerConfigurationBean.setAuthenticationComponent(AuthenticationComponent component) Set the authentication component -
Uses of AuthenticationComponent in org.alfresco.filesys.auth.ftp
Methods in org.alfresco.filesys.auth.ftp that return AuthenticationComponentModifier and TypeMethodDescriptionprotected final AuthenticationComponentFTPAuthenticatorBase.getAuthenticationComponent()Return the authentication componenetMethods in org.alfresco.filesys.auth.ftp with parameters of type AuthenticationComponentModifier and TypeMethodDescriptionvoidFTPAuthenticatorBase.setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.filesys.auth.nfs
Methods in org.alfresco.filesys.auth.nfs that return AuthenticationComponentModifier and TypeMethodDescriptionprotected AuthenticationComponentAlfrescoRpcAuthenticator.getAuthenticationComponent()Methods in org.alfresco.filesys.auth.nfs with parameters of type AuthenticationComponentModifier and TypeMethodDescriptionvoidAlfrescoRpcAuthenticator.setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.repo.module
Fields in org.alfresco.repo.module declared as AuthenticationComponentModifier and TypeFieldDescriptionprotected AuthenticationComponentAbstractModuleComponent.authenticationComponentMethods in org.alfresco.repo.module with parameters of type AuthenticationComponentModifier and TypeMethodDescriptionvoidAbstractModuleComponent.setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.repo.rule.ruletrigger
Fields in org.alfresco.repo.rule.ruletrigger declared as AuthenticationComponentModifier and TypeFieldDescriptionprotected AuthenticationComponentRuleTriggerAbstractBase.authenticationComponentMethods in org.alfresco.repo.rule.ruletrigger with parameters of type AuthenticationComponentModifier and TypeMethodDescriptionvoidRuleTriggerAbstractBase.setAuthenticationComponent(AuthenticationComponent authenticationComponent) Set the authenticationComponent -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication
Classes in org.alfresco.repo.security.authentication that implement AuthenticationComponentModifier and TypeClassDescriptionclassThis class abstract the support required to set up and query the Acegi context for security enforcement.classA base class for chaining authentication components.classclassThis implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login.Methods in org.alfresco.repo.security.authentication that return AuthenticationComponentModifier and TypeMethodDescriptionprotected abstract AuthenticationComponentAbstractChainingAuthenticationComponent.getAuthenticationComponent(String name) Get the authentication component with the specified nameMethods in org.alfresco.repo.security.authentication that return types with arguments of type AuthenticationComponentModifier and TypeMethodDescriptionprotected abstract Collection<AuthenticationComponent>AbstractChainingAuthenticationComponent.getUsableAuthenticationComponents()Gets the authentication components across which methods will chain.Methods in org.alfresco.repo.security.authentication with parameters of type AuthenticationComponentModifier and TypeMethodDescriptionvoidAuthenticationServiceImpl.setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication.identityservice
Classes in org.alfresco.repo.security.authentication.identityservice that implement AuthenticationComponentModifier and TypeClassDescriptionclassAuthenticates a user against Identity Service (Keycloak/Authorization Server). -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication.jaas
Classes in org.alfresco.repo.security.authentication.jaas that implement AuthenticationComponentModifier and TypeClassDescriptionclassJAAS based authentication The user name and password are picked up from login. -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication.ldap
Classes in org.alfresco.repo.security.authentication.ldap that implement AuthenticationComponentModifier and TypeClassDescriptionclassAuthenticates a user by LDAP. -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication.subsystems
Classes in org.alfresco.repo.security.authentication.subsystems that implement AuthenticationComponentModifier and TypeClassDescriptionclassAn authentication component that chains across beans in multiple child application contexts corresponding to different 'subsystems' in a chain determined by aChildApplicationContextManager.Methods in org.alfresco.repo.security.authentication.subsystems that return AuthenticationComponentModifier and TypeMethodDescriptionprotected AuthenticationComponentSubsystemChainingAuthenticationComponent.getAuthenticationComponent(String instanceId) Methods in org.alfresco.repo.security.authentication.subsystems that return types with arguments of type AuthenticationComponentModifier and TypeMethodDescriptionprotected Collection<AuthenticationComponent>SubsystemChainingAuthenticationComponent.getUsableAuthenticationComponents()