Class ClientAssertionState
java.lang.Object
org.keycloak.authentication.authenticators.client.ClientAssertionState
-
Constructor Summary
ConstructorsConstructorDescriptionClientAssertionState
(ClientModel client, String clientAssertionType, String clientAssertion, JWSInput jws, JsonWebToken token) -
Method Summary
Modifier and TypeMethodDescriptiongetJws()
getToken()
void
setClient
(ClientModel client) supplier()
-
Constructor Details
-
ClientAssertionState
public ClientAssertionState(ClientModel client, String clientAssertionType, String clientAssertion, JWSInput jws, JsonWebToken token)
-
-
Method Details
-
setClient
-
getClientAssertionType
-
getClientAssertion
-
getJws
-
getToken
-
getClient
-
supplier
-