Remove remaining Fuse adapter bits
Closes #28787 Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
This commit is contained in:
parent
128bba34d3
commit
00bd6224fa
132 changed files with 3 additions and 7221 deletions
|
@ -23,16 +23,6 @@
|
||||||
</keycloak.osgi.export>
|
</keycloak.osgi.export>
|
||||||
<keycloak.osgi.import>
|
<keycloak.osgi.import>
|
||||||
org.keycloak.*;version="${project.version}",
|
org.keycloak.*;version="${project.version}",
|
||||||
org.apache.http.auth.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.client.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.conn.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.cookie.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.auth.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.client.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.conn.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.cookie.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.execchain.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.*;version=${apache.httpcomponents.httpcore.fuse.version},
|
|
||||||
*;resolution:=optional
|
*;resolution:=optional
|
||||||
</keycloak.osgi.import>
|
</keycloak.osgi.import>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
14
pom.xml
14
pom.xml
|
@ -73,8 +73,6 @@
|
||||||
<eap8.wildfly.build-tools.version>1.2.13.Final</eap8.wildfly.build-tools.version>
|
<eap8.wildfly.build-tools.version>1.2.13.Final</eap8.wildfly.build-tools.version>
|
||||||
|
|
||||||
<wildfly.jakarta.adapters>true</wildfly.jakarta.adapters>
|
<wildfly.jakarta.adapters>true</wildfly.jakarta.adapters>
|
||||||
<apache.httpcomponents.fuse.version>4.5.2</apache.httpcomponents.fuse.version>
|
|
||||||
<apache.httpcomponents.httpcore.fuse.version>4.4.4</apache.httpcomponents.httpcore.fuse.version>
|
|
||||||
|
|
||||||
<jboss.as.version>7.2.0.Final</jboss.as.version>
|
<jboss.as.version>7.2.0.Final</jboss.as.version>
|
||||||
<jboss.as.subsystem.test.version>7.5.22.Final-redhat-1</jboss.as.subsystem.test.version>
|
<jboss.as.subsystem.test.version>7.5.22.Final-redhat-1</jboss.as.subsystem.test.version>
|
||||||
|
@ -1270,18 +1268,6 @@
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<type>zip</type>
|
<type>zip</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-fuse-adapter-dist</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<type>zip</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-fuse-adapter-dist</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<type>tar.gz</type>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
<artifactId>keycloak-saml-wildfly-adapter-dist</artifactId>
|
<artifactId>keycloak-saml-wildfly-adapter-dist</artifactId>
|
||||||
|
|
|
@ -150,121 +150,6 @@ and add packages manually.
|
||||||
-Papp-server-wildfly \
|
-Papp-server-wildfly \
|
||||||
-Dtest=org.keycloak.testsuite.adapter.**
|
-Dtest=org.keycloak.testsuite.adapter.**
|
||||||
|
|
||||||
### JBoss Fuse 6.3
|
|
||||||
|
|
||||||
1) Download JBoss Fuse 6.3 to your filesystem. It can be downloaded from http://origin-repository.jboss.org/nexus/content/groups/m2-proxy/org/jboss/fuse/jboss-fuse-karaf
|
|
||||||
Assumed you downloaded `jboss-fuse-karaf-6.3.0.redhat-229.zip`
|
|
||||||
|
|
||||||
2) Install to your local maven repository and change the properties according to your env (This step can be likely avoided if you somehow configure your local maven settings to point directly to Fuse repo):
|
|
||||||
|
|
||||||
mvn install:install-file \
|
|
||||||
-DgroupId=org.jboss.fuse \
|
|
||||||
-DartifactId=jboss-fuse-karaf \
|
|
||||||
-Dversion=6.3.0.redhat-229 \
|
|
||||||
-Dpackaging=zip \
|
|
||||||
-Dfile=/mydownloads/jboss-fuse-karaf-6.3.0.redhat-229.zip
|
|
||||||
|
|
||||||
|
|
||||||
3) Prepare Fuse and run the tests (change props according to your environment, versions etc):
|
|
||||||
|
|
||||||
|
|
||||||
# Prepare Fuse server
|
|
||||||
mvn -f testsuite/integration-arquillian/servers/pom.xml \
|
|
||||||
clean install \
|
|
||||||
-Papp-server-fuse63 \
|
|
||||||
-Dfuse63.version=6.3.0.redhat-229
|
|
||||||
|
|
||||||
# Run the Fuse adapter tests
|
|
||||||
mvn -f testsuite/integration-arquillian/tests/base/pom.xml \
|
|
||||||
clean install \
|
|
||||||
-Pauth-server-wildfly \
|
|
||||||
-Papp-server-fuse63 \
|
|
||||||
-Dauth.server.ssl.required=false \
|
|
||||||
-Dadditional.fuse.repos=,$REPO \
|
|
||||||
-Dtest=*.fuse.*
|
|
||||||
|
|
||||||
|
|
||||||
### JBoss Fuse 7.X
|
|
||||||
|
|
||||||
1) Download JBoss Fuse 7 to your filesystem. It can be downloaded from http://origin-repository.jboss.org/nexus/content/groups/m2-proxy/org/jboss/fuse/fuse-karaf (Fuse 7.3 or higher is required)
|
|
||||||
Assumed you downloaded `fuse-karaf-7.3.0.fuse-730065-redhat-00002.zip`
|
|
||||||
|
|
||||||
2) Install to your local maven repository and change the properties according to your env (This step can be likely avoided if you somehow configure your local maven settings to point directly to Fuse repo):
|
|
||||||
|
|
||||||
|
|
||||||
mvn install:install-file \
|
|
||||||
-DgroupId=org.jboss.fuse \
|
|
||||||
-DartifactId=fuse-karaf \
|
|
||||||
-Dversion=7.3.0.fuse-730065-redhat-00002 \
|
|
||||||
-Dpackaging=zip \
|
|
||||||
-Dfile=/mydownloads/fuse-karaf-7.3.0.fuse-730065-redhat-00002.zip
|
|
||||||
|
|
||||||
|
|
||||||
3) Prepare Fuse and run the tests (change props according to your environment, versions etc):
|
|
||||||
|
|
||||||
|
|
||||||
# Prepare Fuse server
|
|
||||||
mvn -f testsuite/integration-arquillian/servers/pom.xml \
|
|
||||||
clean install \
|
|
||||||
-Papp-server-fuse7x \
|
|
||||||
-Dfuse7x.version=7.3.0.fuse-730065-redhat-00002
|
|
||||||
|
|
||||||
# Run the Fuse adapter tests
|
|
||||||
mvn -f testsuite/integration-arquillian/tests/base/pom.xml \
|
|
||||||
clean test \
|
|
||||||
-Papp-server-fuse7x \
|
|
||||||
-Dauth.server.ssl.required=false \
|
|
||||||
-Dadditional.fuse.repos=,$REPO \
|
|
||||||
-Dtest=*.fuse.*
|
|
||||||
|
|
||||||
|
|
||||||
### EAP6 with Hawtio
|
|
||||||
|
|
||||||
1) Download JBoss EAP 6.4.0.GA zip
|
|
||||||
|
|
||||||
2) Install to your local maven repository and change the properties according to your env (This step can be likely avoided if you somehow configure your local maven settings to point directly to EAP repo):
|
|
||||||
|
|
||||||
|
|
||||||
mvn install:install-file \
|
|
||||||
-DgroupId=org.jboss.as \
|
|
||||||
-DartifactId=jboss-as-dist \
|
|
||||||
-Dversion=7.5.21.Final-redhat-1 \
|
|
||||||
-Dpackaging=zip \
|
|
||||||
-Dfile=/mydownloads/jboss-eap-6.4.0.zip
|
|
||||||
|
|
||||||
|
|
||||||
3) Download Fuse EAP installer (for example from http://origin-repository.jboss.org/nexus/content/groups/m2-proxy/com/redhat/fuse/eap/fuse-eap-installer/6.3.0.redhat-220/ )
|
|
||||||
|
|
||||||
4) Install previously downloaded file manually
|
|
||||||
|
|
||||||
|
|
||||||
mvn install:install-file \
|
|
||||||
-DgroupId=com.redhat.fuse.eap \
|
|
||||||
-DartifactId=fuse-eap-installer \
|
|
||||||
-Dversion=6.3.0.redhat-347 \
|
|
||||||
-Dpackaging=jar \
|
|
||||||
-Dfile=/fuse-eap-installer-6.3.0.redhat-347.jar
|
|
||||||
|
|
||||||
|
|
||||||
5) Prepare EAP6 with Hawtio and run the test
|
|
||||||
|
|
||||||
|
|
||||||
# Prepare EAP6 and deploy hawtio
|
|
||||||
mvn -f testsuite/integration-arquillian/servers \
|
|
||||||
clean install \
|
|
||||||
-Pauth-server-wildfly \
|
|
||||||
-Papp-server-eap6 \
|
|
||||||
-Dapp.server.jboss.version=7.5.21.Final-redhat-1 \
|
|
||||||
-Dfuse63.version=6.3.0.redhat-347
|
|
||||||
|
|
||||||
# Run the test
|
|
||||||
mvn -f testsuite/integration-arquillian/tests/base/pom.xml \
|
|
||||||
clean install \
|
|
||||||
-Pauth-server-wildfly \
|
|
||||||
-Papp-server-eap6 \
|
|
||||||
-Dtest=EAP6Fuse6HawtioAdapterTest
|
|
||||||
|
|
||||||
|
|
||||||
## Migration test
|
## Migration test
|
||||||
|
|
||||||
### DB migration test
|
### DB migration test
|
||||||
|
|
|
@ -160,8 +160,7 @@ integration-arquillian
|
||||||
│ │ └──undertow (arq. extension)
|
│ │ └──undertow (arq. extension)
|
||||||
│ │
|
│ │
|
||||||
│ ├──app-server
|
│ ├──app-server
|
||||||
│ │ ├──jboss (wildfly/eap/as)
|
│ │ └──jboss (wildfly/eap/as)
|
||||||
│ │ └──karaf
|
|
||||||
│ │
|
│ │
|
||||||
│ └──wildfly-balancer
|
│ └──wildfly-balancer
|
||||||
│
|
│
|
||||||
|
@ -172,9 +171,7 @@ integration-arquillian
|
||||||
└──other (common settings for all test modules dependent on base)
|
└──other (common settings for all test modules dependent on base)
|
||||||
│
|
│
|
||||||
├──adapters (common settings for all adapter test modules - will be moved into base)
|
├──adapters (common settings for all adapter test modules - will be moved into base)
|
||||||
│ ├──jboss
|
│ └──jboss
|
||||||
│ └──karaf
|
|
||||||
│
|
|
||||||
├──console
|
├──console
|
||||||
├──console_no_users
|
├──console_no_users
|
||||||
└──...
|
└──...
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
<arquillian-graphene.version>3.0.0-alpha.3</arquillian-graphene.version>
|
<arquillian-graphene.version>3.0.0-alpha.3</arquillian-graphene.version>
|
||||||
<arquillian-wildfly-container.version>3.0.1.Final</arquillian-wildfly-container.version>
|
<arquillian-wildfly-container.version>3.0.1.Final</arquillian-wildfly-container.version>
|
||||||
<arquillian-wls-container.version>1.0.1.Final</arquillian-wls-container.version>
|
<arquillian-wls-container.version>1.0.1.Final</arquillian-wls-container.version>
|
||||||
<arquillian-container-karaf.version>2.2.0.Final</arquillian-container-karaf.version>
|
|
||||||
<arquillian-infinispan-container.version>1.2.0.Beta3</arquillian-infinispan-container.version>
|
<arquillian-infinispan-container.version>1.2.0.Beta3</arquillian-infinispan-container.version>
|
||||||
<undertow.version>${undertow-jakarta.version}</undertow.version>
|
<undertow.version>${undertow-jakarta.version}</undertow.version>
|
||||||
<undertow-embedded.version>1.0.0.Final</undertow-embedded.version>
|
<undertow-embedded.version>1.0.0.Final</undertow-embedded.version>
|
||||||
|
@ -218,33 +217,6 @@
|
||||||
<artifactId>keycloak-rest-admin-ui-ext</artifactId>
|
<artifactId>keycloak-rest-admin-ui-ext</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Fuse adapter tests dependencies -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.arquillian.container</groupId>
|
|
||||||
<artifactId>arquillian-container-karaf-managed</artifactId>
|
|
||||||
<version>${arquillian-container-karaf.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.arquillian.container</groupId>
|
|
||||||
<artifactId>arquillian-container-osgi</artifactId>
|
|
||||||
<version>${arquillian-container-karaf.version}</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>com.google.guava</groupId>
|
|
||||||
<artifactId>guava</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-api</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.slf4j</groupId>
|
|
||||||
<artifactId>slf4j-log4j12</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<!-- Fuse adapter tests dependencies END -->
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|
|
@ -1,47 +0,0 @@
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<assembly>
|
|
||||||
|
|
||||||
<id>${app.server.karaf}</id>
|
|
||||||
|
|
||||||
<formats>
|
|
||||||
<format>zip</format>
|
|
||||||
</formats>
|
|
||||||
|
|
||||||
<includeBaseDirectory>false</includeBaseDirectory>
|
|
||||||
|
|
||||||
<fileSets>
|
|
||||||
<fileSet>
|
|
||||||
<directory>${app.server.karaf.home}</directory>
|
|
||||||
<outputDirectory>app-server-${app.server.karaf}</outputDirectory>
|
|
||||||
<excludes>
|
|
||||||
<exclude>**/*.sh</exclude>
|
|
||||||
<exclude>%regex[.*config/org/ops4j/pax/web/context.*]</exclude> <!-- Since fuse's configadmin is sensitive to absolute location -->
|
|
||||||
</excludes>
|
|
||||||
</fileSet>
|
|
||||||
<fileSet>
|
|
||||||
<directory>${app.server.karaf.home}</directory>
|
|
||||||
<outputDirectory>app-server-${app.server.karaf}</outputDirectory>
|
|
||||||
<includes>
|
|
||||||
<include>**/*.sh</include>
|
|
||||||
</includes>
|
|
||||||
<fileMode>0755</fileMode>
|
|
||||||
</fileSet>
|
|
||||||
</fileSets>
|
|
||||||
|
|
||||||
</assembly>
|
|
|
@ -1,85 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<parent>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>integration-arquillian-servers-app-server-karaf</artifactId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<artifactId>integration-arquillian-servers-app-server-fuse63</artifactId>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
<name>App Server - Fuse 6.3</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<app.server.karaf>fuse63</app.server.karaf>
|
|
||||||
<app.server.karaf.groupId>org.jboss.fuse</app.server.karaf.groupId>
|
|
||||||
<app.server.karaf.artifactId>jboss-fuse-karaf</app.server.karaf.artifactId>
|
|
||||||
<app.server.karaf.version>${fuse63.version}</app.server.karaf.version>
|
|
||||||
<app.server.karaf.unpacked.folder.name>jboss-fuse-${fuse63.version}</app.server.karaf.unpacked.folder.name>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>integration-arquillian-servers-app-server-spi</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>integration-arquillian-util</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.arquillian.container</groupId>
|
|
||||||
<artifactId>arquillian-container-osgi</artifactId>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>com.google.guava</groupId>
|
|
||||||
<artifactId>guava</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>enforce</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<rules>
|
|
||||||
<requireProperty>
|
|
||||||
<property>fuse63.version</property>
|
|
||||||
</requireProperty>
|
|
||||||
</rules>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,36 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2018 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
package org.keycloak.testsuite.arquillian.fuse;
|
|
||||||
|
|
||||||
import org.jboss.arquillian.container.spi.client.container.DeployableContainer;
|
|
||||||
import org.jboss.arquillian.core.spi.LoadableExtension;
|
|
||||||
import org.keycloak.testsuite.utils.arquillian.fuse.CustomFuseContainer;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @author <a href="mailto:vramik@redhat.com">Vlasta Ramik</a>
|
|
||||||
*/
|
|
||||||
public class Fuse63AppServerArquillianExtension implements LoadableExtension {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void register(ExtensionBuilder builder) {
|
|
||||||
|
|
||||||
builder.service(DeployableContainer.class, CustomFuseContainer.class);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,92 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2018 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.testsuite.arquillian.fuse.container;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import org.jboss.arquillian.core.spi.Validate;
|
|
||||||
import org.jboss.shrinkwrap.descriptor.spi.node.Node;
|
|
||||||
import org.keycloak.testsuite.arquillian.container.AppServerContainerProvider;
|
|
||||||
import org.keycloak.testsuite.utils.arquillian.fuse.CustomFuseContainer;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:vramik@redhat.com">Vlasta Ramik</a>
|
|
||||||
*/
|
|
||||||
public class Fuse63AppServerProvider implements AppServerContainerProvider {
|
|
||||||
|
|
||||||
private Node configuration;
|
|
||||||
private static final String containerName = "fuse63";
|
|
||||||
|
|
||||||
private final String appServerHome;
|
|
||||||
private final String appServerJavaHome;
|
|
||||||
private final String managementUser;
|
|
||||||
private final String managementPassword;
|
|
||||||
|
|
||||||
public Fuse63AppServerProvider() {
|
|
||||||
appServerHome = System.getProperty("app.server.home");
|
|
||||||
appServerJavaHome = System.getProperty("app.server.java.home");
|
|
||||||
managementUser = System.getProperty("app.server.management.user");
|
|
||||||
managementPassword = System.getProperty("app.server.management.password");
|
|
||||||
|
|
||||||
Validate.notNullOrEmpty(appServerHome, "app.server.home is not set.");
|
|
||||||
Validate.notNullOrEmpty(appServerJavaHome, "app.server.java.home is not set.");
|
|
||||||
Validate.notNullOrEmpty(managementUser, "app.server.management.user is not set.");
|
|
||||||
Validate.notNullOrEmpty(managementPassword, "app.server.management.password is not set.");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getName() {
|
|
||||||
return containerName;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<Node> getContainers() {
|
|
||||||
List<Node> containers = new ArrayList<>();
|
|
||||||
|
|
||||||
containers.add(standaloneContainer());
|
|
||||||
|
|
||||||
return containers;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void createChild(String name, String text) {
|
|
||||||
configuration.createChild("property").attribute("name", name).text(text);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Node standaloneContainer() {
|
|
||||||
Node container = new Node("container");
|
|
||||||
container.attribute("mode", "manual");
|
|
||||||
container.attribute("qualifier", AppServerContainerProvider.APP_SERVER + "-" + containerName);
|
|
||||||
|
|
||||||
configuration = container.createChild("configuration");
|
|
||||||
createChild("enabled", "true");
|
|
||||||
createChild("adapterImplClass", CustomFuseContainer.class.getName());
|
|
||||||
createChild("autostartBundle", "false");
|
|
||||||
createChild("karafHome", appServerHome);
|
|
||||||
createChild("javaHome", appServerJavaHome);
|
|
||||||
createChild("javaVmArguments",
|
|
||||||
System.getProperty("app.server.karaf.jvm.debug.args", "") + " " +
|
|
||||||
System.getProperty("adapter.test.props", " ")
|
|
||||||
);
|
|
||||||
|
|
||||||
createChild("jmxServiceURL", "service:jmx:rmi://127.0.0.1:44444/jndi/rmi://127.0.0.1:1099/karaf-root");
|
|
||||||
createChild("jmxUsername", managementUser);
|
|
||||||
createChild("jmxPassword", managementPassword);
|
|
||||||
|
|
||||||
return container;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
org.keycloak.testsuite.arquillian.fuse.Fuse63AppServerArquillianExtension
|
|
|
@ -1 +0,0 @@
|
||||||
org.keycloak.testsuite.arquillian.fuse.container.Fuse63AppServerProvider
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "ssh-jmx-admin-client",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"resource" : "hawtio-client",
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"public-client" : true
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"resource" : "jaas",
|
|
||||||
"bearer-only" : true,
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"use-resource-role-mappings": false,
|
|
||||||
"principal-attribute": "preferred_username"
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
admin=password,admin,manager,viewer,Monitor, Operator, Maintainer, Deployer, Auditor, Administrator, SuperUser
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,85 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<parent>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>integration-arquillian-servers-app-server-karaf</artifactId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<artifactId>integration-arquillian-servers-app-server-fuse7x</artifactId>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
<name>App Server - Fuse 7.x</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<app.server.karaf>fuse7x</app.server.karaf>
|
|
||||||
<app.server.karaf.groupId>org.jboss.fuse</app.server.karaf.groupId>
|
|
||||||
<app.server.karaf.artifactId>fuse-karaf</app.server.karaf.artifactId>
|
|
||||||
<app.server.karaf.version>${fuse7x.version}</app.server.karaf.version>
|
|
||||||
<app.server.karaf.unpacked.folder.name>fuse-karaf-${fuse7x.version}</app.server.karaf.unpacked.folder.name>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>integration-arquillian-servers-app-server-spi</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>integration-arquillian-util</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.arquillian.container</groupId>
|
|
||||||
<artifactId>arquillian-container-osgi</artifactId>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>com.google.guava</groupId>
|
|
||||||
<artifactId>guava</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>enforce</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<rules>
|
|
||||||
<requireProperty>
|
|
||||||
<property>fuse7x.version</property>
|
|
||||||
</requireProperty>
|
|
||||||
</rules>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,36 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2018 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
package org.keycloak.testsuite.arquillian.fuse;
|
|
||||||
|
|
||||||
import org.jboss.arquillian.container.spi.client.container.DeployableContainer;
|
|
||||||
import org.jboss.arquillian.core.spi.LoadableExtension;
|
|
||||||
import org.keycloak.testsuite.utils.arquillian.fuse.CustomFuseContainer;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @author <a href="mailto:vramik@redhat.com">Vlasta Ramik</a>
|
|
||||||
*/
|
|
||||||
public class Fuse7xAppServerArquillianExtension implements LoadableExtension {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void register(ExtensionBuilder builder) {
|
|
||||||
|
|
||||||
builder.service(DeployableContainer.class, CustomFuseContainer.class);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,92 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2018 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.testsuite.arquillian.fuse.container;
|
|
||||||
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
import org.jboss.arquillian.core.spi.Validate;
|
|
||||||
import org.jboss.shrinkwrap.descriptor.spi.node.Node;
|
|
||||||
import org.keycloak.testsuite.arquillian.container.AppServerContainerProvider;
|
|
||||||
import org.keycloak.testsuite.utils.arquillian.fuse.CustomFuseContainer;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:vramik@redhat.com">Vlasta Ramik</a>
|
|
||||||
*/
|
|
||||||
public class Fuse7xAppServerProvider implements AppServerContainerProvider {
|
|
||||||
|
|
||||||
private Node configuration;
|
|
||||||
private static final String containerName = "fuse7x";
|
|
||||||
|
|
||||||
private final String appServerHome;
|
|
||||||
private final String appServerJavaHome;
|
|
||||||
private final String managementUser;
|
|
||||||
private final String managementPassword;
|
|
||||||
|
|
||||||
public Fuse7xAppServerProvider() {
|
|
||||||
appServerHome = System.getProperty("app.server.home");
|
|
||||||
appServerJavaHome = System.getProperty("app.server.java.home");
|
|
||||||
managementUser = System.getProperty("app.server.management.user");
|
|
||||||
managementPassword = System.getProperty("app.server.management.password");
|
|
||||||
|
|
||||||
Validate.notNullOrEmpty(appServerHome, "app.server.home is not set.");
|
|
||||||
Validate.notNullOrEmpty(appServerJavaHome, "app.server.java.home is not set.");
|
|
||||||
Validate.notNullOrEmpty(managementUser, "app.server.management.user is not set.");
|
|
||||||
Validate.notNullOrEmpty(managementPassword, "app.server.management.password is not set.");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String getName() {
|
|
||||||
return containerName;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public List<Node> getContainers() {
|
|
||||||
List<Node> containers = new ArrayList<>();
|
|
||||||
|
|
||||||
containers.add(standaloneContainer());
|
|
||||||
|
|
||||||
return containers;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void createChild(String name, String text) {
|
|
||||||
configuration.createChild("property").attribute("name", name).text(text);
|
|
||||||
}
|
|
||||||
|
|
||||||
private Node standaloneContainer() {
|
|
||||||
Node container = new Node("container");
|
|
||||||
container.attribute("mode", "manual");
|
|
||||||
container.attribute("qualifier", AppServerContainerProvider.APP_SERVER + "-" + containerName);
|
|
||||||
|
|
||||||
configuration = container.createChild("configuration");
|
|
||||||
createChild("enabled", "true");
|
|
||||||
createChild("adapterImplClass", CustomFuseContainer.class.getName());
|
|
||||||
createChild("autostartBundle", "false");
|
|
||||||
createChild("karafHome", appServerHome);
|
|
||||||
createChild("javaHome", appServerJavaHome);
|
|
||||||
createChild("javaVmArguments",
|
|
||||||
System.getProperty("app.server.karaf.jvm.debug.args", "") + " " +
|
|
||||||
System.getProperty("adapter.test.props", " ")
|
|
||||||
);
|
|
||||||
|
|
||||||
createChild("jmxServiceURL", "service:jmx:rmi://127.0.0.1:44444/jndi/rmi://127.0.0.1:1099/karaf-root");
|
|
||||||
createChild("jmxUsername", managementUser);
|
|
||||||
createChild("jmxPassword", managementPassword);
|
|
||||||
|
|
||||||
return container;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
org.keycloak.testsuite.arquillian.fuse.Fuse7xAppServerArquillianExtension
|
|
|
@ -1 +0,0 @@
|
||||||
org.keycloak.testsuite.arquillian.fuse.container.Fuse7xAppServerProvider
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "builtin-cxf-app",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"bearer-only": true,
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"resource" : "jaas",
|
|
||||||
"bearer-only" : true,
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"use-resource-role-mappings": false,
|
|
||||||
"principal-attribute": "preferred_username"
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"resource" : "ssh-jmx-admin-client",
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"clientId" : "hawtio-client",
|
|
||||||
"url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"public-client" : true
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"resource" : "ssh-jmx-admin-client",
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
|
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "product-portal",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
admin=password,admin,manager,viewer,ssh,systembundles
|
|
|
@ -1 +0,0 @@
|
||||||
|
|
|
@ -1,178 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<parent>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>integration-arquillian-servers-app-server</artifactId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<artifactId>integration-arquillian-servers-app-server-karaf</artifactId>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
<name>App Server - Karaf</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<common.resources>${project.parent.basedir}/common</common.resources>
|
|
||||||
<assembly.xml>${project.parent.basedir}/assembly.xml</assembly.xml>
|
|
||||||
<app.server.karaf.home>${containers.home}/${app.server.karaf.unpacked.folder.name}</app.server.karaf.home>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<profiles>
|
|
||||||
|
|
||||||
<profile>
|
|
||||||
<id>app-server-karaf-submodules</id>
|
|
||||||
<activation>
|
|
||||||
<file>
|
|
||||||
<exists>src</exists>
|
|
||||||
</file>
|
|
||||||
</activation>
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<goals>
|
|
||||||
<goal>enforce</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<rules>
|
|
||||||
<requireProperty>
|
|
||||||
<property>app.server.karaf</property>
|
|
||||||
<property>app.server.karaf.groupId</property>
|
|
||||||
<property>app.server.karaf.artifactId</property>
|
|
||||||
<property>app.server.karaf.version</property>
|
|
||||||
<property>app.server.karaf.unpacked.folder.name</property>
|
|
||||||
</requireProperty>
|
|
||||||
<requireOS>
|
|
||||||
<family>!windows</family>
|
|
||||||
<message>Automated Karaf/Fuse adapter configuration currently doesn't work on Windows.</message>
|
|
||||||
</requireOS>
|
|
||||||
</rules>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>unpack-karaf</id>
|
|
||||||
<phase>generate-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>unpack</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<artifactItems>
|
|
||||||
<artifactItem>
|
|
||||||
<groupId>${app.server.karaf.groupId}</groupId>
|
|
||||||
<artifactId>${app.server.karaf.artifactId}</artifactId>
|
|
||||||
<version>${app.server.karaf.version}</version>
|
|
||||||
<type>zip</type>
|
|
||||||
<outputDirectory>${containers.home}</outputDirectory>
|
|
||||||
</artifactItem>
|
|
||||||
</artifactItems>
|
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>copy-configs</id>
|
|
||||||
<phase>process-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>copy-resources</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<outputDirectory>${app.server.karaf.home}/etc</outputDirectory>
|
|
||||||
<overwrite>true</overwrite>
|
|
||||||
<resources>
|
|
||||||
<resource>
|
|
||||||
<directory>src/main/resources</directory>
|
|
||||||
<includes>
|
|
||||||
<include>users.properties</include>
|
|
||||||
<include>keycloak-bearer.json</include>
|
|
||||||
<include>cxf-customerservice-keycloak.json</include>
|
|
||||||
<include>keycloak-direct-access.json</include>
|
|
||||||
<include>keycloak-hawtio-client.json</include>
|
|
||||||
<include>keycloak-hawtio.json</include>
|
|
||||||
<include>product-portal-keycloak.json</include>
|
|
||||||
</includes>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>create-zip</id>
|
|
||||||
<phase>package</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>single</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<descriptors>
|
|
||||||
<descriptor>${assembly.xml}</descriptor>
|
|
||||||
</descriptors>
|
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
|
|
||||||
<profile>
|
|
||||||
<id>app-server-fuse63</id>
|
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>app.server</name>
|
|
||||||
<value>fuse63</value>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<modules>
|
|
||||||
<module>fuse63</module>
|
|
||||||
</modules>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>app-server-fuse7x</id>
|
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>app.server</name>
|
|
||||||
<value>fuse7x</value>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<modules>
|
|
||||||
<module>fuse7x</module>
|
|
||||||
</modules>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -44,7 +44,6 @@
|
||||||
<id>build-app-servers</id>
|
<id>build-app-servers</id>
|
||||||
<modules>
|
<modules>
|
||||||
<module>jboss</module>
|
<module>jboss</module>
|
||||||
<module>karaf</module>
|
|
||||||
<module>undertow</module>
|
<module>undertow</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
|
@ -1,76 +0,0 @@
|
||||||
Keycloak Fuse demo
|
|
||||||
==================
|
|
||||||
|
|
||||||
Currently Keycloak supports securing your web applications running inside [JBoss Fuse](http://www.jboss.org/products/fuse/overview/) or [Apache Karaf](http://karaf.apache.org/). It leverages:
|
|
||||||
- Jetty9 adapter for both JBoss Fuse 6.3 and Apache Karaf 4, that include [Jetty9](http://eclipse.org/jetty/) server under the covers and Jetty is used for running various kinds of web applications
|
|
||||||
- Jetty8 adapter for both JBoss Fuse 6.2 and Apache Karaf 3, that include [Jetty8](http://eclipse.org/jetty/) server under the covers and Jetty is used for running various kinds of web applications
|
|
||||||
|
|
||||||
It's highly recommended to use the JBoss Fuse 6.3.0 Rollup 1 or newer for this tutorial.
|
|
||||||
|
|
||||||
**WARNING:** Running your applications inside standalone Apache Karaf may work, however we are testing just with JBoss Fuse 6.3.0 Rollup 1 and not with standalone Karaf server. Also we
|
|
||||||
did not test with Fuse versions older than 6.3.0 Rollup 1. So if you really want adapter on standalone Karaf server or older Fuse, it's up to you to figure exact steps to have it working.
|
|
||||||
|
|
||||||
The Fuse example is slightly modified version of Keycloak base demo applications. The main difference among base demo is that for Fuse demo
|
|
||||||
are applications running on separate Fuse server. Keycloak server is supposed to run separately on Wildfly.
|
|
||||||
|
|
||||||
Fuse demo contains those basic applications:
|
|
||||||
* **customer-app-fuse** A WAR application that is deployed with [pax-war extender](https://ops4j1.jira.com/wiki/display/ops4j/Pax+Web+Extender+-+War)
|
|
||||||
* **product-app-fuse** A servlet application deployed with [pax-whiteboard extender](https://ops4j1.jira.com/wiki/display/ops4j/Pax+Web+Extender+-+Whiteboard)
|
|
||||||
* **camel** [Apache Camel](http://camel.apache.org/) endpoint running on separate Jetty engine on [http://localhost:8383/admin-camel-endpoint](http://localhost:8383/admin-camel-endpoint).
|
|
||||||
The customer-app-fuse invokes the endpoint to get data.
|
|
||||||
* **cxf-jaxrs** [Apache CXF](http://cxf.apache.org/) JAX-RS endpoint running on default Jetty on [http://localhost:8181/cxf/customerservice](http://localhost:8181/cxf/customerservice).
|
|
||||||
The customer-app-fuse invokes the endpoint to get data
|
|
||||||
* **cxf-jaxws** [Apache CXF](http://cxf.apache.org/) JAX-WS endpoint running on separate Jetty engine on [http://localhost:8282/PersonServiceCF](http://localhost:8282/PersonServiceCF).
|
|
||||||
The product-app-fuse invokes the endpoint to get data.
|
|
||||||
* **external-config** A WAR application with external adapter configuration not bundled within the application, but instead in `$FUSE_HOME/etc` directory.
|
|
||||||
|
|
||||||
Running of demo consists of 2 steps. First you need to run separate Keycloak server and then Fuse server with the applications
|
|
||||||
|
|
||||||
Base steps
|
|
||||||
----------
|
|
||||||
|
|
||||||
* Run external instance of Keycloak server on WildFly . It's easiest to run and download Keycloak standalone server. Fuse demo suppose that server is running on [http://localhost:8080/auth](http://localhost:8080/auth)
|
|
||||||
* Import realm `demo` from the file `demorealm.json` on `examples/fuse/demorealm.json` . See [here](../demo-template/README.md#step-3-import-the-test-realm)
|
|
||||||
the details on how to import the realm
|
|
||||||
* Then download Keycloak examples and build Fuse example, which is needed so the feature repository is added to your local maven repo:
|
|
||||||
|
|
||||||
```
|
|
||||||
unzip -q keycloak-examples-<VERSION>.zip
|
|
||||||
cd keycloak-examples-<VERSION>/fuse
|
|
||||||
mvn clean install
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
Running demo on JBoss Fuse 6.3.0 Rollup 1
|
|
||||||
------------------------------
|
|
||||||
You just need to download and run JBoss Fuse and then run those commands from the karaf terminal to install the needed features and Keycloak fuse demo (Replace Keycloak versions with the current Keycloak version number):
|
|
||||||
|
|
||||||
```
|
|
||||||
KEYCLOAK_VERSION="2.2.1.Final"
|
|
||||||
features:addurl mvn:org.keycloak/keycloak-osgi-features/$KEYCLOAK_VERSION/xml/features
|
|
||||||
features:addurl mvn:org.keycloak.testsuite/fuse-example-keycloak-features/$KEYCLOAK_VERSION/xml/features
|
|
||||||
features:install keycloak-fuse-6.3-example
|
|
||||||
```
|
|
||||||
|
|
||||||
After that you can test running on [http://localhost:8181/customer-portal](http://localhost:8181/customer-portal) and login as "bburke@redhat.com" with password "password". Customer-portal is able to
|
|
||||||
receive the response from the endpoints provided by `cxf-jaxrs` and `camel` applications. Note that camel endpoint is available just for users with role `admin`
|
|
||||||
in this demo, so "bburke@redhat.com" can't access it. You may login as "admin" with password "password" in order to invoke camel endpoint.
|
|
||||||
|
|
||||||
From [http://localhost:8181/product-portal](http://localhost:8181/product-portal) you will see servlet endpoint, which invokes JAX-WS provided by `cxf-jaxws` application.
|
|
||||||
|
|
||||||
Note that this demo also secures whole default CXF endpoint on [http://localhost:8181/cxf](http://localhost:8181/cxf) hence every application running under it is secured too.
|
|
||||||
|
|
||||||
To have the `external-config` example running, you can copy the file `examples/fuse/external-config/external-config-keycloak.json` to the `$FUSE_HOME/etc` directory.
|
|
||||||
Then go to [http://localhost:8181/external-config/index.html](http://localhost:8181/external-config/index.html) to test the secured application.
|
|
||||||
|
|
||||||
How to secure your own application
|
|
||||||
----------------------------------
|
|
||||||
See [Docs](https://keycloak.gitbooks.io/securing-client-applications-guide/content/v/latest/topics/oidc/java/fuse-adapter.html) for more details.
|
|
||||||
|
|
||||||
|
|
||||||
How to secure Fuse admin services
|
|
||||||
---------------------------------
|
|
||||||
It's possible to secure fuse admin services with Keycloak too. See [fuse-admin](fuse-admin/README.md) for info on how to secure
|
|
||||||
Fuse admin console, remote SSH and JMX access with Keycloak.
|
|
||||||
|
|
||||||
|
|
|
@ -1,105 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>fuse-example-camel-endpoint-fuse7-undertow</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>Camel endpoint example - Secured in Karaf/Fuse 7.0 on Undertow</name>
|
|
||||||
<description/>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.servlet;version="[3.1,5)",
|
|
||||||
javax.servlet.http;version="[3.1,5)",
|
|
||||||
javax.net.ssl,
|
|
||||||
io.undertow.*;version="[1.4,3)",
|
|
||||||
org.apache.camel;version="[2.13,3)",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
org.osgi.service.blueprint,
|
|
||||||
org.osgi.service.blueprint.container
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.spec.javax.servlet</groupId>
|
|
||||||
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.camel</groupId>
|
|
||||||
<artifactId>camel-core</artifactId>
|
|
||||||
<version>${camel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.camel</groupId>
|
|
||||||
<artifactId>camel-blueprint</artifactId>
|
|
||||||
<version>${camel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.camel</groupId>
|
|
||||||
<artifactId>camel-undertow</artifactId>
|
|
||||||
<version>${camel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>io.undertow</groupId>
|
|
||||||
<artifactId>undertow-core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,48 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example;
|
|
||||||
|
|
||||||
import org.apache.camel.Exchange;
|
|
||||||
import org.apache.camel.Processor;
|
|
||||||
import org.keycloak.KeycloakPrincipal;
|
|
||||||
import org.keycloak.representations.AccessToken;
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
|
|
||||||
*/
|
|
||||||
public class CamelHelloProcessor implements Processor {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void process(Exchange exchange) throws Exception {
|
|
||||||
// Fuse 7
|
|
||||||
KeycloakPrincipal keycloakPrincipal = (KeycloakPrincipal) exchange.getProperty(KeycloakPrincipal.class.getName(), KeycloakPrincipal.class);
|
|
||||||
|
|
||||||
if (keycloakPrincipal == null) {
|
|
||||||
// Fuse 6.3
|
|
||||||
HttpServletRequest req = exchange.getIn().getBody(HttpServletRequest.class);
|
|
||||||
keycloakPrincipal = (KeycloakPrincipal) req.getUserPrincipal();
|
|
||||||
}
|
|
||||||
|
|
||||||
AccessToken accessToken = keycloakPrincipal.getKeycloakSecurityContext().getToken();
|
|
||||||
String username = accessToken.getPreferredUsername();
|
|
||||||
String fullName = accessToken.getName();
|
|
||||||
|
|
||||||
exchange.getOut().setBody("Hello " + username + "! Your full name is " + fullName + ".");
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,69 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns:camel="http://camel.apache.org/schema/blueprint"
|
|
||||||
xsi:schemaLocation="
|
|
||||||
http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
|
|
||||||
http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint-2.17.1.xsd">
|
|
||||||
|
|
||||||
<bean id="keycloakConfigResolver" class="org.keycloak.adapters.osgi.BundleBasedKeycloakConfigResolver" >
|
|
||||||
<property name="bundleContext" ref="blueprintBundleContext" />
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="helloProcessor" class="org.keycloak.example.CamelHelloProcessor" />
|
|
||||||
|
|
||||||
<camelContext id="blueprintContext"
|
|
||||||
trace="false"
|
|
||||||
xmlns="http://camel.apache.org/schema/blueprint">
|
|
||||||
|
|
||||||
<!--the link with Keycloak security handlers happens by using undertow-keycloak component -->
|
|
||||||
<restConfiguration apiComponent="undertow-keycloak" contextPath="/restdsl" port="8484">
|
|
||||||
<endpointProperty key="configResolver" value="#keycloakConfigResolver" />
|
|
||||||
<endpointProperty key="allowedRoles" value="admin,superadmin" />
|
|
||||||
</restConfiguration>
|
|
||||||
|
|
||||||
<rest path="/hello" >
|
|
||||||
<description>Hello rest service</description>
|
|
||||||
<get uri="/{id}" outType="java.lang.String">
|
|
||||||
<description>Just a hello</description>
|
|
||||||
<to uri="direct:justDirect" />
|
|
||||||
</get>
|
|
||||||
|
|
||||||
</rest>
|
|
||||||
|
|
||||||
<route id="justDirect">
|
|
||||||
<from uri="direct:justDirect"/>
|
|
||||||
<process ref="helloProcessor" />
|
|
||||||
<log message="RestDSL correctly invoked ${body}"/>
|
|
||||||
<setBody>
|
|
||||||
<constant>(__This second sentence is returned from a Camel RestDSL endpoint__)</constant>
|
|
||||||
</setBody>
|
|
||||||
</route>
|
|
||||||
|
|
||||||
|
|
||||||
<route id="httpBridge">
|
|
||||||
<from uri="undertow-keycloak:http://0.0.0.0:8383/admin-camel-endpoint?matchOnUriPrefix=true&configResolver=#keycloakConfigResolver&allowedRoles=admin" />
|
|
||||||
<process ref="helloProcessor" />
|
|
||||||
<log message="The message from camel endpoint contains ${body}"/>
|
|
||||||
</route>
|
|
||||||
|
|
||||||
</camelContext>
|
|
||||||
|
|
||||||
</blueprint>
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "admin-camel-endpoint",
|
|
||||||
"bearer-only": "true",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,98 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>fuse-example-camel-endpoint</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>Camel endpoint example - Secured in Karaf/Fuse</name>
|
|
||||||
<description/>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.servlet;version="[3.1,5)",
|
|
||||||
javax.servlet.http;version="[3.1,5)",
|
|
||||||
org.apache.camel;version="[2.13,3)",
|
|
||||||
org.eclipse.jetty.security;version="[8,10)",
|
|
||||||
org.eclipse.jetty.server.nio;version="[8,10)",
|
|
||||||
org.eclipse.jetty.util.security;version="[8,10)",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
org.osgi.service.blueprint,
|
|
||||||
org.osgi.service.blueprint.container,
|
|
||||||
org.osgi.service.event,
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.camel</groupId>
|
|
||||||
<artifactId>camel-core</artifactId>
|
|
||||||
<version>${camel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.camel</groupId>
|
|
||||||
<artifactId>camel-blueprint</artifactId>
|
|
||||||
<version>${camel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency><groupId>org.apache.camel</groupId>
|
|
||||||
<artifactId>camel-jetty9</artifactId>
|
|
||||||
<version>${camel.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,42 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example;
|
|
||||||
|
|
||||||
import org.apache.camel.Exchange;
|
|
||||||
import org.apache.camel.Processor;
|
|
||||||
import org.keycloak.KeycloakPrincipal;
|
|
||||||
import org.keycloak.representations.AccessToken;
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
|
|
||||||
*/
|
|
||||||
public class CamelHelloProcessor implements Processor {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public void process(Exchange exchange) throws Exception {
|
|
||||||
HttpServletRequest req = exchange.getIn().getBody(HttpServletRequest.class);
|
|
||||||
KeycloakPrincipal keycloakPrincipal = (KeycloakPrincipal) req.getUserPrincipal();
|
|
||||||
AccessToken accessToken = keycloakPrincipal.getKeycloakSecurityContext().getToken();
|
|
||||||
String username = accessToken.getPreferredUsername();
|
|
||||||
String fullName = accessToken.getName();
|
|
||||||
|
|
||||||
exchange.getOut().setBody("Hello " + username + "! Your full name is " + fullName + ".");
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,125 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns:camel="http://camel.apache.org/schema/blueprint"
|
|
||||||
xsi:schemaLocation="
|
|
||||||
http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
|
|
||||||
http://camel.apache.org/schema/blueprint http://camel.apache.org/schema/blueprint/camel-blueprint-2.17.1.xsd">
|
|
||||||
|
|
||||||
<bean id="kcAdapterConfig" class="org.keycloak.representations.adapters.config.AdapterConfig">
|
|
||||||
<property name="realm" value="demo"/>
|
|
||||||
<property name="resource" value="admin-camel-endpoint"/>
|
|
||||||
<property name="bearerOnly" value="true"/>
|
|
||||||
<property name="authServerUrl" value="http://localhost:8080/auth" />
|
|
||||||
<property name="sslRequired" value="EXTERNAL"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="keycloakAuthenticator" class="org.keycloak.adapters.jetty.KeycloakJettyAuthenticator">
|
|
||||||
<property name="adapterConfig" ref="kcAdapterConfig"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="constraint" class="org.eclipse.jetty.util.security.Constraint">
|
|
||||||
<property name="name" value="Customers"/>
|
|
||||||
<property name="roles">
|
|
||||||
<list>
|
|
||||||
<value>admin</value>
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
<property name="authenticate" value="true"/>
|
|
||||||
<property name="dataConstraint" value="0"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="constraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
|
|
||||||
<property name="constraint" ref="constraint"/>
|
|
||||||
<property name="pathSpec" value="/*"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="securityHandler" class="org.eclipse.jetty.security.ConstraintSecurityHandler">
|
|
||||||
<property name="authenticator" ref="keycloakAuthenticator" />
|
|
||||||
<property name="constraintMappings">
|
|
||||||
<list>
|
|
||||||
<ref component-id="constraintMapping" />
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
<property name="authMethod" value="BASIC"/>
|
|
||||||
<property name="realmName" value="does-not-matter"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="securityHandlerRest" class="org.eclipse.jetty.security.ConstraintSecurityHandler">
|
|
||||||
<property name="authenticator" ref="keycloakAuthenticator" />
|
|
||||||
<property name="constraintMappings">
|
|
||||||
<list>
|
|
||||||
<ref component-id="constraintMapping" />
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
<property name="authMethod" value="BASIC"/>
|
|
||||||
<property name="realmName" value="does-not-matter"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<!--we need 2 independent instance of sessionHandler, since jetty will try to start both-->
|
|
||||||
<bean id="sessionHandler" class="org.keycloak.adapters.jetty.spi.WrappingSessionHandler">
|
|
||||||
<property name="handler" ref="securityHandler" />
|
|
||||||
</bean>
|
|
||||||
<bean id="sessionHandlerRest" class="org.keycloak.adapters.jetty.spi.WrappingSessionHandler">
|
|
||||||
<property name="handler" ref="securityHandlerRest" />
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="helloProcessor" class="org.keycloak.example.CamelHelloProcessor" />
|
|
||||||
|
|
||||||
<camelContext id="blueprintContext"
|
|
||||||
trace="false"
|
|
||||||
xmlns="http://camel.apache.org/schema/blueprint">
|
|
||||||
|
|
||||||
<restConfiguration component="jetty" contextPath="/restdsl"
|
|
||||||
port="8484">
|
|
||||||
<!--the link with Keycloak security handlers happens here-->
|
|
||||||
<endpointProperty key="handlers" value="sessionHandlerRest"></endpointProperty>
|
|
||||||
<endpointProperty key="matchOnUriPrefix" value="true"></endpointProperty>
|
|
||||||
</restConfiguration>
|
|
||||||
|
|
||||||
<rest path="/hello" >
|
|
||||||
<description>Hello rest service</description>
|
|
||||||
<get uri="/{id}" outType="java.lang.String">
|
|
||||||
<description>Just an helllo</description>
|
|
||||||
<to uri="direct:justDirect" />
|
|
||||||
</get>
|
|
||||||
|
|
||||||
</rest>
|
|
||||||
|
|
||||||
<route id="justDirect">
|
|
||||||
<from uri="direct:justDirect"/>
|
|
||||||
<process ref="helloProcessor" />
|
|
||||||
<log message="RestDSL correctly invoked ${body}"/>
|
|
||||||
<setBody>
|
|
||||||
<constant>(__This second sentence is returned from a Camel RestDSL endpoint__)</constant>
|
|
||||||
</setBody>
|
|
||||||
</route>
|
|
||||||
|
|
||||||
|
|
||||||
<route id="httpBridge">
|
|
||||||
<!--note that we are passing to the endoint the security handlers we have defined above-->
|
|
||||||
<from uri="jetty:http://0.0.0.0:8383/admin-camel-endpoint?handlers=sessionHandler&matchOnUriPrefix=true" />
|
|
||||||
<process ref="helloProcessor" />
|
|
||||||
<log message="The message from camel endpoint contains ${body}"/>
|
|
||||||
</route>
|
|
||||||
|
|
||||||
</camelContext>
|
|
||||||
|
|
||||||
</blueprint>
|
|
|
@ -1,130 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>fuse-example-customer-portal</artifactId>
|
|
||||||
<packaging>war</packaging>
|
|
||||||
<name>Customer Portal - Secured in Karaf/Fuse</name>
|
|
||||||
<description/>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
org.apache.http.auth.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.client.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.conn.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.cookie.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.auth.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.client.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.conn.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.cookie.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.execchain.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.*;version=${apache.httpcomponents.httpcore.fuse.version},
|
|
||||||
javax.servlet.*;version="[3.1,5)",
|
|
||||||
org.keycloak.adapters.authentication;version="${fuse.adapter.version}";resolution:=optional,
|
|
||||||
org.keycloak.adapters.jetty;version="${fuse.adapter.version}";resolution:=optional,
|
|
||||||
org.keycloak.adapters;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.constants;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.util;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
*;resolution:=optional
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.spec.javax.servlet</groupId>
|
|
||||||
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-core</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-adapter-core</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
|
||||||
<artifactId>httpclient</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<finalName>customer-portal-fuse</finalName>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifestFile>${basedir}/target/classes/META-INF/MANIFEST.MF</manifestFile>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>bundle-manifest</id>
|
|
||||||
<phase>process-classes</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>manifest</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<supportedProjectTypes>
|
|
||||||
<supportedProjectType>war</supportedProjectType>
|
|
||||||
</supportedProjectTypes>
|
|
||||||
<instructions>
|
|
||||||
<Webapp-Context>/customer-portal</Webapp-Context>
|
|
||||||
<Web-ContextPath>/customer-portal</Web-ContextPath>
|
|
||||||
<Embed-Directory>WEB-INF/lib</Embed-Directory>
|
|
||||||
<Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
|
@ -1,115 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example;
|
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.InputStreamReader;
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
|
|
||||||
import org.apache.http.HttpEntity;
|
|
||||||
import org.apache.http.HttpResponse;
|
|
||||||
import org.apache.http.client.HttpClient;
|
|
||||||
import org.apache.http.client.methods.HttpGet;
|
|
||||||
import org.keycloak.KeycloakSecurityContext;
|
|
||||||
import org.keycloak.adapters.HttpClientBuilder;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
|
|
||||||
*/
|
|
||||||
public class CamelClient {
|
|
||||||
|
|
||||||
public static String sendRequest(HttpServletRequest req) throws CxfRsClient.Failure {
|
|
||||||
KeycloakSecurityContext session = (KeycloakSecurityContext) req.getAttribute(KeycloakSecurityContext.class.getName());
|
|
||||||
|
|
||||||
HttpClient client = new HttpClientBuilder()
|
|
||||||
.disableTrustManager().build();
|
|
||||||
|
|
||||||
StringBuilder sb = new StringBuilder();
|
|
||||||
try {
|
|
||||||
// Initially let's invoke a simple Camel-Jetty exposed endpoint
|
|
||||||
HttpGet get = new HttpGet("http://localhost:8383/admin-camel-endpoint");
|
|
||||||
get.addHeader("Authorization", "Bearer " + session.getTokenString());
|
|
||||||
try {
|
|
||||||
HttpResponse response = client.execute(get);
|
|
||||||
if (response.getStatusLine().getStatusCode() != 200) {
|
|
||||||
return "There was a failure processing request. You either didn't configure Keycloak properly or you don't have admin permission? Status code is "
|
|
||||||
+ response.getStatusLine().getStatusCode();
|
|
||||||
}
|
|
||||||
HttpEntity entity = response.getEntity();
|
|
||||||
InputStream is = entity.getContent();
|
|
||||||
try {
|
|
||||||
sb.append(getStringFromInputStream(is));
|
|
||||||
} finally {
|
|
||||||
is.close();
|
|
||||||
}
|
|
||||||
} catch (IOException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
// Here we invoke a Jetty endpoint, published using Camel RestDSL
|
|
||||||
get = new HttpGet("http://localhost:8484/restdsl/hello/world");
|
|
||||||
get.addHeader("Authorization", "Bearer " + session.getTokenString());
|
|
||||||
try {
|
|
||||||
HttpResponse response = client.execute(get);
|
|
||||||
if (response.getStatusLine().getStatusCode() != 200) {
|
|
||||||
return "There was a failure processing request with the RestDSL endpoint. You either didn't configure Keycloak properly or you don't have admin permission? Status code is "
|
|
||||||
+ response.getStatusLine().getStatusCode();
|
|
||||||
}
|
|
||||||
HttpEntity entity = response.getEntity();
|
|
||||||
InputStream is = entity.getContent();
|
|
||||||
try {
|
|
||||||
sb.append(getStringFromInputStream(is));
|
|
||||||
} finally {
|
|
||||||
is.close();
|
|
||||||
}
|
|
||||||
} catch (IOException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
client.getConnectionManager().shutdown();
|
|
||||||
}
|
|
||||||
|
|
||||||
return sb.toString();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static String getStringFromInputStream(InputStream is) {
|
|
||||||
BufferedReader br = null;
|
|
||||||
StringBuilder sb = new StringBuilder();
|
|
||||||
String line;
|
|
||||||
try {
|
|
||||||
br = new BufferedReader(new InputStreamReader(is));
|
|
||||||
while ((line = br.readLine()) != null) {
|
|
||||||
sb.append(line);
|
|
||||||
}
|
|
||||||
} catch (IOException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
} finally {
|
|
||||||
if (br != null) {
|
|
||||||
try {
|
|
||||||
br.close();
|
|
||||||
} catch (IOException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return sb.toString();
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,91 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example;
|
|
||||||
|
|
||||||
import org.apache.http.HttpEntity;
|
|
||||||
import org.apache.http.HttpResponse;
|
|
||||||
import org.apache.http.client.HttpClient;
|
|
||||||
import org.apache.http.client.methods.HttpGet;
|
|
||||||
import org.keycloak.KeycloakSecurityContext;
|
|
||||||
import org.keycloak.adapters.HttpClientBuilder;
|
|
||||||
import org.keycloak.common.util.UriUtils;
|
|
||||||
import org.keycloak.representations.IDToken;
|
|
||||||
import org.keycloak.util.JsonSerialization;
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
|
|
||||||
* @version $Revision: 1 $
|
|
||||||
*/
|
|
||||||
public class CxfRsClient {
|
|
||||||
|
|
||||||
static class TypedList extends ArrayList<String> {
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class Failure extends Exception {
|
|
||||||
private int status;
|
|
||||||
|
|
||||||
public Failure(int status) {
|
|
||||||
this.status = status;
|
|
||||||
}
|
|
||||||
|
|
||||||
public int getStatus() {
|
|
||||||
return status;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static IDToken getIDToken(HttpServletRequest req) {
|
|
||||||
KeycloakSecurityContext session = (KeycloakSecurityContext) req.getAttribute(KeycloakSecurityContext.class.getName());
|
|
||||||
return session.getIdToken();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public static List<String> getCustomers(HttpServletRequest req) throws Failure {
|
|
||||||
KeycloakSecurityContext session = (KeycloakSecurityContext) req.getAttribute(KeycloakSecurityContext.class.getName());
|
|
||||||
|
|
||||||
HttpClient client = new HttpClientBuilder()
|
|
||||||
.disableTrustManager().build();
|
|
||||||
try {
|
|
||||||
HttpGet get = new HttpGet(UriUtils.getOrigin(req.getRequestURL().toString()) + "/cxf/customerservice/customers");
|
|
||||||
get.addHeader("Authorization", "Bearer " + session.getTokenString());
|
|
||||||
try {
|
|
||||||
HttpResponse response = client.execute(get);
|
|
||||||
if (response.getStatusLine().getStatusCode() != 200) {
|
|
||||||
throw new Failure(response.getStatusLine().getStatusCode());
|
|
||||||
}
|
|
||||||
HttpEntity entity = response.getEntity();
|
|
||||||
InputStream is = entity.getContent();
|
|
||||||
try {
|
|
||||||
return JsonSerialization.readValue(is, TypedList.class);
|
|
||||||
} finally {
|
|
||||||
is.close();
|
|
||||||
}
|
|
||||||
} catch (IOException e) {
|
|
||||||
throw new RuntimeException(e);
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
client.getConnectionManager().shutdown();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
|
|
||||||
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
|
||||||
<Get name="securityHandler">
|
|
||||||
<Set name="authenticator">
|
|
||||||
<New class="org.keycloak.adapters.jetty.KeycloakJettyAuthenticator">
|
|
||||||
</New>
|
|
||||||
</Set>
|
|
||||||
</Get>
|
|
||||||
</Configure>
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "customer-portal",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,51 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
|
||||||
version="3.0">
|
|
||||||
|
|
||||||
<module-name>customer-portal</module-name>
|
|
||||||
|
|
||||||
<welcome-file-list>
|
|
||||||
<welcome-file>index.html</welcome-file>
|
|
||||||
</welcome-file-list>
|
|
||||||
|
|
||||||
<security-constraint>
|
|
||||||
<web-resource-collection>
|
|
||||||
<web-resource-name>Customers</web-resource-name>
|
|
||||||
<url-pattern>/customers/*</url-pattern>
|
|
||||||
</web-resource-collection>
|
|
||||||
<auth-constraint>
|
|
||||||
<role-name>user</role-name>
|
|
||||||
</auth-constraint>
|
|
||||||
</security-constraint>
|
|
||||||
|
|
||||||
<login-config>
|
|
||||||
<auth-method>KEYCLOAK</auth-method>
|
|
||||||
<realm-name>does-not-matter</realm-name>
|
|
||||||
</login-config>
|
|
||||||
|
|
||||||
<security-role>
|
|
||||||
<role-name>admin</role-name>
|
|
||||||
</security-role>
|
|
||||||
<security-role>
|
|
||||||
<role-name>user</role-name>
|
|
||||||
</security-role>
|
|
||||||
</web-app>
|
|
|
@ -1,13 +0,0 @@
|
||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
||||||
pageEncoding="ISO-8859-1" %>
|
|
||||||
<%@ page import="org.keycloak.example.CamelClient" %>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Camel page</title>
|
|
||||||
</head>
|
|
||||||
<body bgcolor="#E3F6CE">
|
|
||||||
<p>You will receive info from camel endpoint. Endpoint is accessible just for user with admin role</p>
|
|
||||||
<p>Response from camel: <b><%= CamelClient.sendRequest(request) %></b> </p>
|
|
||||||
<br><br>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,54 +0,0 @@
|
||||||
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
|
|
||||||
pageEncoding="ISO-8859-1" %>
|
|
||||||
<%@ page import="org.keycloak.common.util.KeycloakUriBuilder" %>
|
|
||||||
<%@ page import="org.keycloak.constants.ServiceUrlConstants" %>
|
|
||||||
<%@ page import="org.keycloak.example.CxfRsClient" %>
|
|
||||||
<%@ page import="org.keycloak.representations.IDToken" %>
|
|
||||||
<%@ page import="org.keycloak.common.util.UriUtils"%>
|
|
||||||
<%@ page import="org.keycloak.KeycloakSecurityContext"%>
|
|
||||||
<%@ page session="false" %>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Customer View Page</title>
|
|
||||||
</head>
|
|
||||||
<body bgcolor="#E3F6CE">
|
|
||||||
<%
|
|
||||||
String logoutUri = KeycloakUriBuilder.fromUri("http://localhost:8080/auth").path(ServiceUrlConstants.TOKEN_SERVICE_LOGOUT_PATH)
|
|
||||||
.build("demo").toString();
|
|
||||||
String acctUri = KeycloakUriBuilder.fromUri("http://localhost:8080/auth").path(ServiceUrlConstants.ACCOUNT_SERVICE_PATH)
|
|
||||||
.queryParam("referrer", "customer-portal").build("demo").toString();
|
|
||||||
IDToken idToken = CxfRsClient.getIDToken(request);
|
|
||||||
KeycloakSecurityContext kSession = (KeycloakSecurityContext) request.getAttribute(KeycloakSecurityContext.class.getName());
|
|
||||||
%>
|
|
||||||
<p>Goto: <a href="/product-portal">products</a> | <a href="<%=logoutUri%>">logout</a> | <a
|
|
||||||
href="<%=acctUri%>">manage acct</a></p>
|
|
||||||
Servlet User Principal <b><%=request.getUserPrincipal().getName()%>
|
|
||||||
</b> made this request.
|
|
||||||
<p><b>Caller IDToken values</b> (<i>You can specify what is returned in IDToken in the customer-portal claims page in the admin console</i>:</p>
|
|
||||||
<p>Username: <%=idToken.getPreferredUsername()%></p>
|
|
||||||
<p>Email: <%=idToken.getEmail()%></p>
|
|
||||||
<p>Full Name: <%=idToken.getName()%></p>
|
|
||||||
<p>First: <%=idToken.getGivenName()%></p>
|
|
||||||
<p>Last: <%=idToken.getFamilyName()%></p>
|
|
||||||
<h2>Customer Listing</h2>
|
|
||||||
<p><b>curl</b> -H "Authorization: Bearer <%=kSession.getTokenString()%>" <%=UriUtils.getOrigin(request.getRequestURL().toString()) + "/cxf/customerservice/customers"%></p>
|
|
||||||
<%
|
|
||||||
java.util.List<String> list = null;
|
|
||||||
try {
|
|
||||||
list = CxfRsClient.getCustomers(request);
|
|
||||||
} catch (CxfRsClient.Failure failure) {
|
|
||||||
out.println("There was a failure processing request. You either didn't configure Keycloak properly, or maybe" +
|
|
||||||
"you just forgot to secure the cxf ws service?");
|
|
||||||
out.println("Status from cxf ws service invocation was: " + failure.getStatus());
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
for (String cust : list) {
|
|
||||||
out.print("<p>");
|
|
||||||
out.print(cust);
|
|
||||||
out.println("</p>");
|
|
||||||
|
|
||||||
}
|
|
||||||
%>
|
|
||||||
<br><br>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,32 +0,0 @@
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Customer portal on Karaf/Fuse</title>
|
|
||||||
</head>
|
|
||||||
<body bgcolor="#E3F6CE">
|
|
||||||
<h1>Customer Portal</h1>
|
|
||||||
|
|
||||||
<p><a href="customers/cxf-rs.jsp">Customer Listing - CXF RS endpoint</a></p>
|
|
||||||
|
|
||||||
<p><a href="customers/camel.jsp">Admin Interface - Apache Camel endpoint</a></p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,95 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>fuse-example-cxf-jaxrs-fuse7-undertow</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>CXF JAXRS Example - Secured in Karaf/Fuse 7 on Undertow</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.ws.rs;version="[2,3)",
|
|
||||||
META-INF.cxf;version="[2.7,3.4)",
|
|
||||||
META-INF.cxf.osgi;version="[2.7,3.4)";resolution:=optional,
|
|
||||||
org.apache.cxf.transport.http;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.*;version="[2.7,3.4)",
|
|
||||||
com.fasterxml.jackson.jaxrs.json;version="[2.8,3)",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
*;resolution:=optional
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.rs.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
|
||||||
<version>${cxf.jaxrs.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-transports-http</artifactId>
|
|
||||||
<version>${cxf.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-transports-http-undertow</artifactId>
|
|
||||||
<version>${cxf.undertow.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>javax.ws.rs</groupId>
|
|
||||||
<artifactId>javax.ws.rs-api</artifactId>
|
|
||||||
<version>2.1</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
|
@ -1,46 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.rs;
|
|
||||||
|
|
||||||
import javax.ws.rs.GET;
|
|
||||||
import javax.ws.rs.Path;
|
|
||||||
import javax.ws.rs.Produces;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
|
|
||||||
* @version $Revision: 1 $
|
|
||||||
*/
|
|
||||||
@Path("/customers")
|
|
||||||
public class CxfCustomerService {
|
|
||||||
|
|
||||||
@GET
|
|
||||||
@Produces("application/json")
|
|
||||||
public List<String> getCustomers() {
|
|
||||||
ArrayList<String> rtn = new ArrayList<String>();
|
|
||||||
rtn.add("Bill Burke");
|
|
||||||
rtn.add("Stian Thorgersen");
|
|
||||||
rtn.add("Stan Silvert");
|
|
||||||
rtn.add("Gabriel Cardoso");
|
|
||||||
rtn.add("Viliam Rockai");
|
|
||||||
rtn.add("Marek Posolda");
|
|
||||||
rtn.add("Boleslaw Dawidowicz");
|
|
||||||
return rtn;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,39 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs"
|
|
||||||
xsi:schemaLocation="
|
|
||||||
http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
|
|
||||||
http://cxf.apache.org/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd">
|
|
||||||
|
|
||||||
<!-- JAXRS Application -->
|
|
||||||
|
|
||||||
<bean id="customerBean" class="org.keycloak.example.rs.CxfCustomerService" />
|
|
||||||
|
|
||||||
<jaxrs:server id="cxfJaxrsServer" address="/customerservice">
|
|
||||||
<jaxrs:providers>
|
|
||||||
<bean class="com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider" />
|
|
||||||
</jaxrs:providers>
|
|
||||||
<jaxrs:serviceBeans>
|
|
||||||
<ref component-id="customerBean" />
|
|
||||||
</jaxrs:serviceBeans>
|
|
||||||
</jaxrs:server>
|
|
||||||
|
|
||||||
</blueprint>
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "builtin-cxf-app",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,92 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>fuse-example-cxf-jaxrs</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>CXF JAXRS Example - Secured in Karaf/Fuse</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.ws.rs;version="[2,3)",
|
|
||||||
META-INF.cxf;version="[2.7,3.4)",
|
|
||||||
META-INF.cxf.osgi;version="[2.7,3.4)";resolution:=optional,
|
|
||||||
org.apache.cxf.transport.http;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.*;version="[2.7,3.4)",
|
|
||||||
com.fasterxml.jackson.jaxrs.json;version="[2.8,3)",
|
|
||||||
org.eclipse.jetty.security;version="[8,10)",
|
|
||||||
org.eclipse.jetty.util.security;version="[8,10)",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.adapters.jetty;version="${fuse.adapter.version}",
|
|
||||||
*;resolution:=optional
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.rs.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
|
||||||
<version>${cxf.jaxrs.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-transports-http</artifactId>
|
|
||||||
<version>${cxf.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-transports-http-jetty</artifactId>
|
|
||||||
<version>${cxf.jetty.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
|
@ -1,46 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.rs;
|
|
||||||
|
|
||||||
import jakarta.ws.rs.GET;
|
|
||||||
import jakarta.ws.rs.Path;
|
|
||||||
import jakarta.ws.rs.Produces;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
|
|
||||||
* @version $Revision: 1 $
|
|
||||||
*/
|
|
||||||
@Path("/customers")
|
|
||||||
public class CxfCustomerService {
|
|
||||||
|
|
||||||
@GET
|
|
||||||
@Produces("application/json")
|
|
||||||
public List<String> getCustomers() {
|
|
||||||
ArrayList<String> rtn = new ArrayList<String>();
|
|
||||||
rtn.add("Bill Burke");
|
|
||||||
rtn.add("Stian Thorgersen");
|
|
||||||
rtn.add("Stan Silvert");
|
|
||||||
rtn.add("Gabriel Cardoso");
|
|
||||||
rtn.add("Viliam Rockai");
|
|
||||||
rtn.add("Marek Posolda");
|
|
||||||
rtn.add("Boleslaw Dawidowicz");
|
|
||||||
return rtn;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,77 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns:jaxrs="http://cxf.apache.org/blueprint/jaxrs"
|
|
||||||
xsi:schemaLocation="
|
|
||||||
http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
|
|
||||||
http://cxf.apache.org/blueprint/jaxrs http://cxf.apache.org/schemas/blueprint/jaxrs.xsd">
|
|
||||||
|
|
||||||
<!-- JAXRS Application -->
|
|
||||||
|
|
||||||
<bean id="customerBean" class="org.keycloak.example.rs.CxfCustomerService" />
|
|
||||||
|
|
||||||
<jaxrs:server id="cxfJaxrsServer" address="/customerservice">
|
|
||||||
<jaxrs:providers>
|
|
||||||
<bean class="com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider" />
|
|
||||||
</jaxrs:providers>
|
|
||||||
<jaxrs:serviceBeans>
|
|
||||||
<ref component-id="customerBean" />
|
|
||||||
</jaxrs:serviceBeans>
|
|
||||||
</jaxrs:server>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Securing of whole /cxf context by unregister default cxf servlet from paxweb and re-register with applied security constraints -->
|
|
||||||
|
|
||||||
<bean id="cxfConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
|
|
||||||
<property name="constraint">
|
|
||||||
<bean class="org.eclipse.jetty.util.security.Constraint">
|
|
||||||
<property name="name" value="cst1"/>
|
|
||||||
<property name="roles">
|
|
||||||
<list>
|
|
||||||
<value>user</value>
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
<property name="authenticate" value="true"/>
|
|
||||||
<property name="dataConstraint" value="0"/>
|
|
||||||
</bean>
|
|
||||||
</property>
|
|
||||||
<property name="pathSpec" value="/cxf/*"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="cxfKeycloakPaxWebIntegration" class="org.keycloak.adapters.osgi.PaxWebIntegrationService"
|
|
||||||
init-method="start" destroy-method="stop">
|
|
||||||
<property name="bundleContext" ref="blueprintBundleContext" />
|
|
||||||
<property name="jettyWebXmlLocation" value="/WEB-INF/jetty-web.xml" />
|
|
||||||
<property name="constraintMappings">
|
|
||||||
<list>
|
|
||||||
<ref component-id="cxfConstraintMapping" />
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="defaultCxfReregistration" class="org.keycloak.adapters.osgi.ServletReregistrationService" depends-on="cxfKeycloakPaxWebIntegration"
|
|
||||||
init-method="start" destroy-method="stop">
|
|
||||||
<property name="bundleContext" ref="blueprintBundleContext" />
|
|
||||||
<property name="managedServiceReference">
|
|
||||||
<reference interface="org.osgi.service.cm.ManagedService" filter="(service.pid=org.apache.cxf.osgi)" timeout="5000" />
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</blueprint>
|
|
|
@ -1,27 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
|
|
||||||
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
|
||||||
<Get name="securityHandler">
|
|
||||||
<Set name="authenticator">
|
|
||||||
<New class="org.keycloak.adapters.jetty.KeycloakJettyAuthenticator">
|
|
||||||
</New>
|
|
||||||
</Set>
|
|
||||||
</Get>
|
|
||||||
</Configure>
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "builtin-cxf-app",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,102 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>fuse-example-cxf-jaxws-fuse7-undertow</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>CXF JAXWS Example - Secured in Karaf/Fuse 7 on Undertow</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.jws;resolution:=optional,
|
|
||||||
javax.wsdl,
|
|
||||||
javax.xml.bind;version="[2.2,3)",
|
|
||||||
javax.xml.bind.annotation;version="[2.2,3)",
|
|
||||||
javax.xml.namespace,
|
|
||||||
javax.xml.ws,
|
|
||||||
META-INF.cxf;version="[2.7,3.4)",
|
|
||||||
META-INF.cxf.osgi;version="[2.7,3.4)";resolution:=optional,
|
|
||||||
org.apache.cxf.transport.http_undertow;version="[2.7,3.4)";resolution:=optional,
|
|
||||||
org.apache.cxf.transport.http_undertow.blueprint;version="[2.7,3.4)";resolution:=optional,
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
*;resolution:=optional
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.ws.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
|
||||||
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
|
|
||||||
<version>1.1.2</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
|
||||||
<artifactId>geronimo-jaxws_2.2_spec</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>javax.xml.bind</groupId>
|
|
||||||
<artifactId>jaxb-api</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
||||||
<version>${cxf.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-transports-http</artifactId>
|
|
||||||
<version>${cxf.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
|
@ -1,42 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws;
|
|
||||||
|
|
||||||
import org.keycloak.example.ws.types.ObjectFactory;
|
|
||||||
|
|
||||||
import javax.jws.WebMethod;
|
|
||||||
import javax.jws.WebParam;
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
import javax.xml.ws.RequestWrapper;
|
|
||||||
import javax.xml.ws.ResponseWrapper;
|
|
||||||
|
|
||||||
@WebService
|
|
||||||
@XmlSeeAlso({ObjectFactory.class})
|
|
||||||
public interface Product {
|
|
||||||
|
|
||||||
@RequestWrapper(localName = "GetProduct", className = "GetProduct")
|
|
||||||
@ResponseWrapper(localName = "GetProductResponse", className = "GetProductResponse")
|
|
||||||
@WebMethod(operationName = "GetProduct")
|
|
||||||
public void getProduct(
|
|
||||||
@WebParam(mode = WebParam.Mode.INOUT, name = "productId")
|
|
||||||
javax.xml.ws.Holder<String> productId,
|
|
||||||
@WebParam(mode = WebParam.Mode.OUT, name = "name")
|
|
||||||
javax.xml.ws.Holder<String> name
|
|
||||||
) throws UnknownProductFault;
|
|
||||||
}
|
|
|
@ -1,44 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws;
|
|
||||||
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.xml.ws.Holder;
|
|
||||||
|
|
||||||
@WebService(serviceName = "ProductService", endpointInterface = "org.keycloak.example.ws.Product")
|
|
||||||
public class ProductImpl implements Product {
|
|
||||||
|
|
||||||
public void getProduct(Holder<String> productId, Holder<String> name)
|
|
||||||
throws UnknownProductFault
|
|
||||||
{
|
|
||||||
if (productId.value == null || productId.value.length() == 0) {
|
|
||||||
org.keycloak.example.ws.types.UnknownProductFault fault = new org.keycloak.example.ws.types.UnknownProductFault();
|
|
||||||
fault.setProductId(productId.value);
|
|
||||||
throw new UnknownProductFault(null,fault);
|
|
||||||
} else if (productId.value.trim().equals("1")) {
|
|
||||||
name.value = "IPad";
|
|
||||||
} else if (productId.value.trim().equals("2")) {
|
|
||||||
name.value = "IPhone";
|
|
||||||
} else {
|
|
||||||
org.keycloak.example.ws.types.UnknownProductFault fault = new org.keycloak.example.ws.types.UnknownProductFault();
|
|
||||||
fault.setProductId(productId.value);
|
|
||||||
throw new UnknownProductFault(null,fault);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,52 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws;
|
|
||||||
|
|
||||||
import javax.xml.ws.WebFault;
|
|
||||||
|
|
||||||
@WebFault(name = "UnknownProductFault")
|
|
||||||
public class UnknownProductFault extends Exception {
|
|
||||||
|
|
||||||
private org.keycloak.example.ws.types.UnknownProductFault unknownProductFault;
|
|
||||||
|
|
||||||
public UnknownProductFault() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message) {
|
|
||||||
super(message);
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message, org.keycloak.example.ws.types.UnknownProductFault unknownProductFault) {
|
|
||||||
super(message);
|
|
||||||
this.unknownProductFault = unknownProductFault;
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message, org.keycloak.example.ws.types.UnknownProductFault unknownProductFault, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
this.unknownProductFault = unknownProductFault;
|
|
||||||
}
|
|
||||||
|
|
||||||
public org.keycloak.example.ws.types.UnknownProductFault getFaultInfo() {
|
|
||||||
return this.unknownProductFault;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,81 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java class for anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="productId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"productId"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "GetProduct")
|
|
||||||
public class GetProduct {
|
|
||||||
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String productId;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getProductId() {
|
|
||||||
return productId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setProductId(String value) {
|
|
||||||
this.productId = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,109 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java class for anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="productId" type="{http://www.w3.org/2001/XMLSchema}string"/>*
|
|
||||||
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"productId",
|
|
||||||
"name"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "GetProductResponse")
|
|
||||||
public class GetProductResponse {
|
|
||||||
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String productId;
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String name;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getProductId() {
|
|
||||||
return productId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setProductId(String value) {
|
|
||||||
this.productId = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the name property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getName() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the name property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setName(String value) {
|
|
||||||
this.name = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,73 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlRegistry;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This object contains factory methods for each
|
|
||||||
* Java content interface and Java element interface
|
|
||||||
* generated in the org.apache.servicemix.samples.wsdl_first.types package.
|
|
||||||
* <p>An ObjectFactory allows you to programatically
|
|
||||||
* construct new instances of the Java representation
|
|
||||||
* for XML content. The Java representation of XML
|
|
||||||
* content can consist of schema derived interfaces
|
|
||||||
* and classes representing the binding of schema
|
|
||||||
* type definitions, element declarations and model
|
|
||||||
* groups. Factory methods for each of these are
|
|
||||||
* provided in this class.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlRegistry
|
|
||||||
public class ObjectFactory {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.servicemix.samples.wsdl_first.types
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public ObjectFactory() {
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link GetProductResponse }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public GetProductResponse createGetProductResponse() {
|
|
||||||
return new GetProductResponse();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link GetProduct }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public GetProduct createGetProduct() {
|
|
||||||
return new GetProduct();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link UnknownProductFault }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public UnknownProductFault createUnknownProductFault() {
|
|
||||||
return new UnknownProductFault();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,81 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java class for anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="productId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"productId"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "UnknownProductFault")
|
|
||||||
public class UnknownProductFault {
|
|
||||||
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String productId;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getProductId() {
|
|
||||||
return productId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setProductId(String value) {
|
|
||||||
this.productId = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
|
@ -1,47 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Generated by Apache ServiceMix Archetype -->
|
|
||||||
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws"
|
|
||||||
xmlns:cxf="http://cxf.apache.org/blueprint/core"
|
|
||||||
xmlns:httpu="http://cxf.apache.org/transports/http-undertow/configuration"
|
|
||||||
xsi:schemaLocation="
|
|
||||||
http://cxf.apache.org/transports/http-undertow/configuration http://cxf.apache.org/schemas/configuration/http-undertow.xsd
|
|
||||||
http://cxf.apache.org/blueprint/core http://cxf.apache.org/schemas/blueprint/core.xsd
|
|
||||||
http://cxf.apache.org/blueprint/jaxws http://cxf.apache.org/schemas/blueprint/jaxws.xsd">
|
|
||||||
|
|
||||||
<bean id="keycloakConfigResolver" class="org.keycloak.adapters.osgi.BundleBasedKeycloakConfigResolver" >
|
|
||||||
<property name="bundleContext" ref="blueprintBundleContext" />
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<httpu:engine-factory bus="cxf" id="kc-cxf-endpoint">
|
|
||||||
<httpu:engine port="8282">
|
|
||||||
<httpu:handlers>
|
|
||||||
<bean class="org.keycloak.adapters.osgi.undertow.CxfKeycloakAuthHandler">
|
|
||||||
<property name="configResolver" ref="keycloakConfigResolver" />
|
|
||||||
</bean>
|
|
||||||
</httpu:handlers>
|
|
||||||
</httpu:engine>
|
|
||||||
</httpu:engine-factory>
|
|
||||||
|
|
||||||
<jaxws:endpoint implementor="org.keycloak.example.ws.ProductImpl"
|
|
||||||
address="http://localhost:8282/ProductServiceCF" depends-on="kc-cxf-endpoint"/>
|
|
||||||
|
|
||||||
</blueprint>
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "custom-cxf-endpoint",
|
|
||||||
"bearer-only": "true",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external"
|
|
||||||
}
|
|
|
@ -1,108 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>fuse-example-cxf-jaxws</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>CXF JAXWS Example - Secured in Karaf/Fuse</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.jws;resolution:=optional,
|
|
||||||
javax.wsdl,
|
|
||||||
javax.xml.bind;version="[2.2,3)",
|
|
||||||
javax.xml.bind.annotation;version="[2.2,3)",
|
|
||||||
javax.xml.namespace,
|
|
||||||
javax.xml.ws,
|
|
||||||
META-INF.cxf;version="[2.7,3.4)",
|
|
||||||
META-INF.cxf.osgi;version="[2.7,3.4)";resolution:=optional,
|
|
||||||
org.apache.cxf.bus;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.bus.spring;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.bus.resource;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.transport.http;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.*;version="[2.7,3.4)",
|
|
||||||
org.springframework.beans.factory.config,
|
|
||||||
org.eclipse.jetty.security;version="[8,10)",
|
|
||||||
org.eclipse.jetty.util.security;version="[8,10)",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}"
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.ws.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
|
||||||
<artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
|
|
||||||
<version>1.1.2</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
|
||||||
<artifactId>geronimo-jaxws_2.2_spec</artifactId>
|
|
||||||
<version>1.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>javax.xml.bind</groupId>
|
|
||||||
<artifactId>jaxb-api</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-frontend-jaxws</artifactId>
|
|
||||||
<version>${cxf.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.cxf</groupId>
|
|
||||||
<artifactId>cxf-rt-transports-http</artifactId>
|
|
||||||
<version>${cxf.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
|
@ -1,42 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws;
|
|
||||||
|
|
||||||
import org.keycloak.example.ws.types.ObjectFactory;
|
|
||||||
|
|
||||||
import javax.jws.WebMethod;
|
|
||||||
import javax.jws.WebParam;
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.xml.bind.annotation.XmlSeeAlso;
|
|
||||||
import javax.xml.ws.RequestWrapper;
|
|
||||||
import javax.xml.ws.ResponseWrapper;
|
|
||||||
|
|
||||||
@WebService
|
|
||||||
@XmlSeeAlso({ObjectFactory.class})
|
|
||||||
public interface Product {
|
|
||||||
|
|
||||||
@RequestWrapper(localName = "GetProduct", className = "GetProduct")
|
|
||||||
@ResponseWrapper(localName = "GetProductResponse", className = "GetProductResponse")
|
|
||||||
@WebMethod(operationName = "GetProduct")
|
|
||||||
public void getProduct(
|
|
||||||
@WebParam(mode = WebParam.Mode.INOUT, name = "productId")
|
|
||||||
javax.xml.ws.Holder<String> productId,
|
|
||||||
@WebParam(mode = WebParam.Mode.OUT, name = "name")
|
|
||||||
javax.xml.ws.Holder<String> name
|
|
||||||
) throws UnknownProductFault;
|
|
||||||
}
|
|
|
@ -1,44 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws;
|
|
||||||
|
|
||||||
import javax.jws.WebService;
|
|
||||||
import javax.xml.ws.Holder;
|
|
||||||
|
|
||||||
@WebService(serviceName = "ProductService", endpointInterface = "org.keycloak.example.ws.Product")
|
|
||||||
public class ProductImpl implements Product {
|
|
||||||
|
|
||||||
public void getProduct(Holder<String> productId, Holder<String> name)
|
|
||||||
throws UnknownProductFault
|
|
||||||
{
|
|
||||||
if (productId.value == null || productId.value.length() == 0) {
|
|
||||||
org.keycloak.example.ws.types.UnknownProductFault fault = new org.keycloak.example.ws.types.UnknownProductFault();
|
|
||||||
fault.setProductId(productId.value);
|
|
||||||
throw new UnknownProductFault(null,fault);
|
|
||||||
} else if (productId.value.trim().equals("1")) {
|
|
||||||
name.value = "IPad";
|
|
||||||
} else if (productId.value.trim().equals("2")) {
|
|
||||||
name.value = "IPhone";
|
|
||||||
} else {
|
|
||||||
org.keycloak.example.ws.types.UnknownProductFault fault = new org.keycloak.example.ws.types.UnknownProductFault();
|
|
||||||
fault.setProductId(productId.value);
|
|
||||||
throw new UnknownProductFault(null,fault);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,52 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws;
|
|
||||||
|
|
||||||
import javax.xml.ws.WebFault;
|
|
||||||
|
|
||||||
@WebFault(name = "UnknownProductFault")
|
|
||||||
public class UnknownProductFault extends Exception {
|
|
||||||
|
|
||||||
private org.keycloak.example.ws.types.UnknownProductFault unknownProductFault;
|
|
||||||
|
|
||||||
public UnknownProductFault() {
|
|
||||||
super();
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message) {
|
|
||||||
super(message);
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message, org.keycloak.example.ws.types.UnknownProductFault unknownProductFault) {
|
|
||||||
super(message);
|
|
||||||
this.unknownProductFault = unknownProductFault;
|
|
||||||
}
|
|
||||||
|
|
||||||
public UnknownProductFault(String message, org.keycloak.example.ws.types.UnknownProductFault unknownProductFault, Throwable cause) {
|
|
||||||
super(message, cause);
|
|
||||||
this.unknownProductFault = unknownProductFault;
|
|
||||||
}
|
|
||||||
|
|
||||||
public org.keycloak.example.ws.types.UnknownProductFault getFaultInfo() {
|
|
||||||
return this.unknownProductFault;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,81 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java class for anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="productId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"productId"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "GetProduct")
|
|
||||||
public class GetProduct {
|
|
||||||
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String productId;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getProductId() {
|
|
||||||
return productId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setProductId(String value) {
|
|
||||||
this.productId = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,109 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java class for anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="productId" type="{http://www.w3.org/2001/XMLSchema}string"/>*
|
|
||||||
* <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"productId",
|
|
||||||
"name"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "GetProductResponse")
|
|
||||||
public class GetProductResponse {
|
|
||||||
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String productId;
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String name;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getProductId() {
|
|
||||||
return productId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setProductId(String value) {
|
|
||||||
this.productId = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the name property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getName() {
|
|
||||||
return name;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the name property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setName(String value) {
|
|
||||||
this.name = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,73 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlRegistry;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This object contains factory methods for each
|
|
||||||
* Java content interface and Java element interface
|
|
||||||
* generated in the org.apache.servicemix.samples.wsdl_first.types package.
|
|
||||||
* <p>An ObjectFactory allows you to programatically
|
|
||||||
* construct new instances of the Java representation
|
|
||||||
* for XML content. The Java representation of XML
|
|
||||||
* content can consist of schema derived interfaces
|
|
||||||
* and classes representing the binding of schema
|
|
||||||
* type definitions, element declarations and model
|
|
||||||
* groups. Factory methods for each of these are
|
|
||||||
* provided in this class.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlRegistry
|
|
||||||
public class ObjectFactory {
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.servicemix.samples.wsdl_first.types
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public ObjectFactory() {
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link GetProductResponse }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public GetProductResponse createGetProductResponse() {
|
|
||||||
return new GetProductResponse();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link GetProduct }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public GetProduct createGetProduct() {
|
|
||||||
return new GetProduct();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Create an instance of {@link UnknownProductFault }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public UnknownProductFault createUnknownProductFault() {
|
|
||||||
return new UnknownProductFault();
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,81 +0,0 @@
|
||||||
|
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
||||||
|
|
||||||
import javax.xml.bind.annotation.XmlAccessType;
|
|
||||||
import javax.xml.bind.annotation.XmlAccessorType;
|
|
||||||
import javax.xml.bind.annotation.XmlElement;
|
|
||||||
import javax.xml.bind.annotation.XmlRootElement;
|
|
||||||
import javax.xml.bind.annotation.XmlType;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* <p>Java class for anonymous complex type.
|
|
||||||
*
|
|
||||||
* <p>The following schema fragment specifies the expected content contained within this class.
|
|
||||||
*
|
|
||||||
* <pre>
|
|
||||||
* <complexType>
|
|
||||||
* <complexContent>
|
|
||||||
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
||||||
* <sequence>
|
|
||||||
* <element name="productId" type="{http://www.w3.org/2001/XMLSchema}string"/>
|
|
||||||
* </sequence>
|
|
||||||
* </restriction>
|
|
||||||
* </complexContent>
|
|
||||||
* </complexType>
|
|
||||||
* </pre>
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
@XmlAccessorType(XmlAccessType.FIELD)
|
|
||||||
@XmlType(name = "", propOrder = {
|
|
||||||
"productId"
|
|
||||||
})
|
|
||||||
@XmlRootElement(name = "UnknownProductFault")
|
|
||||||
public class UnknownProductFault {
|
|
||||||
|
|
||||||
@XmlElement(required = true)
|
|
||||||
protected String productId;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @return
|
|
||||||
* possible object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public String getProductId() {
|
|
||||||
return productId;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Sets the value of the productId property.
|
|
||||||
*
|
|
||||||
* @param value
|
|
||||||
* allowed object is
|
|
||||||
* {@link String }
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public void setProductId(String value) {
|
|
||||||
this.productId = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,18 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example.ws.types;
|
|
|
@ -1,85 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Generated by Apache ServiceMix Archetype -->
|
|
||||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns:jaxws="http://cxf.apache.org/jaxws"
|
|
||||||
xmlns:httpj="http://cxf.apache.org/transports/http-jetty/configuration"
|
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
||||||
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
|
|
||||||
|
|
||||||
http://cxf.apache.org/transports/http-jetty/configuration http://cxf.apache.org/schemas/configuration/http-jetty.xsd">
|
|
||||||
|
|
||||||
<import resource="classpath:META-INF/cxf/cxf.xml" />
|
|
||||||
|
|
||||||
<bean id="kcAdapterConfig" class="org.keycloak.representations.adapters.config.AdapterConfig">
|
|
||||||
<property name="realm" value="demo"/>
|
|
||||||
<property name="resource" value="custom-cxf-endpoint"/>
|
|
||||||
<property name="bearerOnly" value="true"/>
|
|
||||||
<property name="authServerUrl" value="http://localhost:8080/auth" />
|
|
||||||
<property name="sslRequired" value="EXTERNAL"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="keycloakAuthenticator" class="org.keycloak.adapters.jetty.KeycloakJettyAuthenticator">
|
|
||||||
<property name="adapterConfig">
|
|
||||||
<ref local="kcAdapterConfig" />
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="constraint" class="org.eclipse.jetty.util.security.Constraint">
|
|
||||||
<property name="name" value="Customers"/>
|
|
||||||
<property name="roles">
|
|
||||||
<list>
|
|
||||||
<value>user</value>
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
<property name="authenticate" value="true"/>
|
|
||||||
<property name="dataConstraint" value="0"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="constraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
|
|
||||||
<property name="constraint" ref="constraint"/>
|
|
||||||
<property name="pathSpec" value="/*"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="securityHandler" class="org.eclipse.jetty.security.ConstraintSecurityHandler">
|
|
||||||
<property name="authenticator" ref="keycloakAuthenticator" />
|
|
||||||
<property name="constraintMappings">
|
|
||||||
<list>
|
|
||||||
<ref local="constraintMapping" />
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
<property name="authMethod" value="BASIC"/>
|
|
||||||
<property name="realmName" value="does-not-matter"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<httpj:engine-factory bus="cxf" id="kc-cxf-endpoint">
|
|
||||||
<httpj:engine port="8282">
|
|
||||||
<httpj:handlers>
|
|
||||||
<ref local="securityHandler" />
|
|
||||||
</httpj:handlers>
|
|
||||||
<httpj:sessionSupport>true</httpj:sessionSupport>
|
|
||||||
</httpj:engine>
|
|
||||||
</httpj:engine-factory>
|
|
||||||
|
|
||||||
<jaxws:endpoint
|
|
||||||
implementor="org.keycloak.example.ws.ProductImpl"
|
|
||||||
address="http://localhost:8282/ProductServiceCF" depends-on="kc-cxf-endpoint"/>
|
|
||||||
|
|
||||||
</beans>
|
|
|
@ -1,321 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"enabled": true,
|
|
||||||
"accessTokenLifespan": 60,
|
|
||||||
"accessCodeLifespan": 60,
|
|
||||||
"accessCodeLifespanUserAction": 300,
|
|
||||||
"ssoSessionIdleTimeout": 600,
|
|
||||||
"ssoSessionMaxLifespan": 36000,
|
|
||||||
"sslRequired": "external",
|
|
||||||
"registrationAllowed": false,
|
|
||||||
"privateKey": "MIICXAIBAAKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQABAoGAfmO8gVhyBxdqlxmIuglbz8bcjQbhXJLR2EoS8ngTXmN1bo2L90M0mUKSdc7qF10LgETBzqL8jYlQIbt+e6TH8fcEpKCjUlyq0Mf/vVbfZSNaVycY13nTzo27iPyWQHK5NLuJzn1xvxxrUeXI6A2WFpGEBLbHjwpx5WQG9A+2scECQQDvdn9NE75HPTVPxBqsEd2z10TKkl9CZxu10Qby3iQQmWLEJ9LNmy3acvKrE3gMiYNWb6xHPKiIqOR1as7L24aTAkEAtyvQOlCvr5kAjVqrEKXalj0Tzewjweuxc0pskvArTI2Oo070h65GpoIKLc9jf+UA69cRtquwP93aZKtW06U8dQJAF2Y44ks/mK5+eyDqik3koCI08qaC8HYq2wVl7G2QkJ6sbAaILtcvD92ToOvyGyeE0flvmDZxMYlvaZnaQ0lcSQJBAKZU6umJi3/xeEbkJqMfeLclD27XGEFoPeNrmdx0q10Azp4NfJAY+Z8KRyQCR2BEG+oNitBOZ+YXF9KCpH3cdmECQHEigJhYg+ykOvr1aiZUMFT72HU0jnmQe2FVekuG+LJUt2Tm7GtMjTFoGpf0JwrVuZN39fOYAlo+nTixgeW7X8Y=",
|
|
||||||
"publicKey": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQAB",
|
|
||||||
"requiredCredentials": [ "password" ],
|
|
||||||
"users" : [
|
|
||||||
{
|
|
||||||
"username" : "bburke@redhat.com",
|
|
||||||
"enabled": true,
|
|
||||||
"email" : "bburke@redhat.com",
|
|
||||||
"firstName": "Bill",
|
|
||||||
"lastName": "Burke",
|
|
||||||
"credentials" : [
|
|
||||||
{ "type" : "password",
|
|
||||||
"value" : "password" }
|
|
||||||
],
|
|
||||||
"realmRoles": [ "user", "ssh" ],
|
|
||||||
"clientRoles": {
|
|
||||||
"account": [ "manage-account" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"username" : "stian",
|
|
||||||
"enabled": true,
|
|
||||||
"email" : "stian@redhat.com",
|
|
||||||
"firstName": "Stian",
|
|
||||||
"lastName": "Thorgersen",
|
|
||||||
"credentials" : [
|
|
||||||
{ "type" : "password",
|
|
||||||
"value" : "password" }
|
|
||||||
],
|
|
||||||
"realmRoles": [ "user", "ssh" ],
|
|
||||||
"clientRoles": {
|
|
||||||
"account": [ "manage-account" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"username" : "mposolda@redhat.com",
|
|
||||||
"enabled": true,
|
|
||||||
"email" : "mposolda@redhat.com",
|
|
||||||
"firstName": "Marek",
|
|
||||||
"lastName": "Posolda",
|
|
||||||
"credentials" : [
|
|
||||||
{ "type" : "password",
|
|
||||||
"value" : "password" }
|
|
||||||
],
|
|
||||||
"realmRoles": [ "user", "ssh" ],
|
|
||||||
"clientRoles": {
|
|
||||||
"account": [ "manage-account" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"username" : "admin",
|
|
||||||
"enabled": true,
|
|
||||||
"email" : "admin@admin.com",
|
|
||||||
"firstName": "Admin",
|
|
||||||
"lastName": "Burke",
|
|
||||||
"credentials" : [
|
|
||||||
{ "type" : "password",
|
|
||||||
"value" : "password" }
|
|
||||||
],
|
|
||||||
"realmRoles": [ "user","admin", "ssh" ],
|
|
||||||
"clientRoles": {
|
|
||||||
"realm-management": [ "realm-admin" ],
|
|
||||||
"account": [ "manage-account" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"username" : "jmxadmin",
|
|
||||||
"enabled": true,
|
|
||||||
"email" : "jmxadmin@admin.com",
|
|
||||||
"firstName": "JmxAdmin",
|
|
||||||
"lastName": "Burke",
|
|
||||||
"credentials" : [
|
|
||||||
{ "type" : "password",
|
|
||||||
"value" : "password" }
|
|
||||||
],
|
|
||||||
"realmRoles": [ "user", "jmxAdmin", "ssh" ],
|
|
||||||
"clientRoles": {
|
|
||||||
"account": [ "manage-account" ],
|
|
||||||
"realm-management": [ "realm-admin" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"username" : "john",
|
|
||||||
"firstName" : "John",
|
|
||||||
"lastName" : "Anthony",
|
|
||||||
"email" : "john@hawt.io",
|
|
||||||
"enabled" : true,
|
|
||||||
"credentials" : [
|
|
||||||
{
|
|
||||||
"type" : "password",
|
|
||||||
"value" : "password"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"realmRoles" : [ "viewer", "ssh" ],
|
|
||||||
"applicationRoles": {
|
|
||||||
"account" : [ "view-profile", "manage-account" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"username" : "mary",
|
|
||||||
"firstName" : "Mary",
|
|
||||||
"lastName" : "Kelly",
|
|
||||||
"email" : "mary@hawt.io",
|
|
||||||
"enabled" : true,
|
|
||||||
"credentials" : [
|
|
||||||
{
|
|
||||||
"type" : "password",
|
|
||||||
"value" : "password"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"realmRoles" : [ "ssh" ],
|
|
||||||
"applicationRoles": {
|
|
||||||
"account" : [ "view-profile", "manage-account" ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"username" : "root",
|
|
||||||
"firstName" : "Root",
|
|
||||||
"lastName" : "Root",
|
|
||||||
"email" : "root@hawt.io",
|
|
||||||
"enabled" : true,
|
|
||||||
"credentials" : [
|
|
||||||
{
|
|
||||||
"type" : "password",
|
|
||||||
"value" : "password"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"realmRoles" : [ "jmxAdmin", "ssh" ],
|
|
||||||
"applicationRoles": {
|
|
||||||
"account" : [ "view-profile", "manage-account" ],
|
|
||||||
"realm-management" : [ "realm-admin" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"roles" : {
|
|
||||||
"realm" : [
|
|
||||||
{
|
|
||||||
"name": "user",
|
|
||||||
"description": "User privileges"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "admin",
|
|
||||||
"description": "Administrator privileges"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "manager"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "viewer"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Operator"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Maintainer"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Deployer"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Auditor"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Administrator"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "SuperUser"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ssh"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "jmxAdmin",
|
|
||||||
"description": "Admin role with all privileges to SSH and JMX access",
|
|
||||||
"composite": true,
|
|
||||||
"composites": {
|
|
||||||
"realm": [ "admin", "manager", "viewer", "Operator", "Maintainer", "Deployer", "Auditor", "Administrator", "SuperUser", "ssh" ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"clients": [
|
|
||||||
{
|
|
||||||
"clientId": "customer-portal",
|
|
||||||
"enabled": true,
|
|
||||||
"adminUrl": "http://localhost:8181/customer-portal",
|
|
||||||
"baseUrl": "http://localhost:8181/customer-portal",
|
|
||||||
"redirectUris": [
|
|
||||||
"http://localhost:8181/customer-portal/*"
|
|
||||||
],
|
|
||||||
"secret": "password",
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId": "product-portal",
|
|
||||||
"enabled": true,
|
|
||||||
"adminUrl": "http://localhost:8181/product-portal",
|
|
||||||
"baseUrl": "http://localhost:8181/product-portal",
|
|
||||||
"redirectUris": [
|
|
||||||
"http://localhost:8181/product-portal/*"
|
|
||||||
],
|
|
||||||
"secret": "password",
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId": "builtin-cxf-app",
|
|
||||||
"enabled": true,
|
|
||||||
"adminUrl": "http://localhost:8181/cxf",
|
|
||||||
"baseUrl": "http://localhost:8181/cxf",
|
|
||||||
"redirectUris": [
|
|
||||||
"http://localhost:8181/cxf/*"
|
|
||||||
],
|
|
||||||
"secret": "password",
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId": "custom-cxf-endpoint",
|
|
||||||
"enabled": true,
|
|
||||||
"adminUrl": "http://localhost:8282/PersonServiceCF",
|
|
||||||
"baseUrl": "http://localhost:8282/PersonServiceCF",
|
|
||||||
"bearerOnly": true,
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId": "admin-camel-endpoint",
|
|
||||||
"enabled": true,
|
|
||||||
"adminUrl": "http://localhost:8383/admin-camel-endpoint",
|
|
||||||
"baseUrl": "http://localhost:8383/admin-camel-endpoint",
|
|
||||||
"bearerOnly": true,
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId": "admin-camel-restdsl",
|
|
||||||
"enabled": true,
|
|
||||||
"adminUrl": "http://localhost:8484/restdsl",
|
|
||||||
"baseUrl": "http://localhost:8484/restdsl",
|
|
||||||
"bearerOnly": true,
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId": "ssh-jmx-admin-client",
|
|
||||||
"enabled": true,
|
|
||||||
"publicClient": false,
|
|
||||||
"standardFlowEnabled": false,
|
|
||||||
"directAccessGrantsEnabled": true,
|
|
||||||
"secret": "password",
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId": "external-config",
|
|
||||||
"enabled": true,
|
|
||||||
"adminUrl": "http://localhost:8181/external-config",
|
|
||||||
"baseUrl": "http://localhost:8181/external-config",
|
|
||||||
"redirectUris": [
|
|
||||||
"http://localhost:8181/external-config",
|
|
||||||
"http://localhost:8181/external-config/*"
|
|
||||||
],
|
|
||||||
"secret": "password",
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"clientId" : "hawtio-client",
|
|
||||||
"surrogateAuthRequired" : false,
|
|
||||||
"fullScopeAllowed" : false,
|
|
||||||
"enabled" : true,
|
|
||||||
"redirectUris" : [ "http://localhost:8080/hawtio/*", "http://localhost:8181/hawtio/*", "http://localhost:8081/hawtio/*" ],
|
|
||||||
"webOrigins" : [ "http://localhost:8080", "http://localhost:8181", "http://localhost:8081" ],
|
|
||||||
"bearerOnly" : false,
|
|
||||||
"publicClient" : true,
|
|
||||||
"protocol" : "openid-connect",
|
|
||||||
"attributes": {
|
|
||||||
"exclude.issuer.from.auth.response": "true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
],
|
|
||||||
"scopeMappings": [
|
|
||||||
{
|
|
||||||
"client": "ssh-jmx-admin-client",
|
|
||||||
"roles": [ "admin", "jmxAdmin" ]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"client": "hawtio-client",
|
|
||||||
"roles": [ "viewer", "jmxAdmin" ]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"clientScopeMappings": {
|
|
||||||
"account": [
|
|
||||||
{
|
|
||||||
"client": "hawtio-client",
|
|
||||||
"roles": [ "view-profile", "manage-account" ]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "external-config",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,132 +0,0 @@
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<name>Keycloak Examples - External Config</name>
|
|
||||||
<artifactId>fuse-example-external-config</artifactId>
|
|
||||||
<packaging>war</packaging>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<description>
|
|
||||||
Keycloak External Config Example
|
|
||||||
</description>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
org.apache.http.auth.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.client.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.conn.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.cookie.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.auth.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.client.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.conn.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.cookie.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.impl.execchain.*;version=${apache.httpcomponents.fuse.version},
|
|
||||||
org.apache.http.*;version=${apache.httpcomponents.httpcore.fuse.version},
|
|
||||||
javax.servlet.*;version="[3.1,5)",
|
|
||||||
org.keycloak.adapters.jetty;version="${fuse.adapter.version}";resolution:=optional,
|
|
||||||
org.keycloak.adapters;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.constants;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.adapters.osgi;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.util;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
*;resolution:=optional
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.spec.javax.servlet</groupId>
|
|
||||||
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Contains KeycloakDeployment and KeycloakConfigResolver -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-adapter-core</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-adapter-spi</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Contains KeycloakPrincipal -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-core</artifactId>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<build>
|
|
||||||
<finalName>external-config</finalName>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
|
||||||
<manifestFile>${basedir}/target/classes/META-INF/MANIFEST.MF</manifestFile>
|
|
||||||
</archive>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>bundle-manifest</id>
|
|
||||||
<phase>process-classes</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>manifest</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<supportedProjectTypes>
|
|
||||||
<supportedProjectType>war</supportedProjectType>
|
|
||||||
</supportedProjectTypes>
|
|
||||||
<instructions>
|
|
||||||
<Webapp-Context>/external-config</Webapp-Context>
|
|
||||||
<Web-ContextPath>/external-config</Web-ContextPath>
|
|
||||||
<Embed-Directory>WEB-INF/lib</Embed-Directory>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
|
|
@ -1,58 +0,0 @@
|
||||||
package org.keycloak.examples;/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
import org.keycloak.KeycloakPrincipal;
|
|
||||||
|
|
||||||
import javax.servlet.ServletException;
|
|
||||||
import javax.servlet.annotation.WebServlet;
|
|
||||||
import javax.servlet.http.HttpServlet;
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
import javax.servlet.http.HttpServletResponse;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.PrintWriter;
|
|
||||||
|
|
||||||
|
|
||||||
@WebServlet(urlPatterns = "/servlet")
|
|
||||||
public class ProtectedServlet extends HttpServlet {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
|
|
||||||
String realm = req.getPathInfo().split("/")[1];
|
|
||||||
if (realm.contains("?")) {
|
|
||||||
realm = realm.split("\\?")[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
if (req.getPathInfo().contains("logout")) {
|
|
||||||
req.logout();
|
|
||||||
resp.sendRedirect(req.getContextPath() + "/" + realm);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
KeycloakPrincipal principal = (KeycloakPrincipal) req.getUserPrincipal();
|
|
||||||
|
|
||||||
resp.setContentType("text/html");
|
|
||||||
PrintWriter writer = resp.getWriter();
|
|
||||||
|
|
||||||
writer.write("Realm: ");
|
|
||||||
writer.write(principal.getKeycloakSecurityContext().getRealm());
|
|
||||||
|
|
||||||
writer.write("<br/>User: ");
|
|
||||||
writer.write(principal.getKeycloakSecurityContext().getIdToken().getPreferredUsername());
|
|
||||||
|
|
||||||
writer.write(String.format("<br/><a href=\"/multitenant/%s/logout\">Logout</a>", realm));
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,27 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
|
|
||||||
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
|
||||||
<Get name="securityHandler">
|
|
||||||
<Set name="authenticator">
|
|
||||||
<New class="org.keycloak.adapters.jetty.KeycloakJettyAuthenticator">
|
|
||||||
</New>
|
|
||||||
</Set>
|
|
||||||
</Get>
|
|
||||||
</Configure>
|
|
|
@ -1,55 +0,0 @@
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
|
|
||||||
version="3.0">
|
|
||||||
<module-name>External Config Example</module-name>
|
|
||||||
|
|
||||||
<context-param>
|
|
||||||
<param-name>keycloak.config.resolver</param-name>
|
|
||||||
<param-value>org.keycloak.adapters.osgi.PathBasedKeycloakConfigResolver</param-value>
|
|
||||||
</context-param>
|
|
||||||
|
|
||||||
<welcome-file-list>
|
|
||||||
<welcome-file>index.html</welcome-file>
|
|
||||||
</welcome-file-list>
|
|
||||||
|
|
||||||
|
|
||||||
<security-constraint>
|
|
||||||
<web-resource-collection>
|
|
||||||
<web-resource-name>REST endpoints</web-resource-name>
|
|
||||||
<url-pattern>/*</url-pattern>
|
|
||||||
</web-resource-collection>
|
|
||||||
<auth-constraint>
|
|
||||||
<role-name>user</role-name>
|
|
||||||
</auth-constraint>
|
|
||||||
</security-constraint>
|
|
||||||
|
|
||||||
<login-config>
|
|
||||||
<auth-method>KEYCLOAK</auth-method>
|
|
||||||
<realm-name>specified-in-keycloak-json</realm-name>
|
|
||||||
</login-config>
|
|
||||||
|
|
||||||
<security-role>
|
|
||||||
<role-name>admin</role-name>
|
|
||||||
</security-role>
|
|
||||||
<security-role>
|
|
||||||
<role-name>user</role-name>
|
|
||||||
</security-role>
|
|
||||||
</web-app>
|
|
|
@ -1,30 +0,0 @@
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>External Config Example Karaf/Fuse</title>
|
|
||||||
</head>
|
|
||||||
<body bgcolor="#E3F6CE">
|
|
||||||
<h1>External configuration worked.</h1>
|
|
||||||
|
|
||||||
<p><a href="http://localhost:8080/auth/realms/demo/protocol/openid-connect/logout?redirect_uri=http%3A%2F%2Flocalhost%3A8181%2Fexternal-config%2Findex.html">Log out</a></p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,79 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>fuse-example-keycloak-features</artifactId>
|
|
||||||
<name>Keycloak Fuse Example - Features</name>
|
|
||||||
<description/>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<resources>
|
|
||||||
<resource>
|
|
||||||
<directory>src/main/resources</directory>
|
|
||||||
<filtering>true</filtering>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>filter</id>
|
|
||||||
<phase>generate-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>resources</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>build-helper-maven-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>attach-artifacts</id>
|
|
||||||
<phase>package</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>attach-artifact</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<artifacts>
|
|
||||||
<artifact>
|
|
||||||
<file>target/classes/features.xml</file>
|
|
||||||
<type>xml</type>
|
|
||||||
<classifier>features</classifier>
|
|
||||||
</artifact>
|
|
||||||
</artifacts>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,58 +0,0 @@
|
||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" name="keycloak-${project.version}">
|
|
||||||
|
|
||||||
<feature name="keycloak-fuse-7.0-example" version="${project.version}">
|
|
||||||
<details>The Keycloak / Fuse 7.0 on Undertow example</details>
|
|
||||||
<feature>pax-web-http-undertow</feature>
|
|
||||||
<feature>war</feature>
|
|
||||||
<feature>camel</feature>
|
|
||||||
<feature>camel-undertow</feature>
|
|
||||||
<feature>cxf</feature>
|
|
||||||
<feature>keycloak</feature>
|
|
||||||
<feature>keycloak-pax-http-undertow</feature>
|
|
||||||
|
|
||||||
<bundle dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.12.1</bundle>
|
|
||||||
<bundle dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.12.1</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-camel-endpoint-fuse7-undertow/${project.version}</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-cxf-jaxrs-fuse7-undertow/${project.version}</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-cxf-jaxws-fuse7-undertow/${project.version}</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-customer-portal/${project.version}/war</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-external-config/${project.version}/war</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-product-portal-fuse7-undertow/${project.version}</bundle>
|
|
||||||
</feature>
|
|
||||||
|
|
||||||
<feature name="keycloak-fuse-6.3-example" version="${project.version}">
|
|
||||||
<details>The Keycloak / Fuse 6.3 example</details>
|
|
||||||
<feature>war</feature>
|
|
||||||
<feature>camel</feature>
|
|
||||||
<feature>camel-jetty9</feature>
|
|
||||||
<feature>cxf</feature>
|
|
||||||
<feature>keycloak</feature>
|
|
||||||
<bundle dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.12.1</bundle>
|
|
||||||
<bundle dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.12.1</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-product-portal/${project.version}</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-customer-portal/${project.version}/war</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-external-config/${project.version}/war</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-camel-endpoint/${project.version}</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-cxf-jaxws/${project.version}</bundle>
|
|
||||||
<bundle>mvn:org.keycloak.testsuite/fuse-example-cxf-jaxrs/${project.version}</bundle>
|
|
||||||
</feature>
|
|
||||||
|
|
||||||
</features>
|
|
|
@ -1,51 +0,0 @@
|
||||||
How to secure Fuse admin services
|
|
||||||
=================================
|
|
||||||
|
|
||||||
Fuse admin console authentication on JBoss Fuse 6.3.0 Rollup 1 or newer
|
|
||||||
---------------------------------
|
|
||||||
Fuse admin console is Hawt.io. Follow the instructions in [Docs](https://keycloak.gitbooks.io/securing-client-applications-guide/content/v/latest/topics/oidc/java/fuse/hawtio.html) for details on how to integrate it.
|
|
||||||
|
|
||||||
Example steps:
|
|
||||||
|
|
||||||
1) Import `demo` realm as mentioned in [Base steps](../README.md#base-steps) . It contains `hawtio-client` and some example users.
|
|
||||||
|
|
||||||
2) Copy files [keycloak-hawtio.json](keycloak-hawtio.json) and [keycloak-hawtio-client.json](keycloak-hawtio-client.json) to the `$FUSE_HOME/etc/` directory.
|
|
||||||
|
|
||||||
3) Edit properties in `$FUSE_HOME/etc/system.properties` as described in the documentation pointed above.
|
|
||||||
|
|
||||||
3) Run Fuse and install `keycloak` feature in the terminal as described in the documentation pointed above.
|
|
||||||
|
|
||||||
4) Test. After going to `http://localhost:8181/hawtio` you can login as any of these users. Password of all the sample users is `password` :
|
|
||||||
* root - He has role `admin` . He can access to everything in Hawtio
|
|
||||||
* john - He has role `viewer` . He can access to man functionalities in Hawtio.
|
|
||||||
* mary - She is not able to successfully authenticate to Hawtio
|
|
||||||
|
|
||||||
|
|
||||||
SSH authentication with keycloak credentials on JBoss Fuse 6.3.0 Rollup 1 or newer
|
|
||||||
-----------------------------------------------------------------------
|
|
||||||
|
|
||||||
Follow the instructions in [Docs](https://keycloak.gitbooks.io/securing-client-applications-guide/content/v/latest/topics/oidc/java/fuse/fuse-admin.html) for details
|
|
||||||
|
|
||||||
Example steps for enable SSH authentication:
|
|
||||||
|
|
||||||
1) Import `demo` realm as mentioned in [Base steps](../README.md#base-steps) . It contains `ssh-jmx-admin-client` and some example users.
|
|
||||||
|
|
||||||
2) Then you need to update/specify this property in file `$FUSE_HOME/etc/org.apache.karaf.shell.cfg` as mentioned in the docs pointed above.
|
|
||||||
|
|
||||||
3) Copy file from Keycloak fuse examples [keycloak-direct-access.json](keycloak-direct-access.json) to `$FUSE_HOME/etc/` directory.
|
|
||||||
|
|
||||||
4) Start Fuse and install `keycloak` JAAS realm into Fuse as mentioned in the docs pointed above.
|
|
||||||
|
|
||||||
5) Try to login into SSH as different users with the command shown in the docs pointed above. Password of all the sample users is `password` :
|
|
||||||
* root - He can run any command in Fuse Karaf SSH terminal
|
|
||||||
* john - He can run just read-only commands (eg. `features:list` ) but not write command (eg. `features:addurl` ).
|
|
||||||
* mary - She is not able to successfully authenticate to SSH
|
|
||||||
|
|
||||||
|
|
||||||
JMX authentication with keycloak credentials on JBoss Fuse 6.3.0 Rollup 1 or newer
|
|
||||||
-----------------------------------------------------------------------
|
|
||||||
|
|
||||||
See [Docs](https://keycloak.gitbooks.io/securing-client-applications-guide/content/v/latest/topics/oidc/java/fuse/fuse-admin.html) for details
|
|
||||||
|
|
||||||
You can use file [keycloak-direct-access.json](keycloak-direct-access.json) to be copied into `$FUSE_HOME/etc/` as mentioned above in the SSH section. You can
|
|
||||||
also test with same users.
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "ssh-jmx-admin-client",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"resource" : "hawtio-client",
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"public-client" : true
|
|
||||||
}
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm" : "demo",
|
|
||||||
"resource" : "jaas",
|
|
||||||
"bearer-only" : true,
|
|
||||||
"auth-server-url" : "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"use-resource-role-mappings": false,
|
|
||||||
"principal-attribute": "preferred_username"
|
|
||||||
}
|
|
|
@ -1,51 +0,0 @@
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<name>Fuse Test Applications</name>
|
|
||||||
<description/>
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
<properties>
|
|
||||||
<camel.version>2.21.2</camel.version>
|
|
||||||
<fuse.adapter.version>18.0.12</fuse.adapter.version>
|
|
||||||
</properties>
|
|
||||||
<modules>
|
|
||||||
<module>customer-app-fuse</module>
|
|
||||||
<module>cxf-jaxrs</module>
|
|
||||||
<module>cxf-jaxrs-fuse7-undertow</module>
|
|
||||||
<module>cxf-jaxws</module>
|
|
||||||
<module>cxf-jaxws-fuse7-undertow</module>
|
|
||||||
<module>product-app-fuse</module>
|
|
||||||
<module>product-app-fuse7-undertow</module>
|
|
||||||
<module>camel</module>
|
|
||||||
<module>camel-fuse7-undertow</module>
|
|
||||||
<module>features</module>
|
|
||||||
<module>external-config</module>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,90 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>fuse-example-product-portal</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>Product Portal - Secured in Karaf/Fuse</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.xml.namespace,
|
|
||||||
org.eclipse.jetty.security;version="[8.1,10)",
|
|
||||||
org.eclipse.jetty.util.security;version="[8.1,10)",
|
|
||||||
org.apache.cxf.service.model;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.*;version="[2.7,3.4)",
|
|
||||||
org.keycloak.adapters.jetty;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
*;resolution:=optional
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.spec.javax.servlet</groupId>
|
|
||||||
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Dependency for jaxws client to allow sending request to jaxws endpoint provided by cxf-jaxws-example -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>fuse-example-cxf-jaxws</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,121 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
* and other contributors as indicated by the @author tags.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.keycloak.example;
|
|
||||||
|
|
||||||
import org.apache.cxf.endpoint.Client;
|
|
||||||
import org.apache.cxf.frontend.ClientProxy;
|
|
||||||
import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;
|
|
||||||
import org.apache.cxf.message.Message;
|
|
||||||
import org.keycloak.KeycloakSecurityContext;
|
|
||||||
import org.keycloak.common.util.KeycloakUriBuilder;
|
|
||||||
import org.keycloak.constants.ServiceUrlConstants;
|
|
||||||
import org.keycloak.example.ws.Product;
|
|
||||||
import org.keycloak.example.ws.UnknownProductFault;
|
|
||||||
|
|
||||||
import javax.servlet.ServletException;
|
|
||||||
import javax.servlet.http.HttpServlet;
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
import javax.servlet.http.HttpServletResponse;
|
|
||||||
import javax.xml.ws.Holder;
|
|
||||||
import javax.xml.ws.WebServiceException;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.PrintWriter;
|
|
||||||
import java.util.Collections;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Servlet for receiving informations about products from backend JAXWS service
|
|
||||||
*
|
|
||||||
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
|
|
||||||
*/
|
|
||||||
public class ProductPortalServlet extends HttpServlet {
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
|
|
||||||
resp.setContentType("text/html");
|
|
||||||
|
|
||||||
// Send jaxws request
|
|
||||||
try (PrintWriter out = resp.getWriter()) {
|
|
||||||
out.println("<html><head><title>Product Portal Page</title></head><body>");
|
|
||||||
|
|
||||||
String logoutUri = KeycloakUriBuilder.fromUri("http://localhost:8080/auth")
|
|
||||||
.path(ServiceUrlConstants.TOKEN_SERVICE_LOGOUT_PATH)
|
|
||||||
.queryParam("redirect_uri", "http://localhost:8181/product-portal")
|
|
||||||
.build("demo")
|
|
||||||
.toString();
|
|
||||||
|
|
||||||
String acctUri = KeycloakUriBuilder.fromUri("http://localhost:8080/auth")
|
|
||||||
.path(ServiceUrlConstants.ACCOUNT_SERVICE_PATH)
|
|
||||||
.queryParam("referrer", "product-portal")
|
|
||||||
.build("demo")
|
|
||||||
.toString();
|
|
||||||
|
|
||||||
out.println("<p>Goto: <a href=\"/customer-portal\">customers</a> | <a href=\"" + logoutUri + "\">logout</a> | <a href=\"" + acctUri + "\">manage acct</a></p>");
|
|
||||||
out.println("Servlet User Principal <b>" + req.getUserPrincipal() + "</b> made this request.");
|
|
||||||
|
|
||||||
String unsecuredWsClientResponse = sendWsReq(req, "1", false);
|
|
||||||
String securedWsClientResponse = sendWsReq(req, "1", true);
|
|
||||||
String securedWsClient2Response = sendWsReq(req, "2", true);
|
|
||||||
|
|
||||||
out.println("<p>Product with ID 1 - unsecured request (it should end with failure): <b>" + unsecuredWsClientResponse + "</b></p><br>");
|
|
||||||
out.println("<p>Product with ID 1 - secured request: <b>" + securedWsClientResponse + "</b></p><br>");
|
|
||||||
out.println("<p>Product with ID 2 - secured request: <b>" + securedWsClient2Response + "</b></p><br>");
|
|
||||||
out.println("</body></html>");
|
|
||||||
out.flush();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private String sendWsReq(HttpServletRequest req, String productId, boolean secured) {
|
|
||||||
JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean();
|
|
||||||
factory.setServiceClass(Product.class);
|
|
||||||
factory.setAddress("http://localhost:8282/ProductServiceCF");
|
|
||||||
|
|
||||||
Product simpleClient = (Product) factory.create();
|
|
||||||
Holder<String> _getProduct_productId = new Holder<>(productId);
|
|
||||||
Holder<String> _getProduct_name = new Holder<>();
|
|
||||||
|
|
||||||
// Attach Authorization header
|
|
||||||
if (secured) {
|
|
||||||
Client clientProxy = ClientProxy.getClient(simpleClient);
|
|
||||||
|
|
||||||
KeycloakSecurityContext session = (KeycloakSecurityContext) req.getAttribute(KeycloakSecurityContext.class.getName());
|
|
||||||
if (session == null) throw new RuntimeException("Keycloak Security Context is null.");
|
|
||||||
|
|
||||||
Map<String, List<String>> headers = new HashMap<>();
|
|
||||||
headers.put("Authorization", Collections.singletonList("Bearer " + session.getTokenString()));
|
|
||||||
|
|
||||||
clientProxy.getRequestContext().put(Message.PROTOCOL_HEADERS, headers);
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
simpleClient.getProduct(_getProduct_productId, _getProduct_name);
|
|
||||||
return String.format("Product received: id=%s, name=%s", _getProduct_productId.value, _getProduct_name.value);
|
|
||||||
} catch (UnknownProductFault upf) {
|
|
||||||
return "UnknownProductFault has occurred. Details: " + upf.toString();
|
|
||||||
} catch (WebServiceException wse) {
|
|
||||||
String error = "Can't receive product. Reason: " + wse.getMessage();
|
|
||||||
if (wse.getCause() != null) {
|
|
||||||
Throwable cause = wse.getCause();
|
|
||||||
error = error + " Details: " + cause.getClass().getName() + ": " + cause.getMessage();
|
|
||||||
}
|
|
||||||
return error;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,62 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
|
|
||||||
|
|
||||||
<!-- USing jetty bean just for the compatibility with other fuse services -->
|
|
||||||
<bean id="servletConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
|
|
||||||
<property name="constraint">
|
|
||||||
<bean class="org.eclipse.jetty.util.security.Constraint">
|
|
||||||
<property name="name" value="cst1"/>
|
|
||||||
<property name="roles">
|
|
||||||
<list>
|
|
||||||
<value>user</value>
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
<property name="authenticate" value="true"/>
|
|
||||||
<property name="dataConstraint" value="0"/>
|
|
||||||
</bean>
|
|
||||||
</property>
|
|
||||||
<property name="pathSpec" value="/product-portal/*"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="keycloakPaxWebIntegration" class="org.keycloak.adapters.osgi.PaxWebIntegrationService"
|
|
||||||
init-method="start" destroy-method="stop">
|
|
||||||
<property name="jettyWebXmlLocation" value="/WEB-INF/jetty-web.xml" />
|
|
||||||
<property name="bundleContext" ref="blueprintBundleContext" />
|
|
||||||
<property name="constraintMappings">
|
|
||||||
<list>
|
|
||||||
<ref component-id="servletConstraintMapping" />
|
|
||||||
</list>
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="productServlet" class="org.keycloak.example.ProductPortalServlet" depends-on="keycloakPaxWebIntegration">
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<service ref="productServlet" interface="javax.servlet.Servlet">
|
|
||||||
<service-properties>
|
|
||||||
<entry key="alias" value="/product-portal" />
|
|
||||||
<entry key="servlet-name" value="ProductServlet" />
|
|
||||||
<entry key="keycloak.config.file" value="/keycloak.json" />
|
|
||||||
</service-properties>
|
|
||||||
</service>
|
|
||||||
|
|
||||||
</blueprint>
|
|
|
@ -1,27 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
|
|
||||||
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
|
|
||||||
<Get name="securityHandler">
|
|
||||||
<Set name="authenticator">
|
|
||||||
<New class="org.keycloak.adapters.jetty.KeycloakJettyAuthenticator">
|
|
||||||
</New>
|
|
||||||
</Set>
|
|
||||||
</Get>
|
|
||||||
</Configure>
|
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"realm": "demo",
|
|
||||||
"resource": "product-portal",
|
|
||||||
"auth-server-url": "http://localhost:8080/auth",
|
|
||||||
"ssl-required" : "external",
|
|
||||||
"credentials": {
|
|
||||||
"secret": "password"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,94 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!--
|
|
||||||
~ Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
||||||
~ and other contributors as indicated by the @author tags.
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
||||||
<parent>
|
|
||||||
<artifactId>integration-arquillian-test-apps-fuse-parent</artifactId>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<version>999.0.0-SNAPSHOT</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<artifactId>fuse-example-product-portal-fuse7-undertow</artifactId>
|
|
||||||
<packaging>bundle</packaging>
|
|
||||||
<name>Product Portal - Secured in Karaf/Fuse 7 on Undertow</name>
|
|
||||||
|
|
||||||
<properties>
|
|
||||||
<keycloak.osgi.export>
|
|
||||||
</keycloak.osgi.export>
|
|
||||||
<keycloak.osgi.import>
|
|
||||||
javax.wsdl,
|
|
||||||
javax.xml.bind;version="[2.2,3)",
|
|
||||||
javax.xml.bind.annotation;version="[2.2,3)",
|
|
||||||
javax.xml.namespace,
|
|
||||||
javax.xml.ws,
|
|
||||||
META-INF.cxf;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.transport.http;version="[2.7,3.4)",
|
|
||||||
org.apache.cxf.*;version="[2.7,3.4)",
|
|
||||||
org.keycloak.*;version="${fuse.adapter.version}",
|
|
||||||
org.keycloak.adapters.authentication;version="${fuse.adapter.version}";resolution:=optional,
|
|
||||||
javax.servlet.*;version="[3.1,5)",
|
|
||||||
*;resolution:=optional
|
|
||||||
</keycloak.osgi.import>
|
|
||||||
<keycloak.osgi.private>
|
|
||||||
org.keycloak.example.*
|
|
||||||
</keycloak.osgi.private>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jboss.spec.javax.servlet</groupId>
|
|
||||||
<artifactId>jboss-servlet-api_3.0_spec</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak</groupId>
|
|
||||||
<artifactId>keycloak-core</artifactId>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- Dependency for jaxws client to allow sending request to jaxws endpoint provided by cxf-jaxws-example -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.keycloak.testsuite</groupId>
|
|
||||||
<artifactId>fuse-example-cxf-jaxws-fuse7-undertow</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
<build>
|
|
||||||
<defaultGoal>install</defaultGoal>
|
|
||||||
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.felix</groupId>
|
|
||||||
<artifactId>maven-bundle-plugin</artifactId>
|
|
||||||
<extensions>true</extensions>
|
|
||||||
<configuration>
|
|
||||||
<instructions>
|
|
||||||
<Bundle-Name>${project.name}</Bundle-Name>
|
|
||||||
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
|
|
||||||
<Import-Package>${keycloak.osgi.import}</Import-Package>
|
|
||||||
<Private-Package>${keycloak.osgi.private}</Private-Package>
|
|
||||||
<Export-Package>${keycloak.osgi.export}</Export-Package>
|
|
||||||
</instructions>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
|
|
||||||
</project>
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue