Class LoginApiLocal<RT>

  • All Implemented Interfaces:
    LoginApi

    public abstract class LoginApiLocal<RT>
    extends java.lang.Object
    implements LoginApi
    • Field Detail

      • remoteApi

        protected final RT remoteApi
    • Constructor Detail

      • LoginApiLocal

        protected LoginApiLocal​(RT remoteApi)
    • Method Detail

      • getRemoteApi

        public RT getRemoteApi()