final J2EContext context = new J2EContext(request, response); | |
final Client client = ConfigSingleton.getConfig().getClients().findClient(request.getParameter(Pac4jConstants.DEFAULT_CLIENT_NAME_PARAMETER)); | |
try { | |
client.redirect(context); | |
} catch (final HttpAction e) { | |
} |
--
You received this message because you are subscribed to the Google Groups "Pac4j users mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pac4j-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pac4j-users/af188261-e431-4773-8146-d9d09ed3cc21n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Pac4j users mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pac4j-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pac4j-users/0ab7af90-3a65-44b5-a15f-4dbb85aa7952n%40googlegroups.com.
[INFO] Scanning for projects...[INFO][INFO] ------------------------------------------------------------------------
[INFO] Building j2e-pac4j demo 4.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------Downloading: https://repo.maven.apache.org/maven2/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.pomDownloading: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.pomDownloaded: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.pom (6.7 kB at 9.0 kB/s)Downloading: https://oss.sonatype.org/content/repositories/snapshots/net/minidev/json-smart/maven-metadata.xmlDownloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml (1.2 kB at 13 kB/s)Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/nimbusds/lang-tag/maven-metadata.xmlDownloaded: https://repo.maven.apache.org/maven2/com/nimbusds/lang-tag/maven-metadata.xml (621 B at 14 kB/s)Downloading: https://repo.maven.apache.org/maven2/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.jarDownloading: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.jarDownloaded: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/tool/xmlsectool/2.0.0/xmlsectool-2.0.0.jar (39 kB at 73 kB/s)[INFO][INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ j2e-pac4j-demo ---...
mvn -vApache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T21:39:06+02:00)Maven home: /Users/jleleu/tools/apache-maven-3.5.0Java version: 1.8.0_131, vendor: Oracle CorporationJava home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jreDefault locale: fr_FR, platform encoding: UTF-8OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
To view this discussion on the web visit https://groups.google.com/d/msgid/pac4j-users/7167236c-7d14-40a1-ab74-ea4e6b8644b8n%40googlegroups.com.