com.dtolabs.rundeck.core.authorization
Interface NamedAuthContext

All Superinterfaces:
AuthContext
All Known Implementing Classes:
SubjectAuthContext

public interface NamedAuthContext
extends AuthContext

An auth context which can provide a name

Since:
2014-10-07

Method Summary
 java.lang.String getUsername()
           
 
Methods inherited from interface com.dtolabs.rundeck.core.authorization.AuthContext
evaluate, evaluate
 

Method Detail

getUsername

java.lang.String getUsername()