|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.rules.RuleFinder
public class RuleFinder
Constructor Summary | |
---|---|
RuleFinder()
|
Method Summary | |
---|---|
static java.util.Set<RuleDefinition> |
findAttributeDefPrivilegeInheritRules(Stem stem)
find attribute def inherit rules by stem name |
static java.util.Set<RuleDefinition> |
findFolderPrivilegeInheritRules(Stem stem)
find folder inherit rules by stem name |
static java.util.Set<RuleDefinition> |
findGroupPrivilegeInheritRules(Stem stem)
find group inherit rules by stem name |
static java.util.Set<RuleDefinition> |
findPrivilegeInheritRules(boolean secure)
find subject inherit rules by stem name. |
static java.util.Set<RuleDefinition> |
findSubjectPrivilegeInheritRules(edu.internet2.middleware.subject.Subject subject,
boolean secure)
find subject inherit rules by stem name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleFinder()
Method Detail |
---|
public static java.util.Set<RuleDefinition> findGroupPrivilegeInheritRules(Stem stem)
stem
-
public static java.util.Set<RuleDefinition> findPrivilegeInheritRules(boolean secure)
secure
-
public static java.util.Set<RuleDefinition> findSubjectPrivilegeInheritRules(edu.internet2.middleware.subject.Subject subject, boolean secure)
subject
- secure
-
public static java.util.Set<RuleDefinition> findFolderPrivilegeInheritRules(Stem stem)
stem
-
public static java.util.Set<RuleDefinition> findAttributeDefPrivilegeInheritRules(Stem stem)
stem
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |