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 ResponseAuthnQueryUtil.sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) This method sends theAuthnQueryto specifiied authentication authority and returnsResponsecoming 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 theAuthnQueryObject.ProtocolFactory.createAuthnQuery(String value) Returns theAuthnQueryObject.ProtocolFactory.createAuthnQuery(Element value) Returns theAuthnQueryObject.