Class SamlEcpProfileService
java.lang.Object
org.keycloak.protocol.AuthorizationEndpointBase
org.keycloak.protocol.saml.SamlService
org.keycloak.protocol.saml.profile.ecp.SamlEcpProfileService
- Author:
- Pedro Igor
- 
Nested Class SummaryNested classes/interfaces inherited from class org.keycloak.protocol.saml.SamlServiceSamlService.BindingProtocol, SamlService.PostBindingProtocol, SamlService.RedirectBindingProtocol
- 
Field SummaryFields inherited from class org.keycloak.protocol.saml.SamlServiceARTIFACT_RESOLUTION_SERVICE_PATH, loggerFields inherited from class org.keycloak.protocol.AuthorizationEndpointBaseAPP_INITIATED_FLOW, authManager, clientConnection, event, headers, httpRequest, realm, session
- 
Constructor SummaryConstructorsConstructorDescriptionSamlEcpProfileService(KeycloakSession session, EventBuilder event, DestinationValidator destinationValidator) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.ws.rs.core.Responseauthenticate(InputStream inputStream) jakarta.ws.rs.core.Responseauthenticate(Document soapMessage) protected AuthenticationFlowModelgetAuthenticationFlow(AuthenticationSessionModel authSession) protected jakarta.ws.rs.core.ResponsenewBrowserAuthentication(AuthenticationSessionModel authSession, boolean isPassive, boolean redirectToAuthentication, SamlProtocol samlProtocol) Methods inherited from class org.keycloak.protocol.saml.SamlServiceartifactResolutionService, artifactResolve, compareKeys, getDescriptor, getIDPMetadataDescriptor, getOrCreateLoginSessionForIdpInitiatedSso, idpInitiatedSSO, newBrowserAuthentication, newPostBindingProtocol, newRedirectBindingProtocol, postBinding, redirectBinding, soapBindingMethods inherited from class org.keycloak.protocol.AuthorizationEndpointBasecheckRealm, checkSsl, createAuthenticationSession, createProcessor, handleBrowserAuthenticationRequest
- 
Constructor Details- 
SamlEcpProfileServicepublic SamlEcpProfileService(KeycloakSession session, EventBuilder event, DestinationValidator destinationValidator) 
 
- 
- 
Method Details- 
authenticate
- 
authenticate
- 
newBrowserAuthenticationprotected jakarta.ws.rs.core.Response newBrowserAuthentication(AuthenticationSessionModel authSession, boolean isPassive, boolean redirectToAuthentication, SamlProtocol samlProtocol) - Overrides:
- newBrowserAuthenticationin class- SamlService
 
- 
getAuthenticationFlow- Overrides:
- getAuthenticationFlowin class- AuthorizationEndpointBase
 
 
-