Uses of Class
com.avoka.fc.core.entity.SecurityManagerParameter
Package
Description
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of SecurityManagerParameter in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionSecurityManager.getSecurityManagerParameter
(String name) Return the security manager parameter with the given name -
Uses of SecurityManagerParameter in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SecurityManagerParameter>>
_SecurityManager.SECURITY_MANAGER_PARAMETERS
Provides the 'SECURITY_MANAGER_PARAMETERS' property.Modifier and TypeMethodDescription_SecurityManager.getSecurityManagerParameters()
Return the SecurityManagerParameters.Modifier and TypeMethodDescriptionvoid
_SecurityManager.addToSecurityManagerParameters
(SecurityManagerParameter obj) Add the SecurityManagerParameters object.void
_SecurityManager.removeFromSecurityManagerParameters
(SecurityManagerParameter obj) Remove the SecurityManagerParameters object.