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 voidAttributeAuthorityMapper. 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.ListAttributeAuthorityMapper. getAttributes(Object identity, AttributeQuery attrQuery, String attrAuthorityEntityID, String realm)Returns attributes of the specifed identity.ObjectAttributeAuthorityMapper. 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.voidAttributeAuthorityMapper. 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 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.static voidAttributeQueryUtil. sendAttributeQuery(AttributeQuery attrQuery, javax.servlet.http.HttpServletRequest request, javax.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. -
Uses of AttributeQuery in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return AttributeQuery Modifier and Type Method Description AttributeQueryProtocolFactory. createAttributeQuery()Returns theAttributeQueryObject.AttributeQueryProtocolFactory. createAttributeQuery(String value)Returns theAttributeQueryObject.AttributeQueryProtocolFactory. createAttributeQuery(Element value)Returns theAttributeQueryObject.
-