Uses of Class
es.caib.seycon.ng.exception.UnknownRoleException
-
Packages that use UnknownRoleException Package Description com.soffid.iam.sync.service es.caib.seycon.ng.sync.servei -
-
Uses of UnknownRoleException in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that throw UnknownRoleException Modifier and Type Method Description Collection<Account>
ServerService. getRoleAccounts(long roleId, String dispatcherId)
Operation getRoleAccountsCollection<Account>
ServerService. getRoleActiveAccounts(long roleId, String dispatcher)
Operation getRoleActiveAccountsCollection<RoleGrant>
ServerService. getRoleExplicitRoles(long roleId)
Operation getRoleExplicitRolesRole
ServerService. getRoleInfo(String role, String bd)
Operation getRoleInfo -
Uses of UnknownRoleException in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that throw UnknownRoleException Modifier and Type Method Description Collection<Account>
ServerService. getRoleAccounts(long roleId, String dispatcherId)
Operation getRoleAccountsCollection<Account>
ServerService. getRoleActiveAccounts(long roleId, String dispatcher)
Operation getRoleActiveAccountsCollection<RolGrant>
ServerService. getRoleExplicitRoles(long roleId)
Operation getRoleExplicitRolesRol
ServerService. getRoleInfo(String role, String bd)
Operation getRoleInfo
-