
edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.UsernameFindable Maven / Gradle / Ivy
The newest version!
package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage;
import edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction;
import edu.uiuc.ncsa.security.core.Store;
/**
* Certain cases in the OIDC spec (such as getting the id token back as a hint)
* requiring checking that the user so named has an active logon. That means that
* there must be a pending transaction.
* Created by Jeff Gaynor
* on 11/25/15 at 12:05 PM
*/
public interface UsernameFindable extends Store {
V getByUsername(String username);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy