return session.realms().getClientRoles(realm,this,firstResult,maxResults); | return session.realms().getClientRolesStream(realm,this,firstResult,maxResults); | session.realms().getClientRoles(realm,this,firstResult,maxResults) | session.realms().getClientRolesStream(realm,this,firstResult,maxResults) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.models.map.client.AbstractClientModel | | _1 | getRoles |
---|
_2 | getRolesStream |
---|
| v0 | session.realms() |
---|
v1 | firstResult |
---|
v2 | maxResults |
---|
v3 | realm |
---|
v4 | this |
---|
| | v0 | session.realms() |
---|
v1 | firstResult |
---|
v2 | maxResults |
---|
v3 | realm |
---|
v4 | this |
---|
| Returns | True |
return session.realms().getClientRoles(realm,this,first,max); | return session.realms().getClientRolesStream(realm,this,first,max); | session.realms().getClientRoles(realm,this,first,max) | session.realms().getClientRolesStream(realm,this,first,max) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.models.jpa.ClientAdapter | | _1 | getRoles |
---|
_2 | getRolesStream |
---|
| v0 | session.realms() |
---|
v1 | first |
---|
v2 | max |
---|
v3 | realm |
---|
v4 | this |
---|
| | v0 | session.realms() |
---|
v1 | first |
---|
v2 | max |
---|
v3 | realm |
---|
v4 | this |
---|
| Returns | True |
return getRealmDelegate().getClientRoles(realm,client,first,max); | return getRealmDelegate().getClientRolesStream(realm,client,first,max); | getRealmDelegate().getClientRoles(realm,client,first,max) | getRealmDelegate().getClientRolesStream(realm,client,first,max) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.models.cache.infinispan.RealmCacheSession | | _1 | getClientRoles |
---|
_2 | getClientRolesStream |
---|
| v0 | getRealmDelegate() |
---|
v1 | first |
---|
v2 | max |
---|
v3 | realm |
---|
v4 | client |
---|
| | v0 | getRealmDelegate() |
---|
v1 | first |
---|
v2 | max |
---|
v3 | realm |
---|
v4 | client |
---|
| Returns | True |
return cacheSession.getClientRoles(cachedRealm,this,first,max); | return cacheSession.getClientRolesStream(cachedRealm,this,first,max); | cacheSession.getClientRoles(cachedRealm,this,first,max) | cacheSession.getClientRolesStream(cachedRealm,this,first,max) | keycloak | feef5b4db2add4d583630674afe778b9fdc551e0 | org.keycloak.models.cache.infinispan.ClientAdapter | | _1 | getRoles |
---|
_2 | getRolesStream |
---|
| v0 | cacheSession |
---|
v1 | first |
---|
v2 | max |
---|
v3 | cachedRealm |
---|
v4 | this |
---|
| | v0 | cacheSession |
---|
v1 | first |
---|
v2 | max |
---|
v3 | cachedRealm |
---|
v4 | this |
---|
| Returns | True |