Exemplo n.º 1
0
 void AppAuthState.disconnect(AppAuthContext context)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 2
0
 void AppAuthState.error(AppAuthContext context)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 3
0
        void AppAuthState.authorize(AppAuthContext context)
        {
            Login loginForm = context.getLoginForm();

            loginForm.setStateMessage("로그인 되었습니다.");
        }
Exemplo n.º 4
0
 void AppAuthState.authenticateActivatingNew(AppAuthContext context)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 5
0
 void AppAuthState.unauthorize(AppAuthContext context, string message)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 6
0
 void AppAuthState.authorize(AppAuthContext context)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 7
0
        void AppAuthState.authenticate(AppAuthContext context)
        {
            Login loginForm = context.getLoginForm();

            loginForm.setStateMessage("로그인 시도하고 있습니다.");
        }