Thanks to visit codestin.com
Credit goes to github.com

Skip to content

org.keycloak.admin.client.resource.ClientsResource.findByClientId(String) should return single item #155

@lrozenblyum

Description

@lrozenblyum

Description

Currently org.keycloak.admin.client.resource.ClientsResource.findByClientId(String) returns a List but client id is unique so it should return a single ClientRepresentation (nullable or Optional).

Now clients of the method are forced to get the first element of the collection.

Discussion

No response

Motivation

No response

Details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions