Class SamlProfileBuilderContext
java.lang.Object
org.apereo.cas.support.saml.web.idp.profile.builders.SamlProfileBuilderContext
This is
SamlProfileBuilderContext.- Since:
- 6.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransferTo(org.opensaml.saml.saml2.core.RequestAbstractType request, String toBinding) Transfer to a new context.
-
Constructor Details
-
SamlProfileBuilderContext
public SamlProfileBuilderContext()
-
-
Method Details
-
transferTo
public SamlProfileBuilderContext transferTo(org.opensaml.saml.saml2.core.RequestAbstractType request, String toBinding) Transfer to a new context.- Parameters:
request- the querytoBinding- the binding- Returns:
- the saml profile builder context
-