Interface IMyDataEnvironmentTechnicalAccess
-
- All Known Subinterfaces:
IMyDataEnvironmentFullFace
public interface IMyDataEnvironmentTechnicalAccessThis interface covers the "Technical Access" to a MyDataEnvironment. Some parts of the MyDataEnvironment are only for internal use to provide the functionalities of the MYDATA Library. This interface (respective its methods) should not be used by Library-Users.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()Triggers internal cleanup.Optional<de.fraunhofer.iese.mydata.component.interfaces.IPolicyDecisionPoint>getPdp()Access to theIPolicyDecisionPointassociated with thisIMyDataEnvironment
-
-
-
Method Detail
-
getPdp
Optional<de.fraunhofer.iese.mydata.component.interfaces.IPolicyDecisionPoint> getPdp()
Access to theIPolicyDecisionPointassociated with thisIMyDataEnvironment- Returns:
- the
IPolicyDecisionPointassociated with thisIMyDataEnvironmentif available
-
destroy
void destroy()
Triggers internal cleanup. TheIMyDataEnvironmentmust not be used after calling this method.
-
-