Uses of Class
es.caib.seycon.ng.comu.RolGrant
-
Packages that use RolGrant Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.intf es.caib.seycon.ng.sync.servei -
-
Uses of RolGrant in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type RolGrant Modifier and Type Method Description static RoleGrant
RoleGrant. toRoleGrant(RolGrant vo)
Creates a RoleGrant value object based on a RolGrant object.static void
RoleGrant. toRoleGrant(RolGrant source, RoleGrant target)
Updates a RoleGrant value object based on a RolGrant object.static RoleGrant[]
RoleGrant. toRoleGrantArray(RolGrant[] source)
Creates a RoleGrant array on a RolGrant array.Method parameters in com.soffid.iam.api with type arguments of type RolGrant Modifier and Type Method Description static AsyncList<RoleGrant>
RoleGrant. toRoleGrantAsyncList(AsyncList<RolGrant> source)
Creates a RoleGrant asynclist on a RolGrant collection.static PagedResult<RoleGrant>
RoleGrant. toRoleGrantList(PagedResult<RolGrant> source)
Creates a RoleGrant pagedResult on a RolGrant collection.static List<RoleGrant>
RoleGrant. toRoleGrantList(Collection<RolGrant> source)
Creates a RoleGrant list on a RolGrant collection. -
Uses of RolGrant in es.caib.seycon.ng.comu
Subclasses of RolGrant in es.caib.seycon.ng.comu Modifier and Type Class Description class
RolGrantHierarchy
ValueObject RolGrantHierarchyMethods in es.caib.seycon.ng.comu that return RolGrant Modifier and Type Method Description static RolGrant
RolGrant. toRolGrant(RoleGrant vo)
Creates a RolGrant value object based on a RoleGrant object.static RolGrant[]
RolGrant. toRolGrantArray(RoleGrant[] source)
Creates a RolGrant array on a RoleGrant array.Methods in es.caib.seycon.ng.comu that return types with arguments of type RolGrant Modifier and Type Method Description Collection<RolGrant>
AbstractRol. getGranteeGroups()
Gets value for attribute granteeGroupsCollection<RolGrant>
AbstractRol. getOwnedRoles()
Gets value for attribute ownedRolesCollection<RolGrant>
AbstractRol. getOwnerRoles()
Gets value for attribute ownerRolesstatic AsyncList<RolGrant>
RolGrant. toRolGrantAsyncList(AsyncList<RoleGrant> source)
Creates a RolGrant asynclist on a RoleGrant collection.static PagedResult<RolGrant>
RolGrant. toRolGrantList(PagedResult<RoleGrant> source)
Creates a RolGrant pagedResult on a RoleGrant collection.static List<RolGrant>
RolGrant. toRolGrantList(Collection<RoleGrant> source)
Creates a RolGrant list on a RoleGrant collection.Methods in es.caib.seycon.ng.comu with parameters of type RolGrant Modifier and Type Method Description static void
RolGrant. toRolGrant(RoleGrant source, RolGrant target)
Updates a RolGrant value object based on a RoleGrant object.Method parameters in es.caib.seycon.ng.comu with type arguments of type RolGrant Modifier and Type Method Description void
AbstractRol. setGranteeGroups(Collection<RolGrant> granteeGroups)
Sets value for attribute granteeGroupsvoid
AbstractRol. setOwnedRoles(Collection<RolGrant> ownedRoles)
Sets value for attribute ownedRolesvoid
AbstractRol. setOwnerRoles(Collection<RolGrant> ownerRoles)
Sets value for attribute ownerRolesConstructors in es.caib.seycon.ng.comu with parameters of type RolGrant Constructor Description RolGrant(RolGrant otherBean)
Constructor parameters in es.caib.seycon.ng.comu with type arguments of type RolGrant Constructor Description AbstractRol(String nom, String descripcio, String baseDeDades, String category, Boolean defecte, Boolean contrasenya, String codiAplicacio, Long id, String domini, Collection<RolGrant> ownerRoles, Collection<Grup> ownerGroups, Collection<RolGrant> granteeGroups, Collection<RolGrant> ownedRoles, Boolean gestionableWF, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
Rol(String nom, String descripcio, String baseDeDades, String category, Boolean defecte, Boolean contrasenya, String codiAplicacio, Long id, String domini, Collection<RolGrant> ownerRoles, Collection<Grup> ownerGroups, Collection<RolGrant> granteeGroups, Collection<RolGrant> ownedRoles, Boolean gestionableWF, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
-
Uses of RolGrant in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return RolGrant Modifier and Type Method Description RolGrant
AplicacioService. create(RolGrant grant)
Operation createRolGrant
AplicacioService. update(RolGrant grant)
Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type RolGrant Modifier and Type Method Description Collection<RolGrant>
AplicacioService. findEffectiveRolGrantByAccount(long accountId)
Operation findEffectiveRolGrantByAccountCollection<RolGrant>
AplicacioService. findEffectiveRolGrantByUser(long userId)
Operation findEffectiveRolGrantByUserCollection<RolGrant>
AplicacioService. findEffectiveRolGrantByUserAndHolderGroup(long userId, long groupId)
Operation findEffectiveRolGrantByUserAndHolderGroupCollection<RolGrant>
AplicacioService. findEffectiveRolGrantsByRolId(Long rolId)
Operation findEffectiveRolGrantsByRolIdCollection<RolGrant>
AplicacioService. findRoleGrantsByGroup(Grup grup)
Operation findRoleGrantsByGroupCollection<RolGrant>
AplicacioService. findRolGrantByAccount(Long accountId)
Operation findRolGrantByAccountCollection<RolGrant>
AplicacioService. findRolGrantByRol(Long rolId, Long numRegistres)
Operation findRolGrantByRolCollection<RolGrant>
UsuariService. getUserExplicitRoles(long userId)
Operation getUserExplicitRolesCollection<RolGrant>
UsuariService. getUserRoles(long userId)
Operation getUserRolesMethods in es.caib.seycon.ng.servei with parameters of type RolGrant Modifier and Type Method Description RolGrant
AplicacioService. create(RolGrant grant)
Operation createvoid
AplicacioService. delete(RolGrant grant)
Operation deleteRolGrant
AplicacioService. update(RolGrant grant)
Operation updateMethod parameters in es.caib.seycon.ng.servei with type arguments of type RolGrant Modifier and Type Method Description boolean
DispatcherService. isUserAllowed(Dispatcher dispatcher, String user, Collection<RolGrant> permissions)
Operation isUserAllowed -
Uses of RolGrant in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return RolGrant Modifier and Type Method Description RolGrant
AplicacioService. create(RolGrant grant)
RolGrant
AplicacioService. update(RolGrant grant)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type RolGrant Modifier and Type Method Description Collection<RolGrant>
AplicacioService. findEffectiveRolGrantByAccount(long accountId)
Collection<RolGrant>
AplicacioService. findEffectiveRolGrantByUser(long userId)
Collection<RolGrant>
AplicacioService. findEffectiveRolGrantByUserAndHolderGroup(long userId, long groupId)
Collection<RolGrant>
AplicacioService. findRoleGrantsByGroup(Grup grup)
Collection<RolGrant>
AplicacioService. findRolGrantByAccount(Long accountId)
Collection<RolGrant>
AplicacioService. findRolGrantByRol(Long rolId, Long numRegistres)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type RolGrant Modifier and Type Method Description RolGrant
AplicacioService. create(RolGrant grant)
void
AplicacioService. delete(RolGrant grant)
RolGrant
AplicacioService. update(RolGrant grant)
-
Uses of RolGrant in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return types with arguments of type RolGrant Modifier and Type Method Description List<RolGrant>
ReconcileMgr2. getAccountGrants(String userAccount)
Get the list of roles assigned to account. -
Uses of RolGrant in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return types with arguments of type RolGrant Modifier and Type Method Description Collection<RolGrant>
ServerService. getAccountExplicitRoles(String account, String dispatcherId)
Operation getAccountExplicitRolesCollection<RolGrant>
ServerService. getAccountRoles(String account, String dispatcherId)
Operation getAccountRolesCollection<RolGrant>
ServerService. getGroupExplicitRoles(long groupId)
Operation getGroupExplicitRolesCollection<RolGrant>
ServerService. getRoleExplicitRoles(long roleId)
Operation getRoleExplicitRolesCollection<RolGrant>
ServerService. getUserExplicitRoles(long userId, String dispatcherId)
Operation getUserExplicitRolesCollection<RolGrant>
ServerService. getUserRoles(long userId, String dispatcherid)
Operation getUserRoles
-