Class JwtContext

  • All Implemented Interfaces:
    Context

    public class JwtContext
    extends Object
    implements Context
    JWT Authentication context.
    • Method Detail

      • validate

        public void validate()
        Description copied from interface: Context
        Validates this context is minimally populated and able to function.
        Specified by:
        validate in interface Context
      • getTechnicalAccountId

        public String getTechnicalAccountId()
      • getMetascopes

        public Set<String> getMetascopes()
      • getClientSecret

        public String getClientSecret()
      • isClientSecretDefined

        public boolean isClientSecretDefined()
      • getPrivateKey

        public PrivateKey getPrivateKey()
      • isPrivateKeyDefined

        public boolean isPrivateKeyDefined()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object