Uses of Interface
com.sun.identity.saml2.protocol.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
Modifier and TypeMethodDescriptionvoid
AttributeAuthorityMapper.authenticateRequester
(javax.servlet.http.HttpServletRequest request, javax.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
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AttributeQuery attrQuery, String attrAuthorityEntityID, String realm) Returns an identity that matches the subject in the attribute query.void
AttributeAuthorityMapper.validateAttributeQuery
(javax.servlet.http.HttpServletRequest request, javax.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
Modifier and TypeMethodDescriptionstatic Response
AttributeQueryUtil.sendAttributeQuery
(AttributeQuery attrQuery, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) Sends theAttributeQuery
to specified attribute authority and returnsResponse
coming from the attribute authority.static void
AttributeQueryUtil.sendAttributeQuery
(AttributeQuery attrQuery, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) Sends theAttributeQuery
to specified attribute authority and returnsResponse
coming from the attribute authority. -
Uses of AttributeQuery in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionProtocolFactory.createAttributeQuery()
Returns theAttributeQuery
Object.ProtocolFactory.createAttributeQuery
(String value) Returns theAttributeQuery
Object.ProtocolFactory.createAttributeQuery
(Element value) Returns theAttributeQuery
Object.