Interface IMyDataEnvironmentTechnicalAccess
-
- All Known Subinterfaces:
IMyDataEnvironmentFullFace
public interface IMyDataEnvironmentTechnicalAccess
This 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 void
destroy()
Triggers internal cleanup.Optional<de.fraunhofer.iese.mydata.component.interfaces.IPolicyDecisionPoint>
getPdp()
Access to theIPolicyDecisionPoint
associated with thisIMyDataEnvironment
-
-
-
Method Detail
-
getPdp
Optional<de.fraunhofer.iese.mydata.component.interfaces.IPolicyDecisionPoint> getPdp()
Access to theIPolicyDecisionPoint
associated with thisIMyDataEnvironment
- Returns:
- the
IPolicyDecisionPoint
associated with thisIMyDataEnvironment
if available
-
destroy
void destroy()
Triggers internal cleanup. TheIMyDataEnvironment
must not be used after calling this method.
-
-