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
Modifier and TypeMethodDescriptionvoiddestroy()Triggers internal cleanup.getPdp()Access to theIPolicyDecisionPointassociated with thisIMyDataEnvironment
-
Method Details
-
getPdp
Optional<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.
-