Package com.skava.auth.support
Interface SSOAuthRolePrivilegeMapper
public interface SSOAuthRolePrivilegeMapper
This interface holds the method for sso role mapping with authorization roles.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptiongetGrantedAuthorities
(String authorizationData, AuthorizationConfig authorizationConfig) This method shout return the list of granted roles.default Long
getTokenExpiryTime
(boolean isGuest, Long collectionId, String authorizationData)
-
Method Details
-
getGrantedAuthorities
Set<GrantedRole> getGrantedAuthorities(String authorizationData, AuthorizationConfig authorizationConfig) This method shout return the list of granted roles.- Parameters:
authorizationData
- aString
object.authorizationConfig
- aAuthorizationConfig
object.- Returns:
- a
Set
ofGrantedRole
objects.
-
getTokenExpiryTime
-