Class GitHubProvider
java.lang.Object
com.tremolosecurity.provisioning.core.providers.GitHubProvider
- All Implemented Interfaces:
UserStoreProvider
,UserStoreProviderWithAddGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroup
(String name, Map<String, String> additionalAttributes, User user, Map<String, Object> request) void
void
void
deleteUser
(User user, Map<String, Object> request) org.kohsuke.github.GHOrganization
getToken()
void
boolean
void
setUserPassword
(User user, Map<String, Object> request) void
shutdown()
void
-
Constructor Details
-
GitHubProvider
public GitHubProvider()
-
-
Method Details
-
getApiHost
-
createUser
public void createUser(User user, Set<String> attributes, Map<String, Object> request) throws ProvisioningException- Specified by:
createUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
setUserPassword
- Specified by:
setUserPassword
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
syncUser
public void syncUser(User user, boolean addOnly, Set<String> attributes, Map<String, Object> request) throws ProvisioningException- Specified by:
syncUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
deleteUser
- Specified by:
deleteUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
getToken
public String getToken() throws org.apache.http.client.ClientProtocolException, org.jose4j.lang.JoseException, IOException, ProvisioningException, org.json.simple.parser.ParseException- Throws:
org.apache.http.client.ClientProtocolException
org.jose4j.lang.JoseException
IOException
ProvisioningException
org.json.simple.parser.ParseException
-
findUser
public User findUser(String userID, Set<String> attributes, Map<String, Object> request) throws ProvisioningException- Specified by:
findUser
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
init
public void init(Map<String, Attribute> cfg, ConfigManager cfgMgr, String name) throws ProvisioningException- Specified by:
init
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
shutdown
- Specified by:
shutdown
in interfaceUserStoreProvider
- Throws:
ProvisioningException
-
addGroup
public void addGroup(String name, Map<String, String> additionalAttributes, User user, Map<String, throws ProvisioningExceptionObject> request) - Specified by:
addGroup
in interfaceUserStoreProviderWithAddGroup
- Throws:
ProvisioningException
-
deleteGroup
public void deleteGroup(String name, User user, Map<String, Object> request) throws ProvisioningException- Specified by:
deleteGroup
in interfaceUserStoreProviderWithAddGroup
- Throws:
ProvisioningException
-
isGroupExists
public boolean isGroupExists(String name, User user, Map<String, Object> request) throws ProvisioningException- Specified by:
isGroupExists
in interfaceUserStoreProviderWithAddGroup
- Throws:
ProvisioningException
-
getOrganization
- Throws:
ProvisioningException
-
getOrgName
-