Interface SecurityTypeValuesService
- All Known Implementing Classes:
SecurityTypeValuesServiceImpl
public interface SecurityTypeValuesService
-
Method Summary
Modifier and TypeMethodDescriptionGiven a user return primary security types returning their bean informationGiven a user return secondary security types returning their bean informationvoidsort(List<SecurityTypeBean> grants) Sorts the grants into a UI specific and consistent order
-
Method Details
-
buildPrimarySecurityTypes
Given a user return primary security types returning their bean information- Parameters:
user- to get types for- Returns:
- primary security types
-
buildSecondarySecurityTypes
Given a user return secondary security types returning their bean information- Parameters:
user- to get types for- Returns:
- secondary security types
-
sort
Sorts the grants into a UI specific and consistent order- Parameters:
grants- the list to sort inline
-