You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2018/09/06 10:03:02 UTC

[fineract-cn-identity] 01/01: Merge pull request #7 from Izakey/develop

This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-identity.git

commit 7f9842b8da53d534526738879766ac88512fab5f
Merge: 36c7e12 10f7b9b
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Thu Sep 6 11:02:59 2018 +0100

    Merge pull request #7 from Izakey/develop
    
    Document Identity API to manage identities, roles and permissions

 component-test/build.gradle                        |   14 +-
 ...omponentTest.java => AbstractIdentityTest.java} |   65 +-
 .../src/main/java/IdentityApiDocumentation.java    | 1075 ++++++++++++++++++++
 component-test/src/main/java/TestApplications.java |    2 +-
 .../src/main/java/TestAuthentication.java          |    2 +-
 component-test/src/main/java/TestKeyRotation.java  |    2 +-
 component-test/src/main/java/TestPasswords.java    |    2 +-
 .../src/main/java/TestPermittableGroups.java       |    2 +-
 component-test/src/main/java/TestProvisioning.java |    2 +-
 component-test/src/main/java/TestRefreshToken.java |    2 +-
 component-test/src/main/java/TestRoles.java        |    2 +-
 component-test/src/main/java/TestUsers.java        |    2 +-
 12 files changed, 1129 insertions(+), 43 deletions(-)