Uses of Class
org.keycloak.protocol.saml.ArtifactResolverProcessingException
- 
Packages that use ArtifactResolverProcessingException Package Description org.keycloak.protocol.saml 
- 
- 
Uses of ArtifactResolverProcessingException in org.keycloak.protocol.samlMethods in org.keycloak.protocol.saml that throw ArtifactResolverProcessingException Modifier and Type Method Description StringArtifactResolver. buildArtifact(AuthenticatedClientSessionModel clientSessionModel, String entityId, String artifactResponse)Creates and stores an artifactStringDefaultSamlArtifactResolver. buildArtifact(AuthenticatedClientSessionModel clientSessionModel, String entityId, String artifactResponse)protected StringSamlProtocol. buildArtifactAndStoreResponse(SAML2Object saml2Object, AuthenticatedClientSessionModel clientSessionModel)protected StringSamlProtocol. buildArtifactAndStoreResponse(SAML2Object statusResponseType, UserSessionModel userSession)StringDefaultSamlArtifactResolver. createArtifact(String entityId)Creates an artifact.StringArtifactResolver. resolveArtifact(AuthenticatedClientSessionModel clientSessionModel, String artifact)Returns a serialized Saml ArtifactResponse corresponding to the artifact that was created bybuildArtifactStringDefaultSamlArtifactResolver. resolveArtifact(AuthenticatedClientSessionModel clientSessionModel, String artifact)ClientModelArtifactResolver. selectSourceClient(KeycloakSession session, String artifact)Returns client model that issued artifactClientModelDefaultSamlArtifactResolver. selectSourceClient(KeycloakSession session, String artifact)
 
-