public class EntityDescriptorImporterService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.keycloak.services.resources.admin.RealmAuth |
auth |
protected RealmModel |
realm |
| Constructor and Description |
|---|
EntityDescriptorImporterService(RealmModel realm,
org.keycloak.services.resources.admin.RealmAuth auth) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLogoutLocation(SPSSODescriptorType idp,
String bindingURI) |
static void |
loadEntityDescriptors(InputStream is,
RealmModel realm) |
void |
updateEntityDescriptor(javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input) |
protected RealmModel realm
protected org.keycloak.services.resources.admin.RealmAuth auth
public EntityDescriptorImporterService(RealmModel realm, org.keycloak.services.resources.admin.RealmAuth auth)
@POST
@Path(value="upload")
@Consumes(value="multipart/form-data")
public void updateEntityDescriptor(@Context
javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput input)
throws IOException
IOExceptionpublic static void loadEntityDescriptors(InputStream is, RealmModel realm)
public static String getLogoutLocation(SPSSODescriptorType idp, String bindingURI)
Copyright © 2015 JBoss by Red Hat. All rights reserved.