public interface DeployAuthService
Modifier and Type | Method and Description |
---|---|
DeployKey |
createDeployKey(String groupId,
String name) |
DeployGroup |
createGroup(String name) |
void |
deleteGroup(String groupId) |
DeployKey |
deleteKey(String keyId) |
DeployGroup |
getGroup(String groupId) |
DeployKey |
getKey(String keyId) |
List<DeployGroup> |
listGroups(int position,
int count) |
void |
updateGroup(DeployGroup group) |
DeployKey |
updateKey(DeployKey key) |
List<DeployGroup> listGroups(int position, int count)
DeployGroup createGroup(String name)
void deleteGroup(String groupId)
void updateGroup(DeployGroup group)
DeployGroup getGroup(String groupId)
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.