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 |
getEvent
ClientRepresentation getProposedClientRepresentation()
ClientRepresentation
for creating or updating the current client.ClientRepresentation
default ClientModel getClientToBeUpdated()
ClientModel
of the current client to be updated.ClientModel
UserModel getAuthenticatedUser()
UserModel
of the authenticated user.UserModel
ClientModel getAuthenticatedClient()
UserModel
of the authenticated client.UserModel
JsonWebToken getToken()
JsonWebToken
of the token accompanied with registration/update clientJsonWebToken
Copyright © 2020 JBoss by Red Hat. All rights reserved.