Uses of Interface
org.opensaml.saml.saml1.core.Response
-
Packages that use Response Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.saml1.profile Classes for SAML 1.x profile behavior. -
-
Uses of Response in org.opensaml.saml.common.messaging.context
Methods in org.opensaml.saml.common.messaging.context with parameters of type Response Modifier and Type Method Description protected StringSAMLPeerEntityContext. processSaml1Response(Response response)Resolve the SAML entity ID from a SAML 1 response. -
Uses of Response in org.opensaml.saml.saml1.profile
Methods in org.opensaml.saml.saml1.profile with parameters of type Response Modifier and Type Method Description static AssertionSAML1ActionSupport. addAssertionToResponse(AbstractProfileAction action, Response response, IdentifierGenerationStrategy idGenerator, String issuer)
-