public class RoleListQuery extends AbstractRevisioned implements RoleQuery, InClient
| Constructor and Description |
|---|
RoleListQuery(Long revisioned,
String id,
RealmModel realm,
Set<String> roles) |
RoleListQuery(Long revision,
String id,
RealmModel realm,
Set<String> roles,
String client) |
RoleListQuery(Long revisioned,
String id,
RealmModel realm,
String role) |
RoleListQuery(Long revision,
String id,
RealmModel realm,
String role,
String client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getRealm() |
Set<String> |
getRoles() |
String |
toString() |
getCacheTimestamp, getId, getRevision, setRevisionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getRevision, setRevisionpublic RoleListQuery(Long revisioned, String id, RealmModel realm, Set<String> roles)
public RoleListQuery(Long revisioned, String id, RealmModel realm, String role)
public RoleListQuery(Long revision, String id, RealmModel realm, Set<String> roles, String client)
public RoleListQuery(Long revision, String id, RealmModel realm, String role, String client)
public String getClientId()
getClientId in interface InClientCopyright © 2021 JBoss by Red Hat. All rights reserved.