public class DefaultRequestPathBasedSequenceHandler extends Object implements RequestPathBasedSequenceHandler
Constructor and Description |
---|
DefaultRequestPathBasedSequenceHandler() |
Modifier and Type | Method and Description |
---|---|
static DefaultRequestPathBasedSequenceHandler |
getInstance() |
protected String |
getServiceProviderMappedUserRoles(SequenceConfig sequenceConfig,
List<String> locallyMappedUserRoles) |
protected String |
getSpRoleClaimUri(ApplicationConfig appConfig) |
void |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context) |
protected Map<String,String> |
handleClaimMappings(AuthenticationContext context) |
protected void |
handlePostAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationContext context,
AuthenticatedIdPData authenticatedIdPData) |
public DefaultRequestPathBasedSequenceHandler()
public static DefaultRequestPathBasedSequenceHandler getInstance()
public void handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context) throws FrameworkException
handle
in interface SequenceHandler
FrameworkException
protected void handlePostAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationContext context, AuthenticatedIdPData authenticatedIdPData) throws FrameworkException
FrameworkException
protected String getServiceProviderMappedUserRoles(SequenceConfig sequenceConfig, List<String> locallyMappedUserRoles) throws FrameworkException
sequenceConfig
- locallyMappedUserRoles
- FrameworkException
protected String getSpRoleClaimUri(ApplicationConfig appConfig) throws FrameworkException
appConfig
- FrameworkException
protected Map<String,String> handleClaimMappings(AuthenticationContext context) throws FrameworkException
context
- FrameworkException
Copyright © 2015 WSO2. All rights reserved.