Uses of Interface
com.avoka.fc.core.security.ISecurityManagerService
-
Packages that use ISecurityManagerService 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. -
-
Uses of ISecurityManagerService in com.avoka.fc.core.security
Classes in com.avoka.fc.core.security that implement ISecurityManagerService Modifier and Type Class Description class
SecurityManagerService
Provides a Security Manager service which is associated with a Security Manager configuration entity. -
Uses of ISecurityManagerService in com.avoka.fc.core.service
Methods in com.avoka.fc.core.service that return ISecurityManagerService Modifier and Type Method Description static ISecurityManagerService
ServiceFactory. getSecurityManagerService(Portal portal)
Return a SecurityManagerService instance for the given portal.
-