Class ServiceAccountTokenRequestContext
java.lang.Object
org.keycloak.services.clientpolicy.context.ServiceAccountTokenRequestContext
- All Implemented Interfaces:
- ClientPolicyContext
- Author:
- Marek Posolda
- 
Constructor SummaryConstructorsConstructorDescriptionServiceAccountTokenRequestContext(jakarta.ws.rs.core.MultivaluedMap<String, String> params, AuthenticatedClientSessionModel clientSession) 
- 
Method SummaryModifier and TypeMethodDescriptiongetEvent()returnsClientPolicyEventof client policy related events.
- 
Constructor Details- 
ServiceAccountTokenRequestContextpublic ServiceAccountTokenRequestContext(jakarta.ws.rs.core.MultivaluedMap<String, String> params, AuthenticatedClientSessionModel clientSession) 
 
- 
- 
Method Details- 
getEventDescription copied from interface:ClientPolicyContextreturnsClientPolicyEventof client policy related events.- Specified by:
- getEventin interface- ClientPolicyContext
- Returns:
- ClientPolicyEvent
 
- 
getParams
- 
getClientSession
 
-