Giter VIP home page Giter VIP logo

libcrowdclient's Introduction

LibCrowdClient - A C++ Library to interface with Atlassian Crowd

This is a pure C++ library that interfaces with Atlassian Crowd for Authentication and Authorization. You can use this library to interface your applications with the Crowd Identity Management server at http://www.atlassian.com/software/crowd/overview

It implments most of the SOAP API calls exposed by Crowd for authentication, and managing users and groups. Some of the features missing currently are:

  • Roles (depreciated in Crowd)
  • Searching for Groups (Planned)
  • Cacheing (Planned)
  • SSO based on Cookies/Headers (Planned)

You can view the details of the Crowd SOAP API here: https://docs.atlassian.com/atlassian-crowd/latest/com/atlassian/crowd/service/soap/server/SecurityServer.html

The API is a simple Single Static (optional) class and it handles all the remote calls automatically. It works synchronous manor, so all calls complete, and can be configured to either throw exceptions of failures (like Authentication Failures, or communication failures) to returning status codes.

The API allows you to authenticate users, create/delete/modify users and groups and authenticate your application. No Server Side code is necessary to support this.

Installation

Installation is straight forward on the crowd side, just create a new "generic application" in crowd, with a appname, password and the IP address filled in. Assign your directories (the first directory will be where new users/groups are created) and then in the CrowdClient api, call CrowdClient::Setup(, , );

A Sample Application is included, called crowdclient, that will exercise all the SOAP API, so you can refer to that for further information on how to operate the API.

Contact

Please file Bug Reports, enhancements etc at http://jira.my-ho.st/jira/browse/LCC

libcrowdclient's People

Contributors

fishwaldo avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.