Uses of Interface
com.sun.identity.saml2.protocol.AuthnQuery
Packages that use AuthnQuery
Package
Description
Package that handles SAML v2 profiles.
SAMLv2 Protocol Classes.
-
Uses of AuthnQuery in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile with parameters of type AuthnQueryModifier and TypeMethodDescriptionstatic 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 AuthnQueryModifier and TypeMethodDescriptionProtocolFactory.createAuthnQuery()
Returns theAuthnQuery
Object.ProtocolFactory.createAuthnQuery
(String value) Returns theAuthnQuery
Object.ProtocolFactory.createAuthnQuery
(Element value) Returns theAuthnQuery
Object.