Uses of Interface
org.opensaml.saml.saml2.core.Response
-
Packages that use Response Package Description org.opensaml.saml.common.messaging.context Context classes for SAML-based messaging function.org.opensaml.saml.saml2.profile Classes for SAML 2.0 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. processSaml2ResponseAssertions(Response response)Resolve the SAML entity ID from the Assertions of a SAML 2 response. -
Uses of Response in org.opensaml.saml.saml2.profile
Methods in org.opensaml.saml.saml2.profile with parameters of type Response Modifier and Type Method Description static AssertionSAML2ActionSupport. addAssertionToResponse(org.opensaml.profile.action.AbstractProfileAction action, Response response, net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator, String issuer)
-