Interface TokenForge

  • All Known Implementing Classes:
    OA2TokenForge

    public interface TokenForge
    Interface for creating tokens. Issuers invoke this either either a map that includes the values (as key and value paires), from the servlet request or with a set of strings from which to make the tokens. No arguments in the latter case means a completely new, unused token is created.

    Created by Jeff Gaynor
    on 4/10/12 at 11:10 AM