Package org.rundeck.core.auth.access
Class AuthActionsUtil.AnyAuth
- java.lang.Object
-
- org.rundeck.core.auth.access.AuthActionsUtil.AnyAuth
-
- All Implemented Interfaces:
AuthActions
- Enclosing class:
- AuthActionsUtil
public static class AuthActionsUtil.AnyAuth extends java.lang.Object implements AuthActions
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.rundeck.core.auth.access.AuthActions
getActions, or, or, withDescription
-
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceAuthActions- Returns:
- Description of access
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-