Package io.gravitee.am.service.impl.user
Class DefaultUserEnhancer
java.lang.Object
io.gravitee.am.service.impl.user.BaseUserEnhancer
io.gravitee.am.service.impl.user.DefaultUserEnhancer
- All Implemented Interfaces:
UserEnhancer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.reactivex.rxjava3.core.Flowable<Group>getGroupsByIds(List<String> groupIds) protected io.reactivex.rxjava3.core.Flowable<Group>getGroupsByMemberId(String memberId) protected io.reactivex.rxjava3.core.Flowable<Role>getRolesByIds(List<String> roleIds) Methods inherited from class io.gravitee.am.service.impl.user.BaseUserEnhancer
enhance
-
Field Details
-
LOGGER
protected final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
DefaultUserEnhancer
public DefaultUserEnhancer()
-
-
Method Details
-
getGroupsByMemberId
- Specified by:
getGroupsByMemberIdin classBaseUserEnhancer
-
getRolesByIds
- Specified by:
getRolesByIdsin classBaseUserEnhancer
-
getGroupsByIds
- Specified by:
getGroupsByIdsin classBaseUserEnhancer
-