public class DefaultClientRegistrationProvider extends Object implements ClientRegistrationProvider
| Constructor and Description |
|---|
DefaultClientRegistrationProvider(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
javax.ws.rs.core.Response |
create(ClientRepresentation client) |
javax.ws.rs.core.Response |
delete(String clientId) |
javax.ws.rs.core.Response |
get(String clientId) |
void |
setEvent(EventBuilder event) |
void |
setRealm(RealmModel realm) |
javax.ws.rs.core.Response |
update(String clientId,
ClientRepresentation rep) |
public DefaultClientRegistrationProvider(KeycloakSession session)
public javax.ws.rs.core.Response create(ClientRepresentation client)
public javax.ws.rs.core.Response get(String clientId)
public javax.ws.rs.core.Response update(String clientId, ClientRepresentation rep)
public javax.ws.rs.core.Response delete(String clientId)
public void setRealm(RealmModel realm)
setRealm in interface ClientRegistrationProviderpublic void setEvent(EventBuilder event)
setEvent in interface ClientRegistrationProviderCopyright © 2015 JBoss by Red Hat. All rights reserved.