Package org.keycloak.services.resources
Class LoginActionsServiceChecks.AuthenticationSessionUserIdMatchesOneFromToken
java.lang.Object
org.keycloak.services.resources.LoginActionsServiceChecks.AuthenticationSessionUserIdMatchesOneFromToken
- All Implemented Interfaces:
TokenVerifier.Predicate<JsonWebToken>
- Enclosing class:
- LoginActionsServiceChecks
public static class LoginActionsServiceChecks.AuthenticationSessionUserIdMatchesOneFromToken
extends Object
implements TokenVerifier.Predicate<JsonWebToken>
This check verifies that user ID (subject) from the token matches
the one from the authentication session.
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(JsonWebToken t) Performs a single check on the given token verifier.
-
Constructor Details
-
AuthenticationSessionUserIdMatchesOneFromToken
-
-
Method Details
-
test
Description copied from interface:TokenVerifier.Predicate
Performs a single check on the given token verifier.- Specified by:
test
in interfaceTokenVerifier.Predicate<JsonWebToken>
- Parameters:
t
- Token, guaranteed to be non-null.- Returns:
- Throws:
VerificationException
-