public class AuthnQueryUtil extends Object
AuthnQuery
.Modifier and Type | Method and Description |
---|---|
static Response |
processAuthnQuery(AuthnQuery authnQuery,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String authnAuthorityEntityID,
String realm)
This method processes the
AuthnQuery coming
from a requester. |
static Response |
sendAuthnQuery(AuthnQuery authnQuery,
String authnAuthorityEntityID,
String realm,
String binding)
This method sends the
AuthnQuery to specifiied
authentication authority and returns Response coming
from the authentication authority. |
public static Response sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) throws SAML2Exception
AuthnQuery
to specifiied
authentication authority and returns Response
coming
from the authentication authority.authnQuery
- the AuthnQuery
objectauthnAuthorityEntityID
- entity ID of authentication authorityrealm
- the realm of hosted entitybinding
- the bindingResponse
objectSAML2Exception
- if the operation is not successfulpublic static Response processAuthnQuery(AuthnQuery authnQuery, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String authnAuthorityEntityID, String realm) throws SAML2Exception
AuthnQuery
coming
from a requester.authnQuery
- the AuthnQuery
objectrequest
- the HttpServletRequest
objectresponse
- the HttpServletResponse
objectauthnAuthorityEntityID
- entity ID of authentication authorityrealm
- the realm of hosted entityResponse
objectSAML2Exception
- if the operation is not successfulCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.