public class RuleFinder extends Object
| Constructor and Description |
|---|
RuleFinder() |
| Modifier and Type | Method and Description |
|---|---|
static Set<RuleDefinition> |
findAttributeDefPrivilegeInheritRules(Stem stem)
find attribute def inherit rules by stem name
|
static Set<RuleDefinition> |
findFolderPrivilegeInheritRules(Stem stem)
find folder inherit rules by stem name
|
static Set<RuleDefinition> |
findGroupPrivilegeInheritRules(Stem stem)
find group inherit rules by stem name
|
static Set<RuleDefinition> |
findPrivilegeInheritRules(boolean secure)
find subject inherit rules by stem name.
|
static Set<RuleDefinition> |
findSubjectPrivilegeInheritRules(Subject subject,
boolean secure)
find subject inherit rules by stem name.
|
public static Set<RuleDefinition> findGroupPrivilegeInheritRules(Stem stem)
stem - public static Set<RuleDefinition> findPrivilegeInheritRules(boolean secure)
secure - public static Set<RuleDefinition> findSubjectPrivilegeInheritRules(Subject subject, boolean secure)
subject - secure - public static Set<RuleDefinition> findFolderPrivilegeInheritRules(Stem stem)
stem - public static Set<RuleDefinition> findAttributeDefPrivilegeInheritRules(Stem stem)
stem - Copyright © 2016 Internet2. All rights reserved.