Uses of Interface
com.sun.identity.saml2.protocol.AttributeQuery
Packages that use AttributeQuery
Package
Description
Defines SAMLv2 Plugin SPIs.
Package that handles SAML v2 profiles.
SAMLv2 Protocol Classes.
-
Uses of AttributeQuery in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins with parameters of type AttributeQueryModifier and TypeMethodDescriptionvoidAttributeAuthorityMapper.authenticateRequester(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AttributeQuery attrQuery, String attrAuthorityEntityID, String realm) Checks if the attribute query requester is valid.AttributeAuthorityMapper.getAttributes(Object identity, AttributeQuery attrQuery, String attrAuthorityEntityID, String realm) Returns attributes of the specifed identity.AttributeAuthorityMapper.getIdentity(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AttributeQuery attrQuery, String attrAuthorityEntityID, String realm) Returns an identity that matches the subject in the attribute query.voidAttributeAuthorityMapper.validateAttributeQuery(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AttributeQuery attrQuery, String attrAuthorityEntityID, String realm) Checks if the attribute query is valid. -
Uses of AttributeQuery in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile with parameters of type AttributeQueryModifier and TypeMethodDescriptionstatic voidAttributeQueryUtil.sendAttributeQuery(AttributeQuery attrQuery, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) Sends theAttributeQueryto specified attribute authority and returnsResponsecoming from the attribute authority.static ResponseAttributeQueryUtil.sendAttributeQuery(AttributeQuery attrQuery, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) Sends theAttributeQueryto specified attribute authority and returnsResponsecoming from the attribute authority. -
Uses of AttributeQuery in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return AttributeQueryModifier and TypeMethodDescriptionProtocolFactory.createAttributeQuery()Returns theAttributeQueryObject.ProtocolFactory.createAttributeQuery(String value) Returns theAttributeQueryObject.ProtocolFactory.createAttributeQuery(Element value) Returns theAttributeQueryObject.