Uses of Class
org.keycloak.protocol.saml.ArtifactResolverProcessingException
-
Uses of ArtifactResolverProcessingException in org.keycloak.protocol.saml
Modifier and TypeMethodDescriptionArtifactResolver.buildArtifact
(AuthenticatedClientSessionModel clientSessionModel, String entityId, String artifactResponse) Creates and stores an artifactDefaultSamlArtifactResolver.buildArtifact
(AuthenticatedClientSessionModel clientSessionModel, String entityId, String artifactResponse) protected String
SamlProtocol.buildArtifactAndStoreResponse
(SAML2Object saml2Object, AuthenticatedClientSessionModel clientSessionModel) protected String
SamlProtocol.buildArtifactAndStoreResponse
(SAML2Object statusResponseType, UserSessionModel userSession) DefaultSamlArtifactResolver.createArtifact
(String entityId) Creates an artifact.ArtifactResolver.resolveArtifact
(AuthenticatedClientSessionModel clientSessionModel, String artifact) Returns a serialized Saml ArtifactResponse corresponding to the artifact that was created bybuildArtifact
DefaultSamlArtifactResolver.resolveArtifact
(AuthenticatedClientSessionModel clientSessionModel, String artifact) ArtifactResolver.selectSourceClient
(KeycloakSession session, String artifact) Returns client model that issued artifactDefaultSamlArtifactResolver.selectSourceClient
(KeycloakSession session, String artifact)