public class MongoModelUtils extends Object
Constructor and Description |
---|
MongoModelUtils() |
Modifier and Type | Method and Description |
---|---|
static List<RoleModel> |
getAllRolesOfUser(RealmModel realm,
UserModel user) |
static List<MongoRoleEntity> |
getAllScopesOfClient(ClientModel client,
MongoStoreInvocationContext invContext) |
static List<MongoRoleEntity> |
getAllScopesOfTemplate(ClientTemplateModel template,
MongoStoreInvocationContext invContext) |
public static List<RoleModel> getAllRolesOfUser(RealmModel realm, UserModel user)
public static List<MongoRoleEntity> getAllScopesOfClient(ClientModel client, MongoStoreInvocationContext invContext)
public static List<MongoRoleEntity> getAllScopesOfTemplate(ClientTemplateModel template, MongoStoreInvocationContext invContext)
Copyright © 2016 JBoss by Red Hat. All rights reserved.