| Package | Description |
|---|---|
| org.apache.isis.core.commons.authentication |
Defines the
AuthenticationSession
interface that represent a user's session identifier once they have logged on. |
| org.apache.isis.core.metamodel.runtimecontext | |
| org.apache.isis.core.metamodel.runtimecontext.noruntime | |
| org.apache.isis.core.metamodel.services.container | |
| org.apache.isis.core.metamodel.spec | |
| org.apache.isis.core.metamodel.spec.feature | |
| org.apache.isis.core.metamodel.specloader.specimpl | |
| org.apache.isis.core.progmodel.facets.object.parseable | |
| org.apache.isis.core.progmodel.facets.object.value | |
| org.apache.isis.core.progmodel.facets.object.value.annotation |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationSessionProviderAbstract |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationSessionProviderAware.setAuthenticationSessionProvider(AuthenticationSessionProvider authenticationSessionProvider) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionProvider |
RuntimeContext.getAuthenticationSessionProvider()
A mechanism for returning the current
AuthenticationSession. |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionProvider |
RuntimeContextNoRuntime.getAuthenticationSessionProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationSessionProvider |
DomainObjectContainerDefault.getAuthenticationSessionProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainObjectContainerDefault.setAuthenticationSessionProvider(AuthenticationSessionProvider authenticationSessionProvider) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionProvider |
SpecificationContext.getAuthenticationSessionProvider() |
| Constructor and Description |
|---|
SpecificationContext(DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesProvider servicesProvider,
ObjectInstantiator objectInstantiator,
SpecificationLoader specificationLookup,
FacetProcessor facetProcessor) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionProvider |
ObjectMemberContext.getAuthenticationSessionProvider() |
| Constructor and Description |
|---|
ObjectMemberContext(DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
SpecificationLoader specificationLookup,
AdapterManager adapterManager,
QuerySubmitter querySubmitter,
CollectionTypeRegistry collectionTypeRegistry,
ServicesProvider servicesProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationSessionProvider |
ObjectSpecificationAbstract.getAuthenticationSessionProvider() |
AuthenticationSessionProvider |
ObjectMemberAbstract.getAuthenticationSessionProvider() |
protected AuthenticationSessionProvider |
ObjectActionParameterAbstract.getAuthenticationSessionProvider() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionProvider |
ParseableFacetUsingParser.getAuthenticationSessionProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseableFacetFactory.setAuthenticationSessionProvider(AuthenticationSessionProvider authenticationSessionProvider) |
| Constructor and Description |
|---|
ParseableFacetAbstract(String candidateParserName,
Class<?> candidateParserClass,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesInjector dependencyInjector,
AdapterManager adapterManager) |
ParseableFacetAnnotation(Class<?> annotatedClass,
IsisConfiguration configuration,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
AdapterManager adapterManager,
ServicesInjector dependencyInjector) |
ParseableFacetFromConfiguration(String candidateParserName,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesInjector dependencyInjector,
AdapterManager adapterManager) |
ParseableFacetUsingParser(org.apache.isis.applib.adapters.Parser<?> parser,
FacetHolder holder,
DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
ServicesInjector dependencyInjector,
AdapterManager adapterManager) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionProvider |
ValueSemanticsProviderContext.getAuthenticationSessionProvider() |
protected AuthenticationSessionProvider |
ValueSemanticsProviderAndFacetAbstract.getAuthenticationSessionProvider()
From
context. |
AuthenticationSessionProvider |
ValueFacetAbstract.getAuthenticationSessionProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueUsingValueSemanticsProviderFacetFactory.setAuthenticationSessionProvider(AuthenticationSessionProvider authenticationSessionProvider) |
| Constructor and Description |
|---|
ValueSemanticsProviderContext(DeploymentCategory deploymentCategory,
AuthenticationSessionProvider authenticationSessionProvider,
SpecificationLoader specificationLookup,
AdapterManager adapterManager,
ServicesInjector dependencyInjector) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionProvider |
ValueFacetFactory.getAuthenticationSessionProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueFacetFactory.setAuthenticationSessionProvider(AuthenticationSessionProvider authenticationSessionProvider) |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.