Uses of Class
org.mockserver.authentication.AuthenticationResult
Packages that use AuthenticationResult
-
Uses of AuthenticationResult in org.mockserver.authentication
Methods in org.mockserver.authentication that return AuthenticationResultModifier and TypeMethodDescriptiondefault AuthenticationResultAuthenticationHandler.authenticate(HttpRequest request) Richer authentication that additionally surfaces the VERIFIED principal, the source of verification, and a redaction-safe subset of claims/scopes for audit.ChainedAuthenticationHandler.authenticate(HttpRequest request) Runs every delegate'sAuthenticationHandler.authenticate(org.mockserver.model.HttpRequest)(preserving the AND semantics: any unauthenticated delegate fails the whole chain).static AuthenticationResultAuthenticationResult.authenticated(String principal, String principalSource, Map<String, Object> claims, Set<String> scopes) An authenticated result.static AuthenticationResultAuthenticationResult.unauthenticated() -
Uses of AuthenticationResult in org.mockserver.authentication.oidc
Methods in org.mockserver.authentication.oidc that return AuthenticationResult