public interface ClientUpdateContext extends ClientPolicyContext
| Modifier and Type | Method and Description |
|---|---|
ClientModel |
getAuthenticatedClient()
returns
UserModel of the authenticated client. |
UserModel |
getAuthenticatedUser()
returns
UserModel of the authenticated user. |
default ClientModel |
getClientToBeUpdated()
returns
ClientModel of the current client to be updated. |
ClientRepresentation |
getProposedClientRepresentation()
returns
ClientRepresentation for creating or updating the current client. |
JsonWebToken |
getToken()
returns
JsonWebToken of the token accompanied with registration/update client |
getEventClientRepresentation getProposedClientRepresentation()
ClientRepresentation for creating or updating the current client.ClientRepresentationdefault ClientModel getClientToBeUpdated()
ClientModel of the current client to be updated.ClientModelUserModel getAuthenticatedUser()
UserModel of the authenticated user.UserModelClientModel getAuthenticatedClient()
UserModel of the authenticated client.UserModelJsonWebToken getToken()
JsonWebToken of the token accompanied with registration/update clientJsonWebTokenCopyright © 2021 JBoss by Red Hat. All rights reserved.