Uses of Class
com.avoka.fc.core.entity.AuthenticationProvider
Packages that use 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
Methods in com.avoka.fc.core.dao that return AuthenticationProviderModifier 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.Methods in com.avoka.fc.core.dao that return types with arguments of type AuthenticationProviderModifier 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
Methods in com.avoka.fc.core.entity that return AuthenticationProviderModifier and TypeMethodDescriptionSecurityManager.getAuthProvider
(String name) Return the authentication parameter with the given name -
Uses of AuthenticationProvider in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type AuthenticationProviderModifier 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.Methods in com.avoka.fc.core.entity.auto that return AuthenticationProviderModifier and TypeMethodDescription_AuthProviderParameter.getAuthenticationProvider()
Return the AuthenticationProvider.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type AuthenticationProviderModifier and TypeMethodDescription_SecurityManager.getAuthenticationProviders()
Return the AuthenticationProviders.Methods in com.avoka.fc.core.entity.auto with parameters of type AuthenticationProviderModifier 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
Methods in com.avoka.fc.core.security with parameters of type AuthenticationProviderModifier 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
Methods in com.avoka.fc.core.service that return AuthenticationProviderModifier and TypeMethodDescriptionDatabaseConfigService.createAuthenticationProviderFromTemplate
(String newProviderName, String templateName) Create an AuthenticationProvider with the given name based on the provided template name.