Uses of Class
org.apache.archiva.redback.rest.api.model.v2.BaseRoleInfo
-
Packages that use BaseRoleInfo Package Description org.apache.archiva.redback.rest.api.model.v2 -
-
Uses of BaseRoleInfo in org.apache.archiva.redback.rest.api.model.v2
Subclasses of BaseRoleInfo in org.apache.archiva.redback.rest.api.model.v2 Modifier and Type Class Description classRoleInfoResult object for role information.Methods in org.apache.archiva.redback.rest.api.model.v2 with type parameters of type BaseRoleInfo Modifier and Type Method Description static <T extends BaseRoleInfo>
TBaseRoleInfo. of(Role rbacRole, T role)Methods in org.apache.archiva.redback.rest.api.model.v2 that return BaseRoleInfo Modifier and Type Method Description static BaseRoleInfoBaseRoleInfo. of(Role rbacRole)static BaseRoleInfoBaseRoleInfo. ofId(String id)static BaseRoleInfoBaseRoleInfo. ofName(String name)Methods in org.apache.archiva.redback.rest.api.model.v2 that return types with arguments of type BaseRoleInfo Modifier and Type Method Description List<BaseRoleInfo>BaseRoleInfo. getChildren()List<BaseRoleInfo>RoleInfo. getChildren()List<BaseRoleInfo>RoleTree. getRootRoles()Methods in org.apache.archiva.redback.rest.api.model.v2 with parameters of type BaseRoleInfo Modifier and Type Method Description voidBaseRoleInfo. addChild(BaseRoleInfo child)Method parameters in org.apache.archiva.redback.rest.api.model.v2 with type arguments of type BaseRoleInfo Modifier and Type Method Description voidBaseRoleInfo. setChildren(List<BaseRoleInfo> children)voidRoleTree. setRootRoles(List<BaseRoleInfo> rootRoles)
-