public interface OrganizationConfigManagerFactory
OrganizationConfigManager
instances.Modifier and Type | Method and Description |
---|---|
OrganizationConfigManager |
create(SSOToken token,
String realm)
Creates a
OrganizationConfigManager for the provided realm. |
OrganizationConfigManager create(SSOToken token, String realm) throws SMSException
OrganizationConfigManager
for the provided realm.token
- The SSOToken
instance.realm
- The realm. If null
the root realm will be used.OrganizationConfigManager
instance.SMSException
- If an error occurrs while getting the OrganizationConfigManager
.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.