Project

General

Profile

« Previous | Next » 

Revision 50288

1. COnfiguration for aai

View differences:

LoginPage.java
26 26
import org.gwtbootstrap3.client.ui.constants.AlertType;
27 27
import org.gwtbootstrap3.client.ui.constants.ButtonType;
28 28
import org.gwtbootstrap3.client.ui.html.Paragraph;
29
import org.springframework.beans.factory.annotation.Value;
29 30

  
31
import java.io.IOException;
32
import java.net.HttpURLConnection;
33
import java.net.URL;
30 34
import java.util.Date;
31 35

  
36
import static org.springframework.http.HttpHeaders.USER_AGENT;
37

  
32 38
/**
33 39
 * Created by stefania on 12/2/15.
34 40
 */
......
52 58
    private UserServiceAsync userService = GWT.create(UserService.class);
53 59
    private LoginListener loginListener;
54 60

  
61
    @Value("${oidc.issuer}")
62
    private String oidcURL;
63

  
55 64
    private LoginPage() {
56 65

  
57 66
        successLabel.setType(AlertType.SUCCESS);

Also available in: Unified diff