Uses of Interface
com.sun.identity.saml2.protocol.AttributeQuery
-
Packages that use AttributeQuery Package Description com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.profile Package that handles SAML v2 profiles.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of AttributeQuery in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins with parameters of type AttributeQuery Modifier and Type Method Description void
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.List
AttributeAuthorityMapper. getAttributes(Object identity, AttributeQuery attrQuery, String attrAuthorityEntityID, String realm)
Returns attributes of the specifed identity.Object
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
Methods in com.sun.identity.saml2.profile with parameters of type AttributeQuery Modifier and Type Method Description static 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
Methods in com.sun.identity.saml2.protocol that return AttributeQuery Modifier and Type Method Description AttributeQuery
ProtocolFactory. createAttributeQuery()
Returns theAttributeQuery
Object.AttributeQuery
ProtocolFactory. createAttributeQuery(String value)
Returns theAttributeQuery
Object.AttributeQuery
ProtocolFactory. createAttributeQuery(Element value)
Returns theAttributeQuery
Object.
-