Package | Description |
---|---|
org.keycloak.protocol.saml |
Modifier and Type | Method and Description |
---|---|
String |
ArtifactResolver.buildArtifact(AuthenticatedClientSessionModel clientSessionModel,
String entityId,
String artifactResponse)
Creates and stores an artifact
|
String |
DefaultSamlArtifactResolver.buildArtifact(AuthenticatedClientSessionModel clientSessionModel,
String entityId,
String artifactResponse) |
protected String |
SamlProtocol.buildArtifactAndStoreResponse(SAML2Object saml2Object,
AuthenticatedClientSessionModel clientSessionModel) |
protected String |
SamlProtocol.buildArtifactAndStoreResponse(SAML2Object statusResponseType,
UserSessionModel userSession) |
String |
DefaultSamlArtifactResolver.createArtifact(String entityId)
Creates an artifact.
|
String |
ArtifactResolver.resolveArtifact(AuthenticatedClientSessionModel clientSessionModel,
String artifact)
Returns a serialized Saml ArtifactResponse corresponding to the artifact that was created by
buildArtifact |
String |
DefaultSamlArtifactResolver.resolveArtifact(AuthenticatedClientSessionModel clientSessionModel,
String artifact) |
ClientModel |
ArtifactResolver.selectSourceClient(KeycloakSession session,
String artifact)
Returns client model that issued artifact
|
ClientModel |
DefaultSamlArtifactResolver.selectSourceClient(KeycloakSession session,
String artifact) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.