Skip to content

Custom IdRepo #611

Answered by maximthomas
meha-patel2020 asked this question in Q&A
Discussion options

You must be logged in to vote

@meha-patel2020 seems, you have not implemented functions from IdRepo class

public Set<IdType> getSupportedTypes() 

So default implementation returns and empty set so OpenAM thinks your repository does not support Users and Groups identity types and shows the error message.
As an example you can check Apache Cassandra implementation Repo.java

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by maximthomas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants