Interface IdentityStoreFactory
public interface IdentityStoreFactory
Factory for creating
IdentityStore
instances.-
Method Summary
Modifier and TypeMethodDescriptionReturnsIdentityStore
handle for an organization.Creates aIdentityStore
instance.default IdentityStore
ReturnsIdentityStore
handle for a realm.
-
Method Details
-
create
Creates aIdentityStore
instance.- Parameters:
realm
- The realm to create the instance intoken
- TheSSOToken
of the user- Returns:
- The
IdentityStore
instance
-
create
ReturnsIdentityStore
handle for an organization. Checks a cache before creating.- Parameters:
orgName
- the organization name.- Returns:
IdentityStore
object
-
create
ReturnsIdentityStore
handle for a realm. Checks a cache before creating.- Parameters:
realm
- theRealm
- Returns:
IdentityStore
object
-