|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcontrollers.SvnAuthController
class SvnAuthController
Property Summary | |
---|---|
static Map |
conf
Config |
def |
create
Set up creation of a new group of settings |
def |
delete
Delete an authentication definition |
def |
edit
Set up an edit for the basic settings of an auth definition |
def |
editCert
Set up an edit of the client cert |
def |
editKey
Set up an edit of the private key |
def |
editPassword
Set up an edit of the password |
def |
index
|
def |
list
List all active authentication settings. |
def |
save
Save a new set of settings |
def |
show
|
def |
update
Process an edit |
def |
updateCert
Save an update to a client X509 certificate |
def |
updateKey
Save an update to an SSH private key |
def |
updatePassword
Save an update to the password |
Constructor Summary | |
SvnAuthController()
|
Method Summary | |
---|---|
def
|
editSomething()
Shared logic for setting up an update of the password, private key or client certificate. |
def
|
getAuthOrRedirect(Map redirectParams)
Utility method to get the AuthenticationData identified by the current params, or to issue a redirect with the relevant message if either the given ID is not found, or it is found but represents the protected "none" authentication data. |
def
|
updateKeyOrCert(FileAndPasswordCommand cmd, String filePrefix, String fileSuffix, String editView, String fileProperty, String passProperty)
Common logic involved in saving updates to the private key or cert |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
static Map conf
def create
def delete
def edit
def editCert
def editKey
def editPassword
def index
def list
def save
def show
def update
def updateCert
def updateKey
def updatePassword
Constructor Detail |
---|
SvnAuthController()
Method Detail |
---|
public def editSomething()
public def getAuthOrRedirect(Map redirectParams)
public def updateKeyOrCert(FileAndPasswordCommand cmd, String filePrefix, String fileSuffix, String editView, String fileProperty, String passProperty)
Groovy Documentation