Uses of Class
org.keycloak.dom.saml.v2.protocol.ArtifactResolveType
Packages that use ArtifactResolveType
Package
Description
-
Uses of ArtifactResolveType in org.keycloak.broker.saml
Methods in org.keycloak.broker.saml that return ArtifactResolveTypeModifier and TypeMethodDescriptionprotected ArtifactResolveTypeSAMLIdentityProvider.buildArtifactResolveRequest(jakarta.ws.rs.core.UriInfo uriInfo, RealmModel realm, String artifactServiceUrl, String artifact, SamlProtocolExtensionsAwareBuilder.NodeGenerator... extensions) -
Uses of ArtifactResolveType in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml with parameters of type ArtifactResolveTypeModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseSamlService.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
Methods in org.keycloak.saml that return ArtifactResolveTypeModifier and TypeMethodDescriptionSAML2ArtifactResolveRequestBuilder.createArtifactResolveRequest() -
Uses of ArtifactResolveType in org.keycloak.saml.processing.api.saml.v2.request
Methods in org.keycloak.saml.processing.api.saml.v2.request that return ArtifactResolveTypeModifier and TypeMethodDescriptionstatic ArtifactResolveTypeSAML2Request.createArtifactResolveRequest(NameIDType issuer) Create a Artifact Resolve Request -
Uses of ArtifactResolveType in org.keycloak.saml.processing.core.parsers.saml.protocol
Methods in org.keycloak.saml.processing.core.parsers.saml.protocol that return ArtifactResolveTypeModifier and TypeMethodDescriptionprotected ArtifactResolveTypeSAMLArtifactResolveParser.instantiateElement(XMLEventReader xmlEventReader, StartElement startElement) Parse the attributes at the authnrequesttype elementMethods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type ArtifactResolveTypeModifier and TypeMethodDescriptionprotected voidSAMLArtifactResolveParser.processSubElement(XMLEventReader xmlEventReader, ArtifactResolveType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of ArtifactResolveType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type ArtifactResolveType