Class ExternalResourceOwnerPasswordCredentialsContext
- java.lang.Object
-
- org.gluu.service.external.context.ExternalScriptContext
-
- org.gluu.oxauth.service.external.context.ExternalScriptContext
-
- org.gluu.oxauth.service.external.context.ExternalResourceOwnerPasswordCredentialsContext
-
public class ExternalResourceOwnerPasswordCredentialsContext extends ExternalScriptContext
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description ExternalResourceOwnerPasswordCredentialsContext(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, AppConfiguration appConfiguration, AttributeService attributeService, UserService userService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppConfiguration
getAppConfiguration()
AttributeService
getAttributeService()
org.gluu.model.custom.script.conf.CustomScriptConfiguration
getScript()
User
getUser()
UserService
getUserService()
void
setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
void
setUser(User user)
java.lang.String
toString()
-
Methods inherited from class org.gluu.oxauth.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getEntryAttributeValue, getEntryByDn, getExecutionContext, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
-
-
-
-
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)
-
getAppConfiguration
public AppConfiguration getAppConfiguration()
-
getAttributeService
public AttributeService getAttributeService()
-
getUserService
public UserService getUserService()
-
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 classjava.lang.Object
-
-