Uses of Class
de.adorsys.ledgers.um.api.domain.UserRoleBO
-
Packages that use UserRoleBO Package Description de.adorsys.ledgers.um.api.domain de.adorsys.ledgers.um.api.service -
-
Uses of UserRoleBO in de.adorsys.ledgers.um.api.domain
Methods in de.adorsys.ledgers.um.api.domain that return UserRoleBO Modifier and Type Method Description static UserRoleBOUserRoleBO. valueOf(String name)Returns the enum constant of this type with the specified name.static UserRoleBO[]UserRoleBO. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.ledgers.um.api.domain that return types with arguments of type UserRoleBO Modifier and Type Method Description static Optional<UserRoleBO>UserRoleBO. getByValue(String value)Constructors in de.adorsys.ledgers.um.api.domain with parameters of type UserRoleBO Constructor Description ScaInfoBO(String userId, String userLogin, TokenUsageBO tokenUsage, UserRoleBO userRole)ScaInfoBO(String userId, String scaId, String authorisationId, UserRoleBO userRole) -
Uses of UserRoleBO in de.adorsys.ledgers.um.api.service
Method parameters in de.adorsys.ledgers.um.api.service with type arguments of type UserRoleBO Modifier and Type Method Description org.springframework.data.domain.Page<UserExtendedBO>UserService. findUsersByMultipleParamsPaged(String countryCode, String branchId, String branchLogin, String userLogin, List<UserRoleBO> roles, Boolean blocked, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<UserBO>UserService. getUsersByRoles(List<UserRoleBO> roles, org.springframework.data.domain.Pageable pageable)
-