Module aeonics.core

Class Provider.Remote

    • Constructor Detail

      • Remote

        public Remote()
    • Method Detail

      • loginPageRedirectUrl

        public abstract java.lang.String loginPageRedirectUrl()
      • export

        public Data export()
        Description copied from class: Entity
        The default entity export implementation includes informational metadata fields as well as all declared Entity.parameters() and all declared Entity.relationships().

        If there are potentially private or confidential data returned by the default implementation, you should override it and modify the result before returning it.

        Note that you may provide your own custom implementation although it may introduce inconsistencies with the frontent application in case of unexpected format or missing information. Therefore, it is always prefeable to call super.export() and manipulate the result instead.

        Specified by:
        export in interface Exportable
        Overrides:
        export in class Entity
        Returns:
        a public data representation of this class instance