Uses of Interface
com.avoka.fc.core.service.IAuthenticationService
Packages that use IAuthenticationService
Package
Description
Provides classes related to security and authentication.
Provides the SmartForm Manager service classes.
Provides the Fluent Groovy API services.
Provides classes for form services.
Provides the SmartForm Manager service class implementation.
Provides execution thread request context utility class.
-
Uses of IAuthenticationService in com.avoka.fc.core.security
Methods in com.avoka.fc.core.security that return IAuthenticationServiceModifier and TypeMethodDescriptionFormSubmissionAccessController.getAuthenticationService()
Return authentication service instance.IFormSubmissionAccessController.getAuthenticationService()
Return authentication service instance.Methods in com.avoka.fc.core.security with parameters of type IAuthenticationServiceModifier and TypeMethodDescriptionvoid
FormSubmissionAccessController.setAuthenticationService
(IAuthenticationService authenticationService) Set the authentication service.void
IFormSubmissionAccessController.setAuthenticationService
(IAuthenticationService authenticationService) Set the authentication service. -
Uses of IAuthenticationService in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return IAuthenticationServiceModifier and TypeMethodDescriptionFormDataService.getAuthenticationService()
Return the authentication service (Spring-injected)FormPrefillService.getAuthenticationService()
Return the authentication service for determining the authenticated user.RequestLogService.getAuthenticationService()
Return the authentication service (Spring-injected)static IAuthenticationService
ServiceFactory.getAuthenticationService()
Gets the authentication service.SubmissionService.getAuthenticationService()
Return authentication service instance.Methods in com.avoka.fc.core.service with parameters of type IAuthenticationServiceModifier and TypeMethodDescriptionvoid
FormDataService.setAuthenticationService
(IAuthenticationService authenticationService) Set the authentication servicevoid
RequestLogService.setAuthenticationService
(IAuthenticationService authenticationService) Set the authentication servicevoid
SubmissionService.setAuthenticationService
(IAuthenticationService authenticationService) Set the authentication service. -
Uses of IAuthenticationService in com.avoka.fc.core.service.fluent
Methods in com.avoka.fc.core.service.fluent that return IAuthenticationServiceModifier and TypeMethodDescriptionFluentFormPrefillService.getAuthenticationService()
Return the authentication service for determining the authenticated user. -
Uses of IAuthenticationService in com.avoka.fc.core.service.form
Methods in com.avoka.fc.core.service.form that return IAuthenticationServiceModifier and TypeMethodDescriptionGroovyFormPrefillService.getAuthenticationService()
Return the authentication service for determining the authenticated user. -
Uses of IAuthenticationService in com.avoka.fc.core.service.impl
Classes in com.avoka.fc.core.service.impl that implement IAuthenticationServiceModifier and TypeClassDescriptionclass
Provides an authentication service implementation. -
Uses of IAuthenticationService in com.avoka.fc.core.servlet
Methods in com.avoka.fc.core.servlet that return IAuthenticationServiceModifier and TypeMethodDescriptionprotected IAuthenticationService
RenderServlet.getAuthenticationService()
Return the Authentication Service