Package com.sun.identity.saml2.profile
Class AuthnQueryUtil
- java.lang.Object
-
- com.sun.identity.saml2.profile.AuthnQueryUtil
-
@Supported public class AuthnQueryUtil extends Object
This class provides methods to send or processAuthnQuery
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
sendAuthnQuery
@Supported public static Response sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) throws 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:
SAML2Exception
- if the operation is not successful
-
-