public static class ApplicationsBean.ApplicationEntry extends Object
| Constructor and Description |
|---|
ApplicationsBean.ApplicationEntry(List<RoleModel> realmRolesAvailable,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesAvailable,
List<RoleModel> realmRolesGranted,
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesGranted,
ClientModel client,
List<String> claimsGranted) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClaimsGranted() |
ClientModel |
getClient() |
List<RoleModel> |
getRealmRolesAvailable() |
List<RoleModel> |
getRealmRolesGranted() |
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> |
getResourceRolesAvailable() |
MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> |
getResourceRolesGranted() |
public ApplicationsBean.ApplicationEntry(List<RoleModel> realmRolesAvailable, MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesAvailable, List<RoleModel> realmRolesGranted, MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> resourceRolesGranted, ClientModel client, List<String> claimsGranted)
public MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> getResourceRolesAvailable()
public MultivaluedHashMap<String,ApplicationsBean.ClientRoleEntry> getResourceRolesGranted()
public ClientModel getClient()
Copyright © 2015 JBoss by Red Hat. All rights reserved.