Class AclRuleSetImpl
- java.lang.Object
-
- com.dtolabs.rundeck.core.authorization.AclRuleSetImpl
-
- All Implemented Interfaces:
AclRuleSet
public class AclRuleSetImpl extends java.lang.Object implements AclRuleSet
Created by greg on 7/17/15.
-
-
Constructor Summary
Constructors Constructor Description AclRuleSetImpl(java.util.Set<AclRule> rules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<AclRule>getRules()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.dtolabs.rundeck.core.authorization.AclRuleSet
source
-
-
-
-
Constructor Detail
-
AclRuleSetImpl
public AclRuleSetImpl(java.util.Set<AclRule> rules)
-
-
Method Detail
-
getRules
public java.util.Set<AclRule> getRules()
- Specified by:
getRulesin interfaceAclRuleSet
-
-