Class ImpersonationRequestToken

    • Constructor Detail

      • ImpersonationRequestToken

        public ImpersonationRequestToken​(String client_id,
                                         String impersonated_sub,
                                         String impersonated_client_id,
                                         String redirect_uri,
                                         String csr_user_id)
    • Method Detail

      • getImpersonated_sub

        public String getImpersonated_sub()
        The subject to be impersonated. Usually the same as User.getUsername().
      • getRedirect_uri

        public String getRedirect_uri()
        Upon consuming the token, the URL to redirect the user to.
      • getCsr_user_id

        public String getCsr_user_id()
        The user ID of the CSR that is impersonating a user.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object