Uses of Class
io.jans.as.server.model.audit.OAuth2AuditLog
-
Packages that use OAuth2AuditLog Package Description io.jans.as.server.audit io.jans.as.server.auth io.jans.as.server.authorize.ws.rs io.jans.as.server.model.common io.jans.as.server.token.ws.rs -
-
Uses of OAuth2AuditLog in io.jans.as.server.audit
Methods in io.jans.as.server.audit with parameters of type OAuth2AuditLog Modifier and Type Method Description voidApplicationAuditLogger. sendMessage(OAuth2AuditLog oAuth2AuditLog) -
Uses of OAuth2AuditLog in io.jans.as.server.auth
Methods in io.jans.as.server.auth with parameters of type OAuth2AuditLog Modifier and Type Method Description StringDpopService. getDPoPJwkThumbprint(jakarta.servlet.http.HttpServletRequest httpRequest, io.jans.as.common.model.registration.Client client, OAuth2AuditLog oAuth2AuditLog) -
Uses of OAuth2AuditLog in io.jans.as.server.authorize.ws.rs
Methods in io.jans.as.server.authorize.ws.rs that return OAuth2AuditLog Modifier and Type Method Description OAuth2AuditLogAuthzRequest. getAuditLog()Methods in io.jans.as.server.authorize.ws.rs with parameters of type OAuth2AuditLog Modifier and Type Method Description voidAuthzRequest. setAuditLog(OAuth2AuditLog auditLog) -
Uses of OAuth2AuditLog in io.jans.as.server.model.common
Methods in io.jans.as.server.model.common that return OAuth2AuditLog Modifier and Type Method Description OAuth2AuditLogExecutionContext. getAuditLog()Methods in io.jans.as.server.model.common with parameters of type OAuth2AuditLog Modifier and Type Method Description voidExecutionContext. setAuditLog(OAuth2AuditLog auditLog) -
Uses of OAuth2AuditLog in io.jans.as.server.token.ws.rs
Methods in io.jans.as.server.token.ws.rs with parameters of type OAuth2AuditLog Modifier and Type Method Description voidTokenRestWebServiceValidator. validateActorToken(String actorToken, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateActorTokenType(String actorTokenType, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateAudience(String audience, OAuth2AuditLog auditLog)@NotNull io.jans.as.common.model.registration.ClientTokenRestWebServiceValidator. validateClient(io.jans.as.common.model.registration.Client client, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateDeviceAuthorization(io.jans.as.common.model.registration.Client client, String deviceCode, DeviceAuthorizationCacheControl cacheData, OAuth2AuditLog oAuth2AuditLog)voidTokenRestWebServiceValidator. validateGrant(AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, Object identifier, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateGrant(AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, Object identifier, OAuth2AuditLog auditLog, Consumer<AuthorizationGrant> onFailure)voidTokenRestWebServiceValidator. validateGrantType(io.jans.as.model.common.GrantType requestedGrantType, io.jans.as.common.model.registration.Client client, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateParams(String grantType, String code, String redirectUri, String refreshToken, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validatePKCE(AuthorizationCodeGrant grant, String codeVerifier, OAuth2AuditLog oAuth2AuditLog)voidTokenRestWebServiceValidator. validateRefreshToken(RefreshToken refreshTokenObject, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateSessionForTokenExchange(io.jans.as.common.model.session.SessionId session, String actorToken, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateSubjectToken(String deviceSecret, String subjectToken, io.jans.as.common.model.session.SessionId sidSession, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateSubjectTokenType(String subjectTokenType, OAuth2AuditLog auditLog)voidTokenRestWebServiceValidator. validateUser(io.jans.as.common.model.common.User user, OAuth2AuditLog auditLog)
-