Uses of Class
io.jans.as.server.uma.authorization.UmaAuthorizationContext
-
Packages that use UmaAuthorizationContext Package Description io.jans.as.server.service.external io.jans.as.server.uma.authorization io.jans.as.server.uma.service -
-
Uses of UmaAuthorizationContext in io.jans.as.server.service.external
Methods in io.jans.as.server.service.external with parameters of type UmaAuthorizationContext Modifier and Type Method Description boolean
ExternalUmaRptPolicyService. authorize(io.jans.model.custom.script.conf.CustomScriptConfiguration script, UmaAuthorizationContext context)
String
ExternalUmaRptPolicyService. getClaimsGatheringScriptName(io.jans.model.custom.script.conf.CustomScriptConfiguration script, UmaAuthorizationContext context)
List<io.jans.model.uma.ClaimDefinition>
ExternalUmaRptPolicyService. getRequiredClaims(io.jans.model.custom.script.conf.CustomScriptConfiguration script, UmaAuthorizationContext context)
-
Uses of UmaAuthorizationContext in io.jans.as.server.uma.authorization
Methods in io.jans.as.server.uma.authorization that return UmaAuthorizationContext Modifier and Type Method Description UmaAuthorizationContext
UmaAuthorizationContextBuilder. build(io.jans.model.custom.script.conf.CustomScriptConfiguration script)
Methods in io.jans.as.server.uma.authorization with parameters of type UmaAuthorizationContext Modifier and Type Method Description boolean
IPolicyExternalAuthorization. authorize(UmaAuthorizationContext authorizationContext)
boolean
PolicyExternalAuthorizationEnum. authorize(UmaAuthorizationContext authorizationContext)
-
Uses of UmaAuthorizationContext in io.jans.as.server.uma.service
Methods in io.jans.as.server.uma.service that return types with arguments of type UmaAuthorizationContext Modifier and Type Method Description Map<UmaScriptByScope,UmaAuthorizationContext>
UmaNeedsInfoService. checkNeedsInfo(Claims claims, Map<Scope,Boolean> requestedScopes, List<io.jans.as.model.uma.persistence.UmaPermission> permissions, UmaPCT pct, jakarta.servlet.http.HttpServletRequest httpRequest, io.jans.as.common.model.registration.Client client)
Method parameters in io.jans.as.server.uma.service with type arguments of type UmaAuthorizationContext Modifier and Type Method Description void
UmaExpressionService. evaluate(Map<UmaScriptByScope,UmaAuthorizationContext> scriptMap, List<io.jans.as.model.uma.persistence.UmaPermission> permissions)
-