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 Client
getClient()
org.gluu.model.custom.script.conf.CustomScriptConfiguration
getScript()
boolean
isTranferPropertiesIntoJwtClaims()
void
setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
void
setTranferPropertiesIntoJwtClaims(boolean tranferPropertiesIntoJwtClaims)
java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-
-