Uses of Interface
com.avoka.fc.core.service.IAuthenticationService
-
Packages that use IAuthenticationService Package Description com.avoka.fc.core.security Provides classes related to security and authentication.com.avoka.fc.core.service Provides the SmartForm Manager service classes.com.avoka.fc.core.service.fluent Provides the Fluent Groovy API services.com.avoka.fc.core.service.form Provides classes for form services.com.avoka.fc.core.service.impl Provides the SmartForm Manager service class implementation.com.avoka.fc.core.servlet 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 IAuthenticationService Modifier and Type Method Description IAuthenticationService
FormSubmissionAccessController. getAuthenticationService()
Return authentication service instance.IAuthenticationService
IFormSubmissionAccessController. getAuthenticationService()
Return authentication service instance.Methods in com.avoka.fc.core.security with parameters of type IAuthenticationService Modifier and Type Method Description void
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 IAuthenticationService Modifier and Type Method Description IAuthenticationService
FormDataService. getAuthenticationService()
Return the authentication service (Spring-injected)IAuthenticationService
FormPrefillService. getAuthenticationService()
Return the authentication service for determining the authenticated user.IAuthenticationService
RequestLogService. getAuthenticationService()
Return the authentication service (Spring-injected)static IAuthenticationService
ServiceFactory. getAuthenticationService()
Gets the authentication service.IAuthenticationService
SubmissionService. getAuthenticationService()
Return authentication service instance.Methods in com.avoka.fc.core.service with parameters of type IAuthenticationService Modifier and Type Method Description void
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 IAuthenticationService Modifier and Type Method Description IAuthenticationService
FluentFormPrefillService. 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 IAuthenticationService Modifier and Type Method Description IAuthenticationService
GroovyFormPrefillService. 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 IAuthenticationService Modifier and Type Class Description class
AuthenticationServiceImpl
Provides an authentication service implementation. -
Uses of IAuthenticationService in com.avoka.fc.core.servlet
Methods in com.avoka.fc.core.servlet that return IAuthenticationService Modifier and Type Method Description protected IAuthenticationService
RenderServlet. getAuthenticationService()
Return the Authentication Service
-