Uses of Class
hudson.security.GroupDetails

Packages that use GroupDetails
hudson.security Security-related code. 
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of GroupDetails in hudson.security
 

Methods in hudson.security that return GroupDetails
 GroupDetails HudsonPrivateSecurityRealm.loadGroupByGroupname(String groupname)
          This implementation doesn't support groups.
 GroupDetails SecurityRealm.loadGroupByGroupname(String groupname)
          If this SecurityRealm supports a look up of GroupDetails by their names, override this method to provide the look up.
abstract  GroupDetails AbstractPasswordBasedSecurityRealm.loadGroupByGroupname(String groupname)
          Retrieves information about a group by its name.
 

Uses of GroupDetails in org.jvnet.hudson.test
 

Methods in org.jvnet.hudson.test that return GroupDetails
 GroupDetails JenkinsRule.DummySecurityRealm.loadGroupByGroupname(String groupname)
           
 



Copyright © 2004-2013. All Rights Reserved.