Uses of Interface
org.opensaml.saml.saml2.ecp.Response
-
Packages that use Response Package Description org.opensaml.saml.saml2.ecp.impl Implementations of SAML 2.0 ECP types and elements. -
-
Uses of Response in org.opensaml.saml.saml2.ecp.impl
Classes in org.opensaml.saml.saml2.ecp.impl that implement Response Modifier and Type Class Description classResponseImplA concrete implementation ofResponse.Methods in org.opensaml.saml.saml2.ecp.impl that return Response Modifier and Type Method Description ResponseResponseBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.ResponseResponseBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.
-