| 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.commons.encoding |
The
Ensure and org.junit.Assert
classes provide the ability to specify assertions about state,
throwing an exception ("fail early") if the assertion fails. |
| org.apache.isis.core.metamodel.adapter.oid | |
| org.apache.isis.core.metamodel.adapter.version | |
| org.apache.isis.core.metamodel.runtimecontext.noruntime | |
| org.apache.isis.core.runtime.authentication.standard |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthenticationSession
The representation within the system of an authenticated user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousSession
Originally designed for webapp viewers that want to provide access without
requiring that the user logs on.
|
class |
AuthenticationSessionAbstract |
| Modifier and Type | Field and Description |
|---|---|
static FieldType<Encodable> |
FieldType.ENCODABLE |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Oid
An immutable identifier for either a root object (subtype
RootOid) or
an aggregated object (subtype AggregatedOid). |
interface |
RootOid
Defines a subtype of
Oid specific to a root adapter. |
interface |
TypedOid |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedOid
|
class |
CollectionOid
Used as the
Oid for collections. |
class |
ParentedOid
Base type of the
Oid for collections and for @Aggregated
types. |
class |
RootOidDefault |
| Modifier and Type | Class and Description |
|---|---|
class |
Version
An instance of this class is held by each
ObjectAdapter and is used
to represent a particular version (at a point in time) of domain object
wrapped by that adapter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationSessionNoRuntime |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSession |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.