forked from p2-inc/keycloak-orgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
p2-inc#287 Add attributes to an OrganizationMembers
- Loading branch information
Showing
8 changed files
with
41 additions
and
32 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
src/main/java/io/phasetwo/service/model/OrganizationMemberModel.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
package io.phasetwo.service.model; | ||
|
||
import java.util.List; | ||
import java.util.Map; | ||
|
||
public interface OrganizationMemberModel extends WithAttributes { | ||
|
||
String getId(); | ||
|
||
String getUserId(); | ||
|
||
OrganizationModel getOrganization(); | ||
|
||
List<String> getRoles(); | ||
} |
10 changes: 0 additions & 10 deletions
10
src/main/java/io/phasetwo/service/model/OrganizationMembershipModel.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters