Interface NamedAuthContext
-
- All Superinterfaces:
AuthContext
- All Known Subinterfaces:
UserAndRolesAuthContext
public interface NamedAuthContext extends AuthContext
An auth context which can provide a name- Since:
- 2014-10-07
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetUsername()-
Methods inherited from interface com.dtolabs.rundeck.core.authorization.AuthContext
combineWith, evaluate, evaluate
-
-