public class UmaUrisFactory extends Object
A factory for creating/retrieving UmaUris instances.
Modifier and Type | Method and Description |
---|---|
UmaUris |
get(org.forgerock.services.context.Context context,
Realm realm)
Gets the instance of the UmaProviderSettings.
|
UmaUris |
get(OAuth2Request request) |
UmaUris |
get(OAuth2Request oAuth2Request,
Realm realm)
Gets the instance of the UmaUris.
|
public UmaUris get(OAuth2Request request) throws NotFoundException, ServerException
NotFoundException
ServerException
public UmaUris get(OAuth2Request oAuth2Request, Realm realm) throws NotFoundException, ServerException
Gets the instance of the UmaUris.
Cache each provider settings on the realm it was created for.
oAuth2Request
- The request instance from which the base URL can be deduced.realm
- The realm.NotFoundException
ServerException
public UmaUris get(org.forgerock.services.context.Context context, Realm realm) throws NotFoundException, ServerException
Gets the instance of the UmaProviderSettings.
Cache each provider settings on the realm it was created for.
context
- The context instance from which the base URL can be deduced.realm
- The realm.NotFoundException
ServerException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.