KEYCLOAK-4862: Expose client description in ClientBean
This commit is contained in:
parent
e1b6ba13cc
commit
47a8077426
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ public class ClientBean {
|
|||
return client.getName();
|
||||
}
|
||||
|
||||
public String getDescription() {
|
||||
return client.getDescription();
|
||||
}
|
||||
|
||||
public String getBaseUrl() {
|
||||
return ResolveRelative.resolveRelativeUri(requestUri, client.getRootUrl(), client.getBaseUrl());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue