com.dtolabs.rundeck.core.authentication
Interface UserInfoListener


public interface UserInfoListener

UserInfoListener allows an object to listen for changes to the logged in username.


Method Summary
 void userLoggedIn(java.lang.String username)
          New username information was stored if not null.
 

Method Detail

userLoggedIn

void userLoggedIn(java.lang.String username)
New username information was stored if not null. if null, then username information was removed (logout)

Parameters:
username -