@Consumes(value="application/json")
@Produces(value="application/json")
public interface UserResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
remove() |
String |
resetPassword(org.keycloak.representations.idm.CredentialRepresentation credentialRepresentation) |
RoleMappingResource |
roles() |
org.keycloak.representations.idm.UserRepresentation |
toRepresentation() |
javax.ws.rs.core.Response |
update(org.keycloak.representations.idm.UserRepresentation userRepresentation) |
@GET org.keycloak.representations.idm.UserRepresentation toRepresentation()
@PUT javax.ws.rs.core.Response update(org.keycloak.representations.idm.UserRepresentation userRepresentation)
@DELETE javax.ws.rs.core.Response remove()
@PUT @Path(value="reset-password") String resetPassword(org.keycloak.representations.idm.CredentialRepresentation credentialRepresentation)
@Path(value="role-mappings") RoleMappingResource roles()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.