Uses of Class
org.keycloak.protocol.saml.SamlProtocol
-
Packages that use SamlProtocol Package Description org.keycloak.protocol.oidc.endpoints org.keycloak.protocol.saml org.keycloak.protocol.saml.profile.ecp -
-
Uses of SamlProtocol in org.keycloak.protocol.oidc.endpoints
Subclasses of SamlProtocol in org.keycloak.protocol.oidc.endpoints Modifier and Type Class Description static classTokenEndpoint.TokenExchangeSamlProtocol -
Uses of SamlProtocol in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml that return SamlProtocol Modifier and Type Method Description SamlProtocolSamlProtocol. setEventBuilder(EventBuilder event)SamlProtocolSamlProtocol. setHttpHeaders(javax.ws.rs.core.HttpHeaders headers)SamlProtocolSamlProtocol. setRealm(RealmModel realm)SamlProtocolSamlProtocol. setSession(KeycloakSession session)SamlProtocolSamlProtocol. setUriInfo(javax.ws.rs.core.UriInfo uriInfo)Methods in org.keycloak.protocol.saml with parameters of type SamlProtocol Modifier and Type Method Description protected javax.ws.rs.core.ResponseSamlService. 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 SamlProtocol Modifier and Type Method Description protected javax.ws.rs.core.ResponseSamlEcpProfileService. newBrowserAuthentication(AuthenticationSessionModel authSession, boolean isPassive, boolean redirectToAuthentication, SamlProtocol samlProtocol)
-