| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.common |
Common IND2UCE classes.
|
| de.fraunhofer.iese.ind2uce.api.component |
IND2UCE component interfaces and classes.
|
| de.fraunhofer.iese.ind2uce.api.component.description |
Description of IND2UCE component capabilities, i.e., their interfaces.
|
| de.fraunhofer.iese.ind2uce.api.component.identifier |
IND2UCE component identifiers.
|
| de.fraunhofer.iese.ind2uce.api.policy |
Policy-related classes.
|
| de.fraunhofer.iese.ind2uce.api.policy.identifier |
Policy-related identifiers.
|
| de.fraunhofer.iese.ind2uce.api.policy.parameter |
Parameters uses in policies.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Ind2uceEntity> |
Ind2uceEntity.fromJson(String json,
Class<T> clazz)
Deserializes an Ind2uceEntity from JSON.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Component
A description of a concrete IND2UCE framework component.
|
class |
ComponentBase
Created by eitel on 12/1/16.
|
class |
EnforcementScope
The EsDescription is a description of all components that are registered at
the PolicyManagementPoint of the Enforcement Scope, including all URLs and
MethodInterfaceDescriptions of the components. |
class |
PepComponent
Created by goetzingert on 03/11/2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputParameterDescription
The Class InputParameterDescription is used by different component as PXP,
PIP, PEP and others to specify
MethodInterfaceDescription at the time
of registration at PMP. |
class |
MethodInterfaceDescription
Describes an interface of a method.
|
class |
ModifierInterfaceDescription
Describes a Modifier.
|
class |
PepInterfaceDescription
Describes the capabilities of Policy Enforcement Points in terms of
intercepted events and enforceable methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentId
A component ID uniquely names an IND²UCE component.
|
class |
EnforcementScopeId
The Class EnforcementScopeId.
|
class |
EnforcementScopeTypeId
The Class EnforcementScopeTypeId.
|
class |
GroupId
The Class GroupId.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationDecision
Information about the permissiveness of the event.
|
class |
Event
An event that occured in the system under observation, intercepted or
monitored by a PolicyEnforcementPoint.
|
class |
ExecuteAction
An action to be performed.
|
class |
ModifierEngine
A modifier engine describes a method that can be performed on event
parameters.
|
class |
PipRequest<T>
A request that instructs the PIP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionId
The ActionId uniquely identifies an action that can occur in a certain system
on a certain abstraction level.
|
class |
MechanismId
The Class MechanismId.
|
class |
PolicyId
The Class PolicyId.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataObject<T>
A value of a certain
DataType that is currently supported by IND2UCE. |
class |
Parameter<T>
A parameter, basically a key-value pair.
|
Copyright © 2018. All rights reserved.