Class RoleService
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.auth.RoleService
-
- Direct Known Subclasses:
TokenSettings
public class RoleService extends Object
-
-
Constructor Summary
Constructors Constructor Description RoleService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>extractUserAppRoles(Collection<String> roles)
-
-
-
Method Detail
-
extractUserAppRoles
public Collection<String> extractUserAppRoles(Collection<String> roles)
- Parameters:
roles- collection of roles- Returns:
- the intersection
-
-