public class DefaultAssertionIDRequestMapper extends Object implements AssertionIDRequestMapper
DefaultAssertonIDRequestMapper
is the default
implementation of the AssertonIDRequestMapper
that is used by
asseriton ID request service to process assertion ID request.Constructor and Description |
---|
DefaultAssertionIDRequestMapper() |
Modifier and Type | Method and Description |
---|---|
void |
authenticateRequesterURI(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.
|
public void authenticateRequesterURI(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) throws SAML2Exception
authenticateRequesterURI
in interface AssertionIDRequestMapper
request
- HttpServletRequestresponse
- HttpServletResponsesamlAuthorityEntityID
- entity ID of SAML authorityrole
- SAML authority rolerealm
- the realm of hosted entitySAML2Exception
- if the request is not valid.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.