public class SamlProtocolFactory extends AbstractLoginProtocolFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
SCOPE_ROLE_LIST |
| Constructor and Description |
|---|
SamlProtocolFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDefaults(ClientModel client) |
LoginProtocol |
create(KeycloakSession session) |
protected void |
createDefaultClientScopesImpl(RealmModel newRealm) |
Object |
createProtocolEndpoint(RealmModel realm,
EventBuilder event) |
Map<String,ProtocolMapperModel> |
getBuiltinMappers() |
String |
getId() |
void |
init(Config.Scope config) |
void |
setupClientDefaults(ClientRepresentation clientRep,
ClientModel newClient) |
addDefaultClientScopes, close, createDefaultClientScopes, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String SCOPE_ROLE_LIST
public Object createProtocolEndpoint(RealmModel realm, EventBuilder event)
public LoginProtocol create(KeycloakSession session)
public void init(Config.Scope config)
init in interface ProviderFactory<LoginProtocol>init in class AbstractLoginProtocolFactorypublic String getId()
public Map<String,ProtocolMapperModel> getBuiltinMappers()
protected void createDefaultClientScopesImpl(RealmModel newRealm)
createDefaultClientScopesImpl in class AbstractLoginProtocolFactoryprotected void addDefaults(ClientModel client)
addDefaults in class AbstractLoginProtocolFactorypublic void setupClientDefaults(ClientRepresentation clientRep, ClientModel newClient)
Copyright © 2020 JBoss by Red Hat. All rights reserved.