Uses of Interface
com.avoka.fc.core.service.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
Modifier and TypeMethodDescriptionFormSubmissionAccessController.getAuthenticationService()
Return authentication service instance.IFormSubmissionAccessController.getAuthenticationService()
Return authentication service instance.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionFluentFormPrefillService.getAuthenticationService()
Return the authentication service for determining the authenticated user. -
Uses of IAuthenticationService in com.avoka.fc.core.service.form
Modifier and TypeMethodDescriptionGroovyFormPrefillService.getAuthenticationService()
Return the authentication service for determining the authenticated user. -
Uses of IAuthenticationService in com.avoka.fc.core.service.impl
Modifier and TypeClassDescriptionclass
Provides an authentication service implementation. -
Uses of IAuthenticationService in com.avoka.fc.core.servlet
Modifier and TypeMethodDescriptionprotected IAuthenticationService
RenderServlet.getAuthenticationService()
Return the Authentication Service