A C D G H I L M O U 

A

allowsSignup() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 

C

canConvert(Class) - Method in class org.jenkinsci.plugins.GithubSecurityRealm.ConverterImpl
 
createSecurityComponents() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 

D

doCommenceLogin(StaplerRequest, String) - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 
doFinishLogin(StaplerRequest) - Method in class org.jenkinsci.plugins.GithubSecurityRealm
This is where the user comes back to at the end of the OpenID redirect ping-pong.

G

getAccessToken() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
Gets the OAuth access token, so that it can be persisted and used elsewhere.
getAdminUserNameList() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 
getAdminUserNames() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
getAuthorities() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
 
getAuthorities() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
 
getClientID() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 
getClientSecret() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 
getCredentials() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
 
getDisplayName() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy.DescriptorImpl
 
getDisplayName() - Method in class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
 
getGitHub() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
 
getGithubApiUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 
getGithubUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
Deprecated.
getGithubWebUri() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 
getGroups() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
getHelpFile() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy.DescriptorImpl
 
getHelpFile() - Method in class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
 
getLoginUrl() - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 
getName() - Method in class org.jenkinsci.plugins.GithubOAuthGroupDetails
 
getOrganizationNameList() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 
getOrganizationNames() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
getPassword() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
 
getPrincipal() - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
Returns the login name in GitHub.
getRootACL() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
getScopesToRequest() - Method in class org.jenkinsci.plugins.GitHubOAuthScope
Returns a collection of scopes to request.
getUsername() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
 
GithubAuthenticationException - Exception in org.jenkinsci.plugins
 
GithubAuthenticationException(String, Throwable) - Constructor for exception org.jenkinsci.plugins.GithubAuthenticationException
Standard constructor
GithubAuthenticationException(String) - Constructor for exception org.jenkinsci.plugins.GithubAuthenticationException
Standard constructor
GithubAuthenticationToken - Class in org.jenkinsci.plugins
 
GithubAuthenticationToken(String, String) - Constructor for class org.jenkinsci.plugins.GithubAuthenticationToken
 
GithubAuthorizationStrategy - Class in org.jenkinsci.plugins
 
GithubAuthorizationStrategy(String, boolean, String, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
GithubAuthorizationStrategy.DescriptorImpl - Class in org.jenkinsci.plugins
 
GithubAuthorizationStrategy.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.GithubAuthorizationStrategy.DescriptorImpl
 
GithubOAuthGroupDetails - Class in org.jenkinsci.plugins
 
GithubOAuthGroupDetails(GHOrganization) - Constructor for class org.jenkinsci.plugins.GithubOAuthGroupDetails
 
GitHubOAuthScope - Class in org.jenkinsci.plugins
Extension point to be implemented by plugins to request additional scopes.
GitHubOAuthScope() - Constructor for class org.jenkinsci.plugins.GitHubOAuthScope
 
GithubOAuthUserDetails - Class in org.jenkinsci.plugins
 
GithubOAuthUserDetails(GHUser) - Constructor for class org.jenkinsci.plugins.GithubOAuthUserDetails
 
GithubRequireOrganizationMembershipACL - Class in org.jenkinsci.plugins
 
GithubRequireOrganizationMembershipACL(String, String, boolean, boolean, boolean, boolean) - Constructor for class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 
GithubSecurityRealm - Class in org.jenkinsci.plugins
Implementation of the AbstractPasswordBasedSecurityRealm that uses github oauth to verify the user can login.
GithubSecurityRealm(String, String, String, String) - Constructor for class org.jenkinsci.plugins.GithubSecurityRealm
 
GithubSecurityRealm(String, String, String) - Constructor for class org.jenkinsci.plugins.GithubSecurityRealm
GithubSecurityRealm.ConverterImpl - Class in org.jenkinsci.plugins
 
GithubSecurityRealm.ConverterImpl() - Constructor for class org.jenkinsci.plugins.GithubSecurityRealm.ConverterImpl
 
GithubSecurityRealm.DescriptorImpl - Class in org.jenkinsci.plugins
 
GithubSecurityRealm.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
 
GithubSecurityRealm.DescriptorImpl(Class<? extends SecurityRealm>) - Constructor for class org.jenkinsci.plugins.GithubSecurityRealm.DescriptorImpl
 

H

hasOrganizationPermission(String, String) - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
For some reason I can't get the github api to tell me for the current user the groups to which he belongs.
hasPermission(Authentication, Permission) - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 

I

isAccountNonExpired() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
 
isAccountNonLocked() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
 
isAllowAnonymousReadPermission() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
isAllowAnonymousReadPermission() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 
isAllowCcTrayPermission() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
isAllowCcTrayPermission() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 
isAllowGithubWebHookPermission() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
isAllowGithubWebHookPermission() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 
isAuthenticatedUserReadPermission() - Method in class org.jenkinsci.plugins.GithubAuthorizationStrategy
 
isAuthenticatedUserReadPermission() - Method in class org.jenkinsci.plugins.GithubRequireOrganizationMembershipACL
 
isCredentialsNonExpired() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
 
isEnabled() - Method in class org.jenkinsci.plugins.GithubOAuthUserDetails
 

L

loadGroupByGroupname(String) - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 
loadOrganization(String) - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
 
loadTeam(String, String) - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
 
loadUser(String) - Method in class org.jenkinsci.plugins.GithubAuthenticationToken
 
loadUserByUsername(String) - Method in class org.jenkinsci.plugins.GithubSecurityRealm
 

M

marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class org.jenkinsci.plugins.GithubSecurityRealm.ConverterImpl
 

O

org.jenkinsci.plugins - package org.jenkinsci.plugins
 

U

unmarshal(HierarchicalStreamReader, UnmarshallingContext) - Method in class org.jenkinsci.plugins.GithubSecurityRealm.ConverterImpl
 
A C D G H I L M O U 

Copyright © 2004-2014. All Rights Reserved.