Uses of Class
org.onehippo.repository.security.domain.FacetRule
-
Packages that use FacetRule Package Description org.onehippo.repository.security.domain -
-
Uses of FacetRule in org.onehippo.repository.security.domain
Fields in org.onehippo.repository.security.domain declared as FacetRule Modifier and Type Field Description static FacetRule
DomainRuleExtension. HIPPO_AVAILABILITY_PREVIEW_RULE
Methods in org.onehippo.repository.security.domain that return types with arguments of type FacetRule Modifier and Type Method Description Collection<FacetRule>
DomainRuleExtension. getFacetRules()
Constructor parameters in org.onehippo.repository.security.domain with type arguments of type FacetRule Constructor Description DomainRuleExtension(String domainName, String domainRuleName, Collection<FacetRule> facetRules)
-