Uses of Class
org.onehippo.repository.security.domain.DomainRuleExtension
-
Packages that use DomainRuleExtension Package Description org.hippoecm.repository.api -
-
Uses of DomainRuleExtension in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api with parameters of type DomainRuleExtension Modifier and Type Method Description Session
HippoSession. createSecurityDelegate(Session session, DomainRuleExtension... domainExtensions)
Create a new Session that contains the union of access control rules of this Session and the provided session, with the optional addition of custom domain rules.
-