Class ExternalResourceOwnerPasswordCredentialsContext


  • public class ExternalResourceOwnerPasswordCredentialsContext
    extends ExternalScriptContext
    Author:
    Yuriy Zabrovarnyy
    • Constructor Detail

      • ExternalResourceOwnerPasswordCredentialsContext

        public ExternalResourceOwnerPasswordCredentialsContext​(javax.servlet.http.HttpServletRequest httpRequest,
                                                               javax.servlet.http.HttpServletResponse httpResponse,
                                                               AppConfiguration appConfiguration,
                                                               AttributeService attributeService,
                                                               UserService userService)
    • Method Detail

      • setUser

        public void setUser​(User user)
      • getUser

        public User getUser()
      • getScript

        public org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript()
      • setScript

        public void setScript​(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object