Uses of Class
org.apache.archiva.redback.rest.api.model.v2.BaseUserInfo
-
Packages that use BaseUserInfo Package Description org.apache.archiva.redback.rest.api.model.v2 org.apache.archiva.redback.rest.services.v2 -
-
Uses of BaseUserInfo in org.apache.archiva.redback.rest.api.model.v2
Subclasses of BaseUserInfo in org.apache.archiva.redback.rest.api.model.v2 Modifier and Type Class Description classUserInfoFields in org.apache.archiva.redback.rest.api.model.v2 with type parameters of type BaseUserInfo Modifier and Type Field Description protected List<BaseUserInfo>Role. assignedUsersThe ids of all the assigned users.Methods in org.apache.archiva.redback.rest.api.model.v2 that return types with arguments of type BaseUserInfo Modifier and Type Method Description List<BaseUserInfo>Role. getAssignedUsers()Methods in org.apache.archiva.redback.rest.api.model.v2 with parameters of type BaseUserInfo Modifier and Type Method Description voidRole. addAssignedUser(BaseUserInfo id)Method parameters in org.apache.archiva.redback.rest.api.model.v2 with type arguments of type BaseUserInfo Modifier and Type Method Description voidRole. setAssignedUsers(List<BaseUserInfo> assignedUsers) -
Uses of BaseUserInfo in org.apache.archiva.redback.rest.services.v2
Methods in org.apache.archiva.redback.rest.services.v2 that return types with arguments of type BaseUserInfo Modifier and Type Method Description protected List<BaseUserInfo>BaseRedbackService. getAssignedUsersRecursive(Role rbacRole)
-