Uses of Interface
lumis.util.security.acl.IAclManager
-
-
Uses of IAclManager in lumis.portal.acl
Subinterfaces of IAclManager in lumis.portal.acl Modifier and Type Interface Description interface
IPortalAclManager
Classes in lumis.portal.acl that implement IAclManager Modifier and Type Class Description class
PortalAclManager
-
Uses of IAclManager in lumis.portal.channel.acl
Subinterfaces of IAclManager in lumis.portal.channel.acl Modifier and Type Interface Description interface
IChannelAclManager
Classes in lumis.portal.channel.acl that implement IAclManager Modifier and Type Class Description class
ChannelAclManager
Manager for Channel's Acl operations -
Uses of IAclManager in lumis.portal.channel.acl.serialization
Methods in lumis.portal.channel.acl.serialization that return IAclManager Modifier and Type Method Description protected IAclManager
ChannelAclSerializationManager. getAclManager()
-
Uses of IAclManager in lumis.portal.group.acl
Subinterfaces of IAclManager in lumis.portal.group.acl Modifier and Type Interface Description interface
IGroupAclManager
Classes in lumis.portal.group.acl that implement IAclManager Modifier and Type Class Description class
GroupAclManager
Manage Group ACLs. -
Uses of IAclManager in lumis.portal.group.acl.serialization
Methods in lumis.portal.group.acl.serialization that return IAclManager Modifier and Type Method Description protected IAclManager
GroupAclSerializationManager. getAclManager()
-
Uses of IAclManager in lumis.portal.page.acl
Subinterfaces of IAclManager in lumis.portal.page.acl Modifier and Type Interface Description interface
IPageAclManager
Classes in lumis.portal.page.acl that implement IAclManager Modifier and Type Class Description class
PageAclManager
Manager for Page's Acl operations -
Uses of IAclManager in lumis.portal.page.acl.serialization
Methods in lumis.portal.page.acl.serialization that return IAclManager Modifier and Type Method Description protected IAclManager
PageAclSerializationManager. getAclManager()
-
Uses of IAclManager in lumis.portal.page.template.acl
Subinterfaces of IAclManager in lumis.portal.page.template.acl Modifier and Type Interface Description interface
IPageTemplateAclManager
Classes in lumis.portal.page.template.acl that implement IAclManager Modifier and Type Class Description class
PageTemplateAclManager
-
Uses of IAclManager in lumis.portal.service.acl
Subinterfaces of IAclManager in lumis.portal.service.acl Modifier and Type Interface Description interface
IServiceAclManager
Classes in lumis.portal.service.acl that implement IAclManager Modifier and Type Class Description class
ServiceAclManager
-
Uses of IAclManager in lumis.portal.serviceinstance.acl
Subinterfaces of IAclManager in lumis.portal.serviceinstance.acl Modifier and Type Interface Description interface
IServiceInstanceAclManager
Public Interface to Service Instance ACL ManagementClasses in lumis.portal.serviceinstance.acl that implement IAclManager Modifier and Type Class Description class
ServiceInstanceAclManager
Implements the Service Instance ACL Management Interface -
Uses of IAclManager in lumis.portal.serviceinstance.acl.serialization
Methods in lumis.portal.serviceinstance.acl.serialization that return IAclManager Modifier and Type Method Description protected IAclManager
ServiceInstanceAclSerializationManager. getAclManager()
-
Uses of IAclManager in lumis.util.security.acl
Subinterfaces of IAclManager in lumis.util.security.acl Modifier and Type Interface Description interface
IGenericAclManager
Classes in lumis.util.security.acl that implement IAclManager Modifier and Type Class Description class
AclManager
Base AclManager implementation.class
GenericAclManager
-
Uses of IAclManager in lumis.util.security.acl.serialization
Methods in lumis.util.security.acl.serialization that return IAclManager Modifier and Type Method Description protected abstract IAclManager
AclSerializationManager. getAclManager()
-