Uses of Class
com.avoka.fc.core.entity.AuthenticationProvider
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides classes related to security and authentication.
Provides the SmartForm Manager service classes.
-
Uses of AuthenticationProvider in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionAuthenticationProviderDao.getAuthenticationProviderBySequenceNumber
(SecurityManager securityManager, int sequenceNumber) Return the authentication provider for the security manager and sequence number.AuthenticationProviderDao.getAuthenticationProviderForPK
(Object id) Return the AuthenticationProvider for the given object id.Modifier and TypeMethodDescriptionAuthenticationProviderDao.getOrderedAuthenticationProvider
(SecurityManager securityManager) Return the authentication ordered set authentication providers for the given security manager. -
Uses of AuthenticationProvider in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionSecurityManager.getAuthProvider
(String name) Return the authentication parameter with the given name -
Uses of AuthenticationProvider in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<AuthenticationProvider>
_AuthProviderParameter.AUTHENTICATION_PROVIDER
Provides the 'AUTHENTICATION_PROVIDER' property.static final org.apache.cayenne.exp.Property<List<AuthenticationProvider>>
_SecurityManager.AUTHENTICATION_PROVIDERS
Provides the 'AUTHENTICATION_PROVIDERS' property.Modifier and TypeMethodDescription_AuthProviderParameter.getAuthenticationProvider()
Return the AuthenticationProvider.Modifier and TypeMethodDescription_SecurityManager.getAuthenticationProviders()
Return the AuthenticationProviders.Modifier and TypeMethodDescriptionvoid
_SecurityManager.addToAuthenticationProviders
(AuthenticationProvider obj) Add the AuthenticationProviders object.void
_SecurityManager.removeFromAuthenticationProviders
(AuthenticationProvider obj) Remove the AuthenticationProviders object.void
_AuthProviderParameter.setAuthenticationProvider
(AuthenticationProvider authenticationProvider) Set the AuthenticationProvider. -
Uses of AuthenticationProvider in com.avoka.fc.core.security
Modifier and TypeMethodDescriptionorg.springframework.security.authentication.AuthenticationProvider
ISecurityManagerService.createAuthenticationProvider
(AuthenticationProvider providerEntity) Create an Spring Security AuthenticationProvider instance using the associated Portal and AuthenticationProvider configuration entity.org.springframework.security.authentication.AuthenticationProvider
SecurityManagerService.createAuthenticationProvider
(AuthenticationProvider providerEntity) Create an Spring Security AuthenticationProvider instance using the associated Portal and AuthenticationProvider configuration entity.void
FluentUserAuthenticationProvider.setAuthenticationProvider
(AuthenticationProvider authenticationProvider) Set the Authentication Provider.void
GroovyUserDetailsAuthenticationProvider.setAuthenticationProvider
(AuthenticationProvider authenticationProvider) Set the Authentication Provider.void
IAuthenticationProviderAware.setAuthenticationProvider
(AuthenticationProvider authenticationProvider) Set the Authentication Provider. -
Uses of AuthenticationProvider in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionDatabaseConfigService.createAuthenticationProviderFromTemplate
(String newProviderName, String templateName) Create an AuthenticationProvider with the given name based on the provided template name.