Uses of Interface
org.alfresco.repo.security.authentication.AuthenticationComponent
-
-
Uses of AuthenticationComponent in org.alfresco.email.server
Methods in org.alfresco.email.server that return AuthenticationComponent Modifier and Type Method Description AuthenticationComponentEmailServer. getAuthenticationComponent()Methods in org.alfresco.email.server with parameters of type AuthenticationComponent Modifier and Type Method Description voidEmailServer. setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.filesys
Fields in org.alfresco.filesys declared as AuthenticationComponent Modifier and Type Field Description protected AuthenticationComponentAbstractServerConfigurationBean. m_authenticationComponentMethods in org.alfresco.filesys that return AuthenticationComponent Modifier and Type Method Description protected AuthenticationComponentAbstractServerConfigurationBean. getAuthenticationComponent()Return the authentication componentAuthenticationComponentAlfrescoConfigSection. getAuthenticationComponent()Return the authentication componentMethods in org.alfresco.filesys with parameters of type AuthenticationComponent Modifier and Type Method Description voidAbstractServerConfigurationBean. 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 AuthenticationComponent Modifier and Type Method Description protected AuthenticationComponentFTPAuthenticatorBase. getAuthenticationComponent()Return the authentication componenetMethods in org.alfresco.filesys.auth.ftp with parameters of type AuthenticationComponent Modifier and Type Method Description voidFTPAuthenticatorBase. setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.filesys.auth.nfs
Methods in org.alfresco.filesys.auth.nfs that return AuthenticationComponent Modifier and Type Method Description protected AuthenticationComponentAlfrescoRpcAuthenticator. getAuthenticationComponent()Methods in org.alfresco.filesys.auth.nfs with parameters of type AuthenticationComponent Modifier and Type Method Description voidAlfrescoRpcAuthenticator. setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.repo.module
Fields in org.alfresco.repo.module declared as AuthenticationComponent Modifier and Type Field Description protected AuthenticationComponentAbstractModuleComponent. authenticationComponentMethods in org.alfresco.repo.module with parameters of type AuthenticationComponent Modifier and Type Method Description voidAbstractModuleComponent. setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.repo.rule.ruletrigger
Fields in org.alfresco.repo.rule.ruletrigger declared as AuthenticationComponent Modifier and Type Field Description protected AuthenticationComponentRuleTriggerAbstractBase. authenticationComponentMethods in org.alfresco.repo.rule.ruletrigger with parameters of type AuthenticationComponent Modifier and Type Method Description voidRuleTriggerAbstractBase. setAuthenticationComponent(AuthenticationComponent authenticationComponent)Set the authenticationComponent -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication
Classes in org.alfresco.repo.security.authentication that implement AuthenticationComponent Modifier and Type Class Description classAbstractAuthenticationComponentThis class abstract the support required to set up and query the Acegi context for security enforcement.classAbstractChainingAuthenticationComponentA base class for chaining authentication components.classAuthenticationComponentImplclassSimpleAcceptOrRejectAllAuthenticationComponentImplThis implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login.Methods in org.alfresco.repo.security.authentication that return AuthenticationComponent Modifier and Type Method Description protected abstract AuthenticationComponentAbstractChainingAuthenticationComponent. getAuthenticationComponent(java.lang.String name)Get the authentication component with the specified nameMethods in org.alfresco.repo.security.authentication that return types with arguments of type AuthenticationComponent Modifier and Type Method Description protected abstract java.util.Collection<AuthenticationComponent>AbstractChainingAuthenticationComponent. getUsableAuthenticationComponents()Gets the authentication components across which methods will chain.Methods in org.alfresco.repo.security.authentication with parameters of type AuthenticationComponent Modifier and Type Method Description voidAuthenticationServiceImpl. setAuthenticationComponent(AuthenticationComponent authenticationComponent) -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication.identityservice
Classes in org.alfresco.repo.security.authentication.identityservice that implement AuthenticationComponent Modifier and Type Class Description classIdentityServiceAuthenticationComponentAuthenticates a user against Keycloak. -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication.jaas
Classes in org.alfresco.repo.security.authentication.jaas that implement AuthenticationComponent Modifier and Type Class Description classJAASAuthenticationComponentJAAS 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 AuthenticationComponent Modifier and Type Class Description classLDAPAuthenticationComponentImplAuthenticates a user by LDAP. -
Uses of AuthenticationComponent in org.alfresco.repo.security.authentication.subsystems
Classes in org.alfresco.repo.security.authentication.subsystems that implement AuthenticationComponent 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.Methods in org.alfresco.repo.security.authentication.subsystems that return AuthenticationComponent Modifier and Type Method Description protected AuthenticationComponentSubsystemChainingAuthenticationComponent. getAuthenticationComponent(java.lang.String instanceId)Methods in org.alfresco.repo.security.authentication.subsystems that return types with arguments of type AuthenticationComponent Modifier and Type Method Description protected java.util.Collection<AuthenticationComponent>SubsystemChainingAuthenticationComponent. getUsableAuthenticationComponents()
-