Uses of Interface
org.alfresco.repo.security.authentication.AuthenticationContext
-
Packages that use AuthenticationContext Package Description org.alfresco.filesys.repo The Alfesco filesystem to repository translation layerorg.alfresco.repo.action org.alfresco.repo.activities.feed org.alfresco.repo.admin.patch org.alfresco.repo.favourites org.alfresco.repo.importer org.alfresco.repo.importer.system org.alfresco.repo.preference org.alfresco.repo.security.authentication org.alfresco.repo.security.authentication.identityservice org.alfresco.repo.security.authentication.jaas org.alfresco.repo.security.authentication.ldap org.alfresco.repo.security.authentication.subsystems org.alfresco.repo.site Provides the implementation of the site service which is used to provide services used by the sites of the Share interface.org.alfresco.repo.tenant org.alfresco.repo.usage org.alfresco.repo.workflow -
-
Uses of AuthenticationContext in org.alfresco.filesys.repo
Methods in org.alfresco.filesys.repo that return AuthenticationContext Modifier and Type Method Description AuthenticationContextContentDiskDriver. getAuthenticationContext()Return the authentication contextAuthenticationContextContentDiskDriver2. getAuthenticationContext()Return the authentication contextMethods in org.alfresco.filesys.repo with parameters of type AuthenticationContext Modifier and Type Method Description voidContentDiskDriver. setAuthenticationContext(AuthenticationContext authContext)Set the authentication contextvoidContentDiskDriver2. setAuthenticationContext(AuthenticationContext authContext)Set the authentication context -
Uses of AuthenticationContext in org.alfresco.repo.action
Methods in org.alfresco.repo.action with parameters of type AuthenticationContext Modifier and Type Method Description voidActionServiceImpl. setAuthenticationContext(AuthenticationContext authenticationContext)Set the authentication componentvoidAsynchronousActionExecutionQueueImpl. setAuthenticationContext(AuthenticationContext authenticationContext)Deprecated.Not used since 3.4 -
Uses of AuthenticationContext in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed with parameters of type AuthenticationContext Modifier and Type Method Description voidEmailUserNotifier. setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.alfresco.repo.admin.patch
Fields in org.alfresco.repo.admin.patch declared as AuthenticationContext Modifier and Type Field Description protected AuthenticationContextAbstractPatch. authenticationContextMethods in org.alfresco.repo.admin.patch with parameters of type AuthenticationContext Modifier and Type Method Description voidAbstractPatch. setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.alfresco.repo.favourites
Methods in org.alfresco.repo.favourites with parameters of type AuthenticationContext Modifier and Type Method Description voidFavouritesServiceImpl. setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.alfresco.repo.importer
Methods in org.alfresco.repo.importer with parameters of type AuthenticationContext Modifier and Type Method Description voidFileSourceImporter. setAuthenticationContext(AuthenticationContext authenticationContext)voidImporterBootstrap. setAuthenticationContext(AuthenticationContext authenticationContext)Set the authentication component -
Uses of AuthenticationContext in org.alfresco.repo.importer.system
Methods in org.alfresco.repo.importer.system with parameters of type AuthenticationContext Modifier and Type Method Description voidSystemInfoBootstrap. setAuthenticationContext(AuthenticationContext authenticationContext)Set the authentication component -
Uses of AuthenticationContext in org.alfresco.repo.preference
Methods in org.alfresco.repo.preference with parameters of type AuthenticationContext Modifier and Type Method Description voidPreferenceServiceImpl. setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.alfresco.repo.security.authentication
Subinterfaces of AuthenticationContext in org.alfresco.repo.security.authentication Modifier and Type Interface Description interfaceAuthenticationComponentClasses in org.alfresco.repo.security.authentication that implement AuthenticationContext 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.classAuthenticationComponentImplclassAuthenticationContextImplclassSimpleAcceptOrRejectAllAuthenticationComponentImplThis implementation of an AuthenticationComponent can be configured to accept or reject all attempts to login.Methods in org.alfresco.repo.security.authentication with parameters of type AuthenticationContext Modifier and Type Method Description voidAbstractAuthenticationComponent. setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.alfresco.repo.security.authentication.identityservice
Classes in org.alfresco.repo.security.authentication.identityservice that implement AuthenticationContext Modifier and Type Class Description classIdentityServiceAuthenticationComponentAuthenticates a user against Keycloak. -
Uses of AuthenticationContext in org.alfresco.repo.security.authentication.jaas
Classes in org.alfresco.repo.security.authentication.jaas that implement AuthenticationContext Modifier and Type Class Description classJAASAuthenticationComponentJAAS based authentication The user name and password are picked up from login. -
Uses of AuthenticationContext in org.alfresco.repo.security.authentication.ldap
Classes in org.alfresco.repo.security.authentication.ldap that implement AuthenticationContext Modifier and Type Class Description classLDAPAuthenticationComponentImplAuthenticates a user by LDAP. -
Uses of AuthenticationContext in org.alfresco.repo.security.authentication.subsystems
Classes in org.alfresco.repo.security.authentication.subsystems that implement AuthenticationContext 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. -
Uses of AuthenticationContext in org.alfresco.repo.site
Methods in org.alfresco.repo.site with parameters of type AuthenticationContext Modifier and Type Method Description voidSiteServiceImpl. setAuthenticationContext(AuthenticationContext authenticationContext)Set authentication component -
Uses of AuthenticationContext in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant with parameters of type AuthenticationContext Modifier and Type Method Description voidMultiTAdminServiceImpl. setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.alfresco.repo.usage
Methods in org.alfresco.repo.usage with parameters of type AuthenticationContext Modifier and Type Method Description voidContentUsageImpl. setAuthenticationContext(AuthenticationContext authenticationContext) -
Uses of AuthenticationContext in org.alfresco.repo.workflow
Methods in org.alfresco.repo.workflow with parameters of type AuthenticationContext Modifier and Type Method Description voidWorkflowDeployer. setAuthenticationContext(AuthenticationContext authenticationContext)Set the authentication component
-