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 void
ApplicationAuditLogger. 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 String
DpopService. 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 OAuth2AuditLog
AuthzRequest. getAuditLog()
Methods in io.jans.as.server.authorize.ws.rs with parameters of type OAuth2AuditLog Modifier and Type Method Description void
AuthzRequest. 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 OAuth2AuditLog
ExecutionContext. getAuditLog()
Methods in io.jans.as.server.model.common with parameters of type OAuth2AuditLog Modifier and Type Method Description void
ExecutionContext. 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 void
TokenRestWebServiceValidator. validateActorToken(String actorToken, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateActorTokenType(String actorTokenType, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateAudience(String audience, OAuth2AuditLog auditLog)
@NotNull io.jans.as.common.model.registration.Client
TokenRestWebServiceValidator. validateClient(io.jans.as.common.model.registration.Client client, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateDeviceAuthorization(io.jans.as.common.model.registration.Client client, String deviceCode, DeviceAuthorizationCacheControl cacheData, OAuth2AuditLog oAuth2AuditLog)
void
TokenRestWebServiceValidator. validateGrant(AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, Object identifier, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateGrant(AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, Object identifier, OAuth2AuditLog auditLog, Consumer<AuthorizationGrant> onFailure)
void
TokenRestWebServiceValidator. validateGrantType(io.jans.as.model.common.GrantType requestedGrantType, io.jans.as.common.model.registration.Client client, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateParams(String grantType, String code, String redirectUri, String refreshToken, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validatePKCE(AuthorizationCodeGrant grant, String codeVerifier, OAuth2AuditLog oAuth2AuditLog)
void
TokenRestWebServiceValidator. validateRefreshToken(RefreshToken refreshTokenObject, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateSessionForTokenExchange(io.jans.as.common.model.session.SessionId session, String actorToken, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateSubjectToken(String deviceSecret, String subjectToken, io.jans.as.common.model.session.SessionId sidSession, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateSubjectTokenType(String subjectTokenType, OAuth2AuditLog auditLog)
void
TokenRestWebServiceValidator. validateUser(io.jans.as.common.model.common.User user, OAuth2AuditLog auditLog)
-