Class Params


  • public class Params
    extends java.lang.Object
    Class for providing the names of parameters.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTHUSER
      The parameter name for the authuser.
      static java.lang.String CLIENT_ID
      The parameter name for the client_id.
      static java.lang.String CLIENT_SECRET
      The parameter name for the client_secret.
      static java.lang.String CODE
      The parameter name for the code.
      static java.lang.String GRANT_TYPE
      The parameter name for the grant_type.
      static java.lang.String PROMPT
      The parameter name for the prompt.
      static java.lang.String REDIRECT_URI
      The parameter name for the redirect_uri.
      static java.lang.String SCOPE
      The parameter name for the scope.
      static java.lang.String STATE
      The parameter name for the state.
    • Constructor Summary

      Constructors 
      Constructor Description
      Params()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • STATE

        public static final java.lang.String STATE
        The parameter name for the state.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        The parameter name for the code.
        See Also:
        Constant Field Values
      • SCOPE

        public static final java.lang.String SCOPE
        The parameter name for the scope.
        See Also:
        Constant Field Values
      • AUTHUSER

        public static final java.lang.String AUTHUSER
        The parameter name for the authuser.
        See Also:
        Constant Field Values
      • PROMPT

        public static final java.lang.String PROMPT
        The parameter name for the prompt.
        See Also:
        Constant Field Values
      • CLIENT_ID

        public static final java.lang.String CLIENT_ID
        The parameter name for the client_id.
        See Also:
        Constant Field Values
      • CLIENT_SECRET

        public static final java.lang.String CLIENT_SECRET
        The parameter name for the client_secret.
        See Also:
        Constant Field Values
      • REDIRECT_URI

        public static final java.lang.String REDIRECT_URI
        The parameter name for the redirect_uri.
        See Also:
        Constant Field Values
      • GRANT_TYPE

        public static final java.lang.String GRANT_TYPE
        The parameter name for the grant_type.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Params

        public Params()