Class CommonContentTypes


  • public final class CommonContentTypes
    extends Object
    Common content types used in the OAuth 2.0 protocol and implementing applications. The character set all of content types is set to UTF-8.
    • Field Detail

      • APPLICATION_JSON

        public static final javax.mail.internet.ContentType APPLICATION_JSON
        Content type application/json.
      • APPLICATION_JOSE

        public static final javax.mail.internet.ContentType APPLICATION_JOSE
        Content type application/jose.
      • APPLICATION_JWT

        public static final javax.mail.internet.ContentType APPLICATION_JWT
        Content type application/jwt.
      • APPLICATION_URLENCODED

        public static final javax.mail.internet.ContentType APPLICATION_URLENCODED
        Content type application/x-www-form-urlencoded.