Skip to content

Commit cfff798

Browse files
authored
fix(docs): update BasePolarisAuthenticator to DefaultAuthenticator (#2303)
1 parent d124612 commit cfff798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/in-dev/unreleased/realm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This ensures that each realm's data is stored separately.
4646

4747
**RealmContext:** It is a key concept used to identify and resolve the context in which operations are performed. For example `DefaultRealmContextResolver`, a realm is resolved from request headers, and operations are performed based on the resolved realm identifier.
4848

49-
**Authentication and Authorization:** For example, in `BasePolarisAuthenticator`, `RealmContext` is used to provide context about the current security domain, which is used to retrieve the correct `PolarisMetastoreManager` that manages all Polaris entities and associated grant records metadata for
49+
**Authentication and Authorization:** For example, in `DefaultAuthenticator`, `RealmContext` is used to provide context about the current security domain, which is used to retrieve the correct `PolarisMetastoreManager` that manages all Polaris entities and associated grant records metadata for
5050
authorization.
5151

5252
**Isolation:** In methods like `createEntityManagerFactory(@Nonnull RealmContext realmContext)` from `PolarisEclipseLinkPersistenceUnit` interface, the realm context influence how resources are created or managed based on the security policies of that realm.

0 commit comments

Comments
 (0)