public class AuthnQueryUtil extends Object
AuthnQuery
.Modifier and Type | Method and Description |
---|---|
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 successfulCopyright © 2010-2018, ForgeRock All Rights Reserved.