Class ExternalUmaRptClaimsContext
- java.lang.Object
 - 
- org.gluu.service.external.context.ExternalScriptContext
 - 
- org.gluu.oxauth.service.external.context.ExternalScriptContext
 - 
- org.gluu.oxauth.service.external.context.ExternalUmaRptClaimsContext
 
 
 
 
- 
public class ExternalUmaRptClaimsContext extends ExternalScriptContext
- Author:
 - Yuriy Zabrovarnyy
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExternalUmaRptClaimsContext(ExecutionContext executionContext)ExternalUmaRptClaimsContext(Client client, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientgetClient()org.gluu.model.custom.script.conf.CustomScriptConfigurationgetScript()booleanisTranferPropertiesIntoJwtClaims()voidsetScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)voidsetTranferPropertiesIntoJwtClaims(boolean tranferPropertiesIntoJwtClaims)java.lang.StringtoString()- 
Methods inherited from class org.gluu.oxauth.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getEntryAttributeValue, getEntryByDn, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ExternalUmaRptClaimsContext
public ExternalUmaRptClaimsContext(Client client, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
 
- 
ExternalUmaRptClaimsContext
public ExternalUmaRptClaimsContext(ExecutionContext executionContext)
 
 - 
 
- 
Method Detail
- 
getClient
public Client getClient()
 
- 
getScript
public org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript()
 
- 
setScript
public void setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
 
- 
isTranferPropertiesIntoJwtClaims
public boolean isTranferPropertiesIntoJwtClaims()
 
- 
setTranferPropertiesIntoJwtClaims
public void setTranferPropertiesIntoJwtClaims(boolean tranferPropertiesIntoJwtClaims)
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -