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 TypeMethodDescriptionvoid
destroy()
Triggers internal cleanup.getPdp()
Access to theIPolicyDecisionPoint
associated with thisIMyDataEnvironment
-
Method Details
-
getPdp
Optional<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.
-