public class UmaProviderSettingsFactory extends Object
A factory for creating/retrieving UmaProviderSettings instances.
It is up to the implementation to provide caching of UmaProviderSettings instance if it wants to supported multiple UMA providers.
Modifier and Type | Method and Description |
---|---|
UmaProviderSettings |
get(OAuth2Request request) |
UmaProviderSettings |
get(String realm)
Gets the instance of the UmaProviderSettings.
|
public UmaProviderSettings get(OAuth2Request request) throws NotFoundException
NotFoundException
public UmaProviderSettings get(String realm) throws NotFoundException
Gets the instance of the UmaProviderSettings.
Cache each provider settings on the realm it was created for.
realm
- The realm.NotFoundException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.