public interface AssertionIDRequestMapper
AssertonIDRequestMapper
is used by asseriton
ID request service to process assertion ID request.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.
|
void authenticateRequesterURI(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) throws SAML2Exception
request
- HttpServletRequestresponse
- HttpServletResponsesamlAuthorityEntityID
- entity ID of SAML authorityrole
- SAML authority role, for example,
SAML2Constants.ATTR_AUTH_ROLE
,
SAML2Constants.AUTHN_AUTH_ROLE
or
SAML2Constants.IDP_ROLE
realm
- the realm of hosted entitySAML2Exception
- if the request is not valid.Copyright © 2010-2018, ForgeRock All Rights Reserved.