Uses of Class
org.keycloak.protocol.saml.SamlProtocol
Packages that use SamlProtocol
Package
Description
-
Uses of SamlProtocol in org.keycloak.protocol.oidc.endpoints
Subclasses of SamlProtocol in org.keycloak.protocol.oidc.endpoints -
Uses of SamlProtocol in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml that return SamlProtocolModifier and TypeMethodDescriptionSamlProtocol.setEventBuilder
(EventBuilder event) SamlProtocol.setHttpHeaders
(jakarta.ws.rs.core.HttpHeaders headers) SamlProtocol.setRealm
(RealmModel realm) SamlProtocol.setSession
(KeycloakSession session) SamlProtocol.setUriInfo
(jakarta.ws.rs.core.UriInfo uriInfo) Methods in org.keycloak.protocol.saml with parameters of type SamlProtocolModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
SamlService.newBrowserAuthentication
(AuthenticationSessionModel authSession, boolean isPassive, boolean redirectToAuthentication, SamlProtocol samlProtocol) -
Uses of SamlProtocol in org.keycloak.protocol.saml.profile.ecp
Methods in org.keycloak.protocol.saml.profile.ecp with parameters of type SamlProtocolModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
SamlEcpProfileService.newBrowserAuthentication
(AuthenticationSessionModel authSession, boolean isPassive, boolean redirectToAuthentication, SamlProtocol samlProtocol)