Uses of Interface
com.sun.identity.saml2.protocol.AuthnQuery
-
Packages that use AuthnQuery Package Description com.sun.identity.saml2.profile Package that handles SAML v2 profiles.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of AuthnQuery in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile with parameters of type AuthnQuery Modifier and Type Method Description static Response
AuthnQueryUtil. sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding)
This method sends theAuthnQuery
to specifiied authentication authority and returnsResponse
coming from the authentication authority. -
Uses of AuthnQuery in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return AuthnQuery Modifier and Type Method Description AuthnQuery
ProtocolFactory. createAuthnQuery()
Returns theAuthnQuery
Object.AuthnQuery
ProtocolFactory. createAuthnQuery(String value)
Returns theAuthnQuery
Object.AuthnQuery
ProtocolFactory. createAuthnQuery(Element value)
Returns theAuthnQuery
Object.
-