Interface IdentityStoreFactory
public interface IdentityStoreFactory
Factory for creating
IdentityStore instances.-
Method Summary
Modifier and TypeMethodDescriptionReturnsIdentityStorehandle for an organization.Creates aIdentityStoreinstance.default IdentityStoreReturnsIdentityStorehandle for a realm.
-
Method Details
-
create
Creates aIdentityStoreinstance.- Parameters:
realm- The realm to create the instance intoken- TheSSOTokenof the user- Returns:
- The
IdentityStoreinstance
-
create
ReturnsIdentityStorehandle for an organization. Checks a cache before creating.- Parameters:
orgName- the organization name.- Returns:
IdentityStoreobject
-
create
ReturnsIdentityStorehandle for a realm. Checks a cache before creating.- Parameters:
realm- theRealm- Returns:
IdentityStoreobject
-