Package com.sun.identity.saml2.profile
Class AuthnQueryUtil
java.lang.Object
com.sun.identity.saml2.profile.AuthnQueryUtil
This class provides methods to send or process
AuthnQuery
.-
Method Summary
Modifier and TypeMethodDescriptionstatic Response
sendAuthnQuery
(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) This method sends theAuthnQuery
to specifiied authentication authority and returnsResponse
coming from the authentication authority.
-
Method Details
-
sendAuthnQuery
@Supported public static Response sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) throws com.sun.identity.saml2.common.SAML2Exception This method sends theAuthnQuery
to specifiied authentication authority and returnsResponse
coming from the authentication authority.- Parameters:
authnQuery
- theAuthnQuery
objectauthnAuthorityEntityID
- entity ID of authentication authorityrealm
- the realm of hosted entitybinding
- the binding- Returns:
- the
Response
object - Throws:
com.sun.identity.saml2.common.SAML2Exception
- if the operation is not successful
-