Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 1.25 KB

overview.md

File metadata and controls

35 lines (24 loc) · 1.25 KB

The Connector4java is a client for OSIAM and provides an easy to use Java API that enables user logins or the administration of users, groups and their interactions.

OSIAM provides a time limited access token that regulates the access to resources at any one time. For this purpose the Connector4java API enables an easy way to retrieve this token on different ways depending on your rights in OSIAM.

More information about the login, retrieving an access token and the possible grants can be found here.

What can be done with the Connector?

  • Login by providing user name and password of an user, if you want to have your own login page

Retrieval of information:

  • access token after the user's or client's login
  • if the actual access token is still valid
  • the scopes (rights) of your actual access token

Retrieval of

  • single users, lists of users and the actual logged-in users

Retrieval of

  • single groups, lists of groups and members of a group