| Package | Description |
|---|---|
| de.fraunhofer.iese.ind2uce.api.component |
IND2UCE component interfaces and classes.
|
| de.fraunhofer.iese.ind2uce.api.component.interfaces |
IND2UCE component interfaces.
|
| de.fraunhofer.iese.ind2uce.connectors |
| Modifier and Type | Method and Description |
|---|---|
Component |
EnforcementScope.getPdp()
Gets the registered PolicyDecisionPoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
EnforcementScope.getPips()
Gets the List of registered PolicyInformationPoints.
|
List<Component> |
EnforcementScope.getPxps()
Gets the List of registered PolicyExecutionPoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementScope.setPdp(Component pdp)
Sets the registered PolicyDecisionPoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementScope.setPips(List<Component> pips)
Sets the List of registered PolicyInformationPoints.
|
void |
EnforcementScope.setPxps(List<Component> pxps)
Sets the List of registered PolicyExecutionPoints.
|
| Constructor and Description |
|---|
EnforcementScope(EnforcementScopeId id,
EnforcementScopeTypeId type,
Component pdp,
List<PepComponent> peps,
List<Component> pips,
List<Component> pxps)
Instantiates a new enforcement scope.
|
| Constructor and Description |
|---|
EnforcementScope(EnforcementScopeId id,
EnforcementScopeTypeId type,
Component pdp,
List<PepComponent> peps,
List<Component> pips,
List<Component> pxps)
Instantiates a new enforcement scope.
|
EnforcementScope(EnforcementScopeId id,
EnforcementScopeTypeId type,
Component pdp,
List<PepComponent> peps,
List<Component> pips,
List<Component> pxps)
Instantiates a new enforcement scope.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
IPolicyRetrievalPoint.lookupPdp()
Returns the list of PDPs in the database.
|
Component |
IPolicyManagementPoint.lookupPdp()
Returns the list of PDPs in the database.
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
IPolicyRetrievalPoint.lookupPip()
Returns the list of PIPs in the database.
|
List<Component> |
IPolicyManagementPoint.lookupPip(EnforcementScopeId scope,
boolean includeInterface)
Returns the list of PIPs in the database.
|
List<Component> |
IPolicyManagementPoint.lookupPip(EnforcementScopeId scope,
boolean includeInterface,
MethodInterfaceDescription query)
Returns the list of PIPs in the database.
|
List<Component> |
IPolicyRetrievalPoint.lookupPip(MethodInterfaceDescription query)
Returns the list of PIPs in the database.
|
List<Component> |
IRootPolicyManagementPoint.lookupPmp(EnforcementScopeId enforcementScope)
Resolves a PMP.
|
List<Component> |
IRootPolicyManagementPoint.lookupPmpByGroup(GroupId group)
Resolves all client PMPs of a certain group.
|
List<Component> |
IRootPolicyManagementPoint.lookupPmpByGroup(String expression)
Resolves all PMPs that match the regular expression.
|
List<Component> |
IPolicyRetrievalPoint.lookupPxp()
Returns the list of PXPs in the database.
|
List<Component> |
IPolicyManagementPoint.lookupPxp(EnforcementScopeId scope,
boolean includeInterface)
Returns the list of PXPs in the database.
|
List<Component> |
IPolicyManagementPoint.lookupPxp(EnforcementScopeId scope,
boolean includeInterface,
MethodInterfaceDescription query)
Returns the list of PXPs in the database.
|
List<Component> |
IPolicyRetrievalPoint.lookupPxp(MethodInterfaceDescription query)
Returns the list of PXPs in the database.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IPolicyManagementPoint.registerComponent(Component component)
Adds a component into the database.
|
| Modifier and Type | Method and Description |
|---|---|
static IPolicyDecisionPoint |
ConnectorFactory.getPdp(Component component,
String preferredConnectorType,
Map<String,Authentication> protocolToAuthentication)
Tries to establish a connection to a PDP by using the passed url variable.
|
static IPolicyInformationPoint |
ConnectorFactory.getPip(Component component,
String preferredConnectorType)
Tries to establish a connection to a PIP by using the passed url variable.
|
static IPolicyManagementPoint |
ConnectorFactory.getPmpClient(Component component,
String preferredConnectorType)
Tries to establish a connection to a PMP client by using the passed url
variable.
|
static IRootPolicyManagementPoint |
ConnectorFactory.getPmpServer(Component component,
String preferredConnectorType)
Tries to establish a connection to a PMP server by using the passed url
variable.
|
static IPolicyRetrievalPoint |
ConnectorFactory.getPrp(Component component,
String preferredConnectorType)
Tries to establish a connection to a PRP by using the passed url variable.
|
static IPolicyExecutionPoint |
ConnectorFactory.getPxp(Component component,
String preferredConnectorType)
Tries to establish a connection to a PXP by using the passed url variable.
|
Copyright © 2018. All rights reserved.