Package com.sun.identity.saml2.plugins
Interface AssertionIDRequestMapper
- 
@SupportedAll public interface AssertionIDRequestMapper
This interfaceAssertonIDRequestMapperis used by asseriton ID request service to process assertion ID request. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauthenticateRequesterURI(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String samlAuthorityEntityID, String role, String realm)Checks if the assertion requester using URI binding is valid. 
 - 
 
- 
- 
Method Detail
- 
authenticateRequesterURI
void authenticateRequesterURI(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) throws SAML2ExceptionChecks if the assertion requester using URI binding is valid.- Parameters:
 request- HttpServletRequestresponse- HttpServletResponsesamlAuthorityEntityID- entity ID of SAML authorityrole- SAML authority role, for example,SAML2Constants.ATTR_AUTH_ROLE,SAML2Constants.AUTHN_AUTH_ROLEorSAML2Constants.IDP_ROLErealm- the realm of hosted entity- Throws:
 SAML2Exception- if the request is not valid.
 
 - 
 
 -