public class EntityDescriptorImporterService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RealmAuth |
auth |
protected RealmModel |
realm |
| Constructor and Description |
|---|
EntityDescriptorImporterService(RealmModel realm,
RealmAuth auth) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLogoutLocation(org.picketlink.identity.federation.saml.v2.metadata.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 RealmAuth auth
public EntityDescriptorImporterService(RealmModel realm, 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)
Copyright © 2014. All Rights Reserved.