Class SamlProfileAttributeQueryResponseBuilder
java.lang.Object
org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder<org.opensaml.soap.soap11.Envelope>
org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
org.apereo.cas.support.saml.web.idp.profile.builders.response.query.SamlProfileAttributeQueryResponseBuilder
- All Implemented Interfaces:
Serializable,org.apereo.cas.support.saml.util.Saml20ObjectBuilder,SamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope>
- Since:
- 5.2.0
- See Also:
-
Field Summary
Fields inherited from class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
configurationContextFields inherited from class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
DEFAULT_ELEMENT_LOCAL_NAME_FIELD, openSamlConfigBean -
Constructor Summary
ConstructorsConstructorDescriptionSamlProfileAttributeQueryResponseBuilder(SamlProfileSamlResponseBuilderConfigurationContext configurationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.soap.soap11.Envelopebuild(SamlProfileBuilderContext context) Build.Methods inherited from class org.apereo.cas.support.saml.web.idp.profile.builders.response.soap.SamlProfileSamlSoap11ResponseBuilder
buildResponse, buildSaml2Response, encodeMethods inherited from class org.apereo.cas.support.saml.web.idp.profile.builders.response.BaseSamlProfileSamlResponseBuilder
buildSamlAssertion, buildSamlResponseIssuer, encodeFinalResponse, encryptAssertion, encryptAssertionForMethods inherited from class org.apereo.cas.support.saml.util.AbstractSaml20ObjectBuilder
addAttributeValuesToSaml2Attribute, decodeSamlAuthnRequest, generateSecureRandomId, getNameID, inflateAuthnRequest, newAssertion, newAssertion, newAttribute, newAuthnStatement, newAuthnStatement, newConditions, newEcpResponse, newIssuer, newLogoutRequest, newLogoutResponse, newResponse, newSamlObject, newStatus, newSubject, newSubjectMethods inherited from class org.apereo.cas.support.saml.util.AbstractSamlObjectBuilder
addAttributeValuesToSamlAttribute, constructDocumentFromXml, getOpenSamlConfigBean, newAttributeValue, signSamlResponseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.support.saml.util.Saml20ObjectBuilder
getSamlObjectQName, newSamlObject
-
Constructor Details
-
SamlProfileAttributeQueryResponseBuilder
public SamlProfileAttributeQueryResponseBuilder(SamlProfileSamlResponseBuilderConfigurationContext configurationContext)
-
-
Method Details
-
build
Description copied from interface:SamlProfileObjectBuilderBuild.- Specified by:
buildin interfaceSamlProfileObjectBuilder<org.opensaml.soap.soap11.Envelope>- Overrides:
buildin classBaseSamlProfileSamlResponseBuilder<org.opensaml.soap.soap11.Envelope>- Parameters:
context- the context- Returns:
- the response
- Throws:
Exception- the exception
-