Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following image can help you understand the concept called “Realm”.

Image RemovedImage Added

User Realm

A realm is generally a collection of users with attributes, which may or may not be assigned to roles or groups. Basically we can say that the realm represents a user store. However the WSO2 user realm consists of following four aspects,

...

Any user store manager implementation can be written by implementing “UserStoreManager” or extending “AbstractUserStoreManager” or extending any default implementation that is mentioned above.

Image RemovedImage Added

JDBCUserStoreManager

...