See: Description
| Interface | Description |
|---|---|
| Account |
Basic account data.
|
| Application |
A
Application is a component that adds certain functionality to the platform. |
| ApplicationSubject | |
| Authorizable<T extends Serializable> |
If a
Application want's to authorize a domain object to several Roles, the domain-object needs to
implement Authorizable.The Roles provided by the Application can be obtained by calling Application.getRoles(). |
| AuthSubject |
An
AuthSubject provides some user-credentials. |
| FeatureProvider |
A
Application can make use of several features provided by appNG. |
| Group | |
| Identifiable<T extends Serializable> |
Interface for something that can be identified.
|
| Identifier |
Provides general information about a
PackageInfo. |
| Nameable |
Interface for something that is nameable, also providing a description.
|
| Named<T extends Serializable> |
Something that can be named has an ID, a name and a description
|
| NameProvider<T> |
Provides a way to retrieve a human readable name for a certain type.
|
| Permission |
A
Application can provide several Permissions which are used to restrict the access to certain
components. |
| Properties |
Everywhere in appNG where something needs to be configurable,
Properties come into operation. |
| Property |
A
Property is a single configuration value, used to configure the appNG platform, a Site or a
Application. |
| Resource | |
| Resources |
A container providing easy access to the a
Applications multiple Resources. |
| RevisionAware | |
| Role | |
| Site |
A
Site is the highest level entry-point to the platform. |
| Subject |
A
Subject is a fully featured user-account managed by appNG. |
| Versionable<T extends Serializable> |
Interface for something that is versionable.
|
| Class | Description |
|---|---|
| ReverseableComparator<T> | |
| SimpleProperty |
Default
Property-implementation |
| Enum | Description |
|---|---|
| AuthSubject.PasswordChangePolicy |
The policy for changing the subject's password
|
| Property.Type |
The type of a
Property |
| ResourceType |
Defines the different types of a
Resource. |
| Site.SiteState |
The different states a site can have
|
| UserType |
Defines the different types a
Subject can be of. |
Copyright © 2011–2021 aiticon GmbH. All rights reserved.