public class DeleteSshKey extends java.lang.Object implements RestModifyView<AccountResource.SshKey,Input>
Modifier and Type | Method and Description |
---|---|
Response<?> |
apply(AccountResource.SshKey rsrc,
Input input)
Process the view operation by altering the resource.
|
public Response<?> apply(AccountResource.SshKey rsrc, Input input) throws AuthException, org.eclipse.jgit.errors.RepositoryNotFoundException, java.io.IOException, org.eclipse.jgit.errors.ConfigInvalidException, PermissionBackendException
RestModifyView
apply
in interface RestModifyView<AccountResource.SshKey,Input>
rsrc
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.AuthException
- the client is not permitted to access this view.org.eclipse.jgit.errors.RepositoryNotFoundException
java.io.IOException
org.eclipse.jgit.errors.ConfigInvalidException
PermissionBackendException