Class HTTPHeaderClaimsSource

  • All Implemented Interfaces:
    ClaimSource, Serializable

    public class HTTPHeaderClaimsSource
    extends BasicClaimsSourceImpl
    This is for the specific case that claims are passed through the headers. Each starts with the caput and every claim with this caput is processed and added. E.g.
         OIDC_CLAIM_sub
     
    sets the "sub" claim.

    Created by Jeff Gaynor
    on 3/15/17 at 2:41 PM

    See Also:
    Serialized Form