Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.security.authentication | |
org.apache.jackrabbit.core.security.principal |
Modifier and Type | Method and Description |
---|---|
protected PrincipalProviderRegistry |
DefaultSecurityManager.getPrincipalProviderRegistry() |
Modifier and Type | Method and Description |
---|---|
PrincipalProviderRegistry |
RepositoryCallback.getPrincipalProviderRegistry() |
Modifier and Type | Method and Description |
---|---|
AuthContext |
AuthContextProvider.getAuthContext(Credentials credentials,
Subject subject,
Session session,
PrincipalProviderRegistry principalProviderRegistry,
String adminId,
String anonymousId) |
void |
RepositoryCallback.setPrincipalProviderRegistry(PrincipalProviderRegistry principalProviderRegistry) |
Constructor and Description |
---|
CallbackHandlerImpl(Credentials credentials,
Session session,
PrincipalProviderRegistry principalProviderRegistry,
String adminId,
String anonymousId)
Instantiate with the data needed to handle callbacks
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderRegistryImpl
This is the default implementation of the
PrincipalProviderRegistry
interface. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.