Uses of Class
com.skava.auth.support.model.AuthorizationConfig
Packages that use AuthorizationConfig
Package
Description
Classes to support sso based authorization.
Support classes for hold the reusable functionalities.
-
Uses of AuthorizationConfig in com.skava.auth.support
Methods in com.skava.auth.support with parameters of type AuthorizationConfigModifier and TypeMethodDescriptionSSOAuthRolePrivilegeMapper.getGrantedAuthorities
(String authorizationData, AuthorizationConfig authorizationConfig) This method shout return the list of granted roles. -
Uses of AuthorizationConfig in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type AuthorizationConfigModifier and TypeMethodDescriptionAuthGrandManipluationUtil.getGranterRolesFromRolePrivilegeMapper
(String[] tokenData, AuthorizationConfig authorizationConfig, SSOAuthRolePrivilegeMapper sSOAuthRolePrivilegeMapper) AuthGrandManipluationUtil.getSSOGrantedRoles
(String[] tokenData, AuthorizationConfig authorizationConfig, org.springframework.context.ApplicationContext context) This method returns the SSO granted role names.