hudson.plugins.pwauth
Class PWauthDescriptor

java.lang.Object
  extended by hudson.model.Descriptor<hudson.security.SecurityRealm>
      extended by hudson.plugins.pwauth.PWauthDescriptor
All Implemented Interfaces:
hudson.model.Saveable

@Extension
public final class PWauthDescriptor
extends hudson.model.Descriptor<hudson.security.SecurityRealm>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
PWauthDescriptor()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json)
           
 hudson.util.FormValidation doTest(java.lang.String pwauthPath, java.lang.String whitelist, java.lang.String grepPath, java.lang.String catPath, java.lang.String groupsPath, java.lang.String idPath)
           
 java.lang.String getDisplayName()
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PWauthDescriptor

public PWauthDescriptor()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.security.SecurityRealm>

doTest

public hudson.util.FormValidation doTest(@QueryParameter
                                         java.lang.String pwauthPath,
                                         @QueryParameter
                                         java.lang.String whitelist,
                                         @QueryParameter
                                         java.lang.String grepPath,
                                         @QueryParameter
                                         java.lang.String catPath,
                                         @QueryParameter
                                         java.lang.String groupsPath,
                                         @QueryParameter
                                         java.lang.String idPath)

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject json)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.security.SecurityRealm>
Throws:
hudson.model.Descriptor.FormException


Copyright © 2010. All Rights Reserved.