Uses of Class
com.avoka.fc.core.entity.SecurityManager
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
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.
Provides web automated test services.
Provides Value Object persistent entity classes.
-
Uses of SecurityManager in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionSecurityManagerDao.getDefaultSecurityManager()
Return the default active Security Manager.SecurityManagerDao.getSecurityManagerForName
(String name) Gets the security manager for name.SecurityManagerDao.getSecurityManagerForPK
(Object id) Return the Security Manager instance for the given id.SecurityManagerDao.getSecurityManagerForPortal
(Portal portal) Return the Security Manager for the given portal, or the default Security Manager if non associated.Modifier and TypeMethodDescriptionSecurityManagerDao.getSecurityManagerList()
Return the list of Security Managers.SecurityManagerDao.getSecurityManagerList
(String keyword, boolean activeOnly) Return the list of Security Managers for the given keyword and active statusModifier and TypeMethodDescriptionSecurityManagerLogDao.createLog
(SecurityManager sm, Portal portal, jakarta.servlet.http.HttpServletRequest request, Integer responseStatus, String responseRedirect, ErrorLog errorLog, StringBuilder logMessage) Create a SecurityManagerLog object from the given parameters.AuthenticationProviderDao.getAuthenticationProviderBySequenceNumber
(SecurityManager securityManager, int sequenceNumber) Return the authentication provider for the security manager and sequence number.int
AuthenticationProviderDao.getMaxSequenceNumber
(SecurityManager securityManager) Return the maximum authentication sequence number for the given security manager.AuthenticationProviderDao.getOrderedAuthenticationProvider
(SecurityManager securityManager) Return the authentication ordered set authentication providers for the given security manager.int
AuthenticationProviderDao.getPreviousSequenceNumber
(SecurityManager securityManager, int currentSequenceNumber) Return the previous sequence number for the given security manager and current sequence number. -
Uses of SecurityManager in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<SecurityManager>
_AuthenticationProvider.SECURITY_MANAGER
Provides the 'SECURITY_MANAGER' property.static final org.apache.cayenne.exp.Property<SecurityManager>
_Portal.SECURITY_MANAGER
Provides the 'SECURITY_MANAGER' property.static final org.apache.cayenne.exp.Property<SecurityManager>
_SecurityManagerLog.SECURITY_MANAGER
Provides the 'SECURITY_MANAGER' property.static final org.apache.cayenne.exp.Property<SecurityManager>
_SecurityManagerParameter.SECURITY_MANAGER
Provides the 'SECURITY_MANAGER' property.static final org.apache.cayenne.exp.Property<List<SecurityManager>>
_ServiceDefinition.TWO_FACTOR_AUTHENTICATION_SECURITY_MANAGERS
Provides the 'TWO_FACTOR_AUTHENTICATION_SECURITY_MANAGERS' property.Modifier and TypeMethodDescription_AuthenticationProvider.getSecurityManager()
Return the SecurityManager._Portal.getSecurityManager()
Return the SecurityManager._SecurityManagerLog.getSecurityManager()
Return the SecurityManager._SecurityManagerParameter.getSecurityManager()
Return the SecurityManager.Modifier and TypeMethodDescription_ServiceDefinition.getTwoFactorAuthenticationSecurityManagers()
Return the TwoFactorAuthenticationSecurityManagers.Modifier and TypeMethodDescriptionvoid
_ServiceDefinition.addToTwoFactorAuthenticationSecurityManagers
(SecurityManager obj) Add the TwoFactorAuthenticationSecurityManagers object.void
_ServiceDefinition.removeFromTwoFactorAuthenticationSecurityManagers
(SecurityManager obj) Remove the TwoFactorAuthenticationSecurityManagers object.void
_AuthenticationProvider.setSecurityManager
(SecurityManager securityManager) Set the SecurityManager.void
_Portal.setSecurityManager
(SecurityManager securityManager) Set the SecurityManager.void
_SecurityManagerLog.setSecurityManager
(SecurityManager securityManager) Set the SecurityManager.void
_SecurityManagerParameter.setSecurityManager
(SecurityManager securityManager) Set the SecurityManager. -
Uses of SecurityManager in com.avoka.fc.core.security
Modifier and TypeMethodDescriptionprotected SecurityManager
SSOAuthenticationFilter.getSecurityManager
(Portal portal) Return the security manager for the portal.Modifier and TypeMethodDescriptionprotected boolean
SSOAuthenticationFilter.isRevalidationRequired
(jakarta.servlet.http.HttpServletRequest request, org.springframework.security.core.Authentication currentUserAuthentication, Portal portal, SecurityManager securityManager) Return the true if for the request requires revalidationvoid
SAML2AttributesParser.setFromSecurityManager
(SecurityManager securityManager) Set the configuration properties from the SecurityManager instead of setting individually.void
GroovyUserDetailsAuthenticationProvider.setSecurityManager
(SecurityManager securityManager) Deprecated.- this security manager is resolved from the current portalvoid
ISecurityManagerAware.setSecurityManager
(SecurityManager securityManager) Set the object security manager.ModifierConstructorDescriptionOAuth2Authenticator
(jakarta.servlet.http.HttpServletRequest request, SecurityManager securityManager) Create a OAuth2Authenticator from the given request, security manager.SecurityManagerService
(SecurityManager securityManager, Portal portal) Create a Security Manager Service with the given security manager configuration entity and portal.WSTrustSAMLAuthenticator
(org.springframework.security.authentication.UsernamePasswordAuthenticationToken credentialToken, SecurityManager securityManager) Create a WS-Trust SAML authenticator with the given authentication token and security manager. -
Uses of SecurityManager in com.avoka.fc.core.service
Modifier and TypeMethodDescriptionDatabaseConfigService.createSecurityManagerFromTemplate
(String newSecurityManagerName, String templateName) Creates the security manager from template. -
Uses of SecurityManager in com.avoka.fc.core.service.test
Modifier and TypeMethodDescriptionMockEntityService.createSecurityManager()
Create a default local Security Manager entity. -
Uses of SecurityManager in com.avoka.tm.vo
ModifierConstructorDescriptionSecurityMgr
(SecurityManager securityManager) Creates a new Security Mgr value object with the given Security Manager