public interface IdentityProviderResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
export(String format) |
void |
remove() |
IdentityProviderRepresentation |
toRepresentation() |
void |
update(IdentityProviderRepresentation identityProviderRepresentation) |
@GET @Produces(value="application/json") IdentityProviderRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(IdentityProviderRepresentation identityProviderRepresentation)
@DELETE void remove()
@GET @Path(value="export") javax.ws.rs.core.Response export(@QueryParam(value="format") String format)
Copyright © 2015. All rights reserved.