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 Detail

      • getPdp

        Optional<de.fraunhofer.iese.mydata.component.interfaces.IPolicyDecisionPoint> getPdp()
        Access to the IPolicyDecisionPoint associated with this IMyDataEnvironment
        Returns:
        the IPolicyDecisionPoint associated with this IMyDataEnvironment if available
      • destroy

        void destroy()
        Triggers internal cleanup. The IMyDataEnvironment must not be used after calling this method.