Package | Description |
---|---|
org.keycloak.protocol | |
org.keycloak.protocol.oidc | |
org.keycloak.protocol.saml |
Modifier and Type | Method and Description |
---|---|
LoginProtocol |
LoginProtocol.setRealm(RealmModel realm) |
LoginProtocol |
LoginProtocol.setSession(KeycloakSession session) |
LoginProtocol |
LoginProtocol.setUriInfo(javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Class and Description |
---|---|
class |
OpenIDConnect |
Modifier and Type | Method and Description |
---|---|
LoginProtocol |
OpenIDConnectFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
SamlProtocol |
Modifier and Type | Method and Description |
---|---|
LoginProtocol |
SamlProtocolFactory.create(KeycloakSession session) |
Copyright © 2015. All Rights Reserved.