Uses of Class
io.jans.as.server.uma.authorization.UmaPCT
-
Packages that use UmaPCT Package Description io.jans.as.server.uma.authorization io.jans.as.server.uma.service -
-
Uses of UmaPCT in io.jans.as.server.uma.authorization
Constructors in io.jans.as.server.uma.authorization with parameters of type UmaPCT Constructor Description Claims(io.jans.as.model.jwt.Jwt claimsToken, UmaPCT pct, String claimsTokenAsString)
-
Uses of UmaPCT in io.jans.as.server.uma.service
Methods in io.jans.as.server.uma.service that return UmaPCT Modifier and Type Method Description UmaPCT
UmaPctService. createPct(String clientId)
UmaPCT
UmaPctService. createPctAndPersist(String clientId)
UmaPCT
UmaPctService. getByCode(String pctCode)
UmaPCT
UmaPctService. updateClaims(UmaPCT pct, io.jans.as.model.jwt.Jwt idToken, String clientId, List<io.jans.as.model.uma.persistence.UmaPermission> permissions)
UmaPCT
UmaValidationService. validatePct(String pctCode)
Methods in io.jans.as.server.uma.service with parameters of type UmaPCT 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)
void
UmaPctService. merge(UmaPCT pct)
void
UmaPctService. persist(UmaPCT pct)
void
UmaPctService. remove(UmaPCT umaPCT)
UmaPCT
UmaPctService. updateClaims(UmaPCT pct, io.jans.as.model.jwt.Jwt idToken, String clientId, List<io.jans.as.model.uma.persistence.UmaPermission> permissions)
Method parameters in io.jans.as.server.uma.service with type arguments of type UmaPCT Modifier and Type Method Description void
UmaPctService. remove(List<UmaPCT> pctList)
-