Interface UsernameFindable<V extends OA2ServiceTransaction>

  • All Superinterfaces:
    Map<edu.uiuc.ncsa.security.core.Identifier,​V>, edu.uiuc.ncsa.security.core.Store<V>
    All Known Subinterfaces:
    OA2TStoreInterface<V>
    All Known Implementing Classes:
    OA2FSTStore, OA2MTStore, OA2SQLTStore

    public interface UsernameFindable<V extends OA2ServiceTransaction>
    extends edu.uiuc.ncsa.security.core.Store<V>
    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

    • Method Detail

      • getByUsername

        List<V> getByUsername​(String username)