Class ClaimValueImpl<T>

  • Type Parameters:
    T - the expected type of the claim
    All Implemented Interfaces:
    Principal, org.eclipse.microprofile.jwt.ClaimValue<T>

    public class ClaimValueImpl<T>
    extends Object
    implements org.eclipse.microprofile.jwt.ClaimValue<T>
    A default implementation of ClaimValue
    Author:
    Arjan Tijms
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.microprofile.jwt.ClaimValue<T>
        Specified by:
        getName in interface Principal
      • getValue

        public T getValue()
        Specified by:
        getValue in interface org.eclipse.microprofile.jwt.ClaimValue<T>