public class SSHKeyImpl extends AWebPage implements ISSHKey
dServerOptions, mc, navRegistryADD_KEY_ACTION, ADD_TEMPLATE_ACTION, DELETE_KEY_ACTION, EDIT_KEY_ACTION, REMOVE_TEMPLATE_ACTION, ROOT, SAVE_KEY_ACTION| Constructor and Description |
|---|
SSHKeyImpl() |
| Modifier and Type | Method and Description |
|---|---|
AjaxAnswer |
addKey(String template,
String[] keys) |
RenderedView |
addKeyView(String template) |
AjaxAnswer |
addTemplate(String owner,
String[] templates) |
RenderedView |
addTemplateView(String owner) |
RenderedView |
addView() |
AjaxAnswer |
delete(String owner) |
AjaxAnswer |
deleteTemplate(String owner,
String tname) |
RenderedView |
deleteTemplateView(String owner,
String tname) |
RenderedView |
deleteView(String owner) |
RenderedView |
editView(String owner) |
protected String |
getNavElementName() |
protected String |
getTemplateFolder() |
protected void |
init() |
AjaxAnswer |
save(String oldOwner,
String owner,
String key,
String[] templates) |
RenderedView |
view(String viewtype) |
addBreadCrumb, addFilter, addSidebarElement, addSidebarElement, addSidebarElements, addTopAction, addViewType, assertNotEmpty, auditFormat, checkForEmpty, clearFilter, clearViewType, createError, createModal, createView, createView, getCurrentFilter, getCurrentViewType, getSidebarType, hasError, pollError, removeSidebarElement, setMessageContext, sortMap, sortNamedListprotected String getTemplateFolder()
getTemplateFolder in class AWebPageprotected String getNavElementName()
getNavElementName in class AWebPage@Transactional public RenderedView view(String viewtype)
@Transactional public RenderedView addTemplateView(String owner)
addTemplateView in interface ISSHKeyowner - the owner@Transactional public RenderedView addKeyView(String template)
addKeyView in interface ISSHKeytemplate - the template name@Transactional public RenderedView deleteTemplateView(String owner, String tname)
deleteTemplateView in interface ISSHKeyowner - the ownertname - the template name@Transactional public RenderedView deleteView(String owner)
deleteView in interface ISSHKeyowner - the owner@Transactional public RenderedView editView(String owner)
@Transactional public RenderedView addView()
@Transactional public AjaxAnswer save(String oldOwner, String owner, String key, String[] templates) throws FormErrorException
save in interface ISSHKeyoldOwner - the old owner nameowner - the new owner namekey - the ssh keytemplates - associated tempalte namesFormErrorException - one form errors@Transactional public AjaxAnswer addTemplate(String owner, String[] templates)
addTemplate in interface ISSHKeyowner - the ownertemplates - the template names@Transactional public AjaxAnswer addKey(String template, String[] keys)
@Transactional public AjaxAnswer deleteTemplate(String owner, String tname)
deleteTemplate in interface ISSHKeyowner - the ownertname - the template name@Transactional public AjaxAnswer delete(String owner)
Copyright © 2014 Cinovo AG. All Rights Reserved.