Uses of Class
org.keycloak.dom.saml.v2.protocol.ArtifactResolveType
Package
Description
-
Uses of ArtifactResolveType in org.keycloak.broker.saml
Modifier and TypeMethodDescriptionprotected ArtifactResolveType
SAMLIdentityProvider.buildArtifactResolveRequest
(jakarta.ws.rs.core.UriInfo uriInfo, RealmModel realm, String artifactServiceUrl, String artifact, SamlProtocolExtensionsAwareBuilder.NodeGenerator... extensions) -
Uses of ArtifactResolveType in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
SamlService.artifactResolve
(ArtifactResolveType artifactResolveMessage, SAMLDocumentHolder artifactResolveHolder) Takes an artifact resolve message and returns the artifact response, if the artifact is found belonging to a session of the issuer. -
Uses of ArtifactResolveType in org.keycloak.saml
Modifier and TypeMethodDescriptionSAML2ArtifactResolveRequestBuilder.createArtifactResolveRequest()
-
Uses of ArtifactResolveType in org.keycloak.saml.processing.api.saml.v2.request
Modifier and TypeMethodDescriptionstatic ArtifactResolveType
SAML2Request.createArtifactResolveRequest
(NameIDType issuer) Create a Artifact Resolve Request -
Uses of ArtifactResolveType in org.keycloak.saml.processing.core.parsers.saml.protocol
Modifier and TypeMethodDescriptionprotected ArtifactResolveType
SAMLArtifactResolveParser.instantiateElement
(XMLEventReader xmlEventReader, StartElement startElement) Parse the attributes at the authnrequesttype elementModifier and TypeMethodDescriptionprotected void
SAMLArtifactResolveParser.processSubElement
(XMLEventReader xmlEventReader, ArtifactResolveType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of ArtifactResolveType in org.keycloak.saml.processing.core.saml.v2.writers