From c7a8742a368bd8d76301145b08bb1e4af1b010e9 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 3 Feb 2016 11:20:22 +0100 Subject: [PATCH] KEYCLOAK-1524 Source code headers --- adapters/oidc/adapter-core/pom.xml | 17 +++++++++ .../adapters/AdapterDeploymentContext.java | 17 +++++++++ .../keycloak/adapters/AdapterTokenStore.java | 17 +++++++++ .../org/keycloak/adapters/AdapterUtils.java | 17 +++++++++ .../adapters/AuthenticatedActionsHandler.java | 17 +++++++++ .../BasicAuthRequestAuthenticator.java | 17 +++++++++ .../BearerTokenRequestAuthenticator.java | 17 +++++++++ .../keycloak/adapters/CookieTokenStore.java | 17 +++++++++ .../org/keycloak/adapters/CorsHeaders.java | 17 +++++++++ .../keycloak/adapters/HttpClientBuilder.java | 17 +++++++++ .../adapters/KeycloakConfigResolver.java | 6 ++-- .../keycloak/adapters/KeycloakDeployment.java | 17 +++++++++ .../adapters/KeycloakDeploymentBuilder.java | 17 +++++++++ .../adapters/NodesRegistrationManagement.java | 17 +++++++++ .../adapters/OAuthRequestAuthenticator.java | 17 +++++++++ .../adapters/OIDCAuthenticationError.java | 17 +++++++++ .../org/keycloak/adapters/OIDCHttpFacade.java | 17 +++++++++ .../adapters/OidcKeycloakAccount.java | 17 +++++++++ .../adapters/PreAuthActionsHandler.java | 17 +++++++++ .../RefreshableKeycloakSecurityContext.java | 17 +++++++++ .../adapters/RequestAuthenticator.java | 17 +++++++++ .../org/keycloak/adapters/ServerRequest.java | 17 +++++++++ .../ClientCredentialsProvider.java | 17 +++++++++ .../ClientCredentialsProviderUtils.java | 17 +++++++++ .../ClientIdAndSecretCredentialsProvider.java | 17 +++++++++ .../JWTClientCredentialsProvider.java | 17 +++++++++ .../jaas/AbstractKeycloakLoginModule.java | 17 +++++++++ .../adapters/jaas/BearerTokenLoginModule.java | 17 +++++++++ .../jaas/DirectAccessGrantsLoginModule.java | 17 +++++++++ .../keycloak/adapters/jaas/RolePrincipal.java | 17 +++++++++ ...s.authentication.ClientCredentialsProvider | 17 +++++++++ .../KeycloakDeploymentBuilderTest.java | 17 +++++++++ .../oidc/as7-eap6/as7-adapter-spi/pom.xml | 17 +++++++++ .../jbossweb/JBossWebPrincipalFactory.java | 17 +++++++++ .../JBossWebPrincipalFactoryTest.java | 17 +++++++++ adapters/oidc/as7-eap6/as7-adapter/pom.xml | 17 +++++++++ .../jbossweb/KeycloakAuthenticatorValve.java | 17 +++++++++ adapters/oidc/as7-eap6/as7-subsystem/pom.xml | 29 +++++++-------- .../subsystem/as7/CredentialAddHandler.java | 18 +++++----- .../subsystem/as7/CredentialDefinition.java | 18 +++++----- .../CredentialReadWriteAttributeHandler.java | 18 +++++----- .../as7/CredentialRemoveHandler.java | 18 +++++----- ...cloakAdapterConfigDeploymentProcessor.java | 18 +++++----- .../as7/KeycloakAdapterConfigService.java | 18 +++++----- .../as7/KeycloakDependencyProcessor.java | 18 +++++----- .../as7/KeycloakDependencyProcessorAS7.java | 17 +++++++++ .../subsystem/as7/KeycloakExtension.java | 18 +++++----- .../subsystem/as7/KeycloakSubsystemAdd.java | 18 +++++----- .../as7/KeycloakSubsystemDefinition.java | 18 +++++----- .../as7/KeycloakSubsystemParser.java | 18 +++++----- .../subsystem/as7/RealmAddHandler.java | 18 +++++----- .../subsystem/as7/RealmDefinition.java | 18 +++++----- .../subsystem/as7/RealmRemoveHandler.java | 18 +++++----- .../as7/RealmWriteAttributeHandler.java | 18 +++++----- .../as7/SecureDeploymentAddHandler.java | 18 +++++----- .../as7/SecureDeploymentDefinition.java | 18 +++++----- .../as7/SecureDeploymentRemoveHandler.java | 18 +++++----- ...SecureDeploymentWriteAttributeHandler.java | 18 +++++----- .../as7/SharedAttributeDefinitons.java | 18 +++++----- .../java/org/keycloak/subsystem/as7/Util.java | 17 +++++++++ .../subsystem/as7/logging/KeycloakLogger.java | 18 +++++----- .../as7/logging/KeycloakMessages.java | 18 +++++----- .../org.jboss.as.controller.Extension | 17 +++++++++ .../as7/LocalDescriptions.properties | 17 +++++++++ .../main/resources/schema/keycloak_1_1.xsd | 17 +++++++++ .../as7/RealmDefinitionTestCase.java | 18 +++++----- adapters/oidc/as7-eap6/pom.xml | 17 +++++++++ adapters/oidc/installed/pom.xml | 17 +++++++++ .../adapters/installed/KeycloakInstalled.java | 17 +++++++++ adapters/oidc/jaxrs-oauth-client/pom.xml | 17 +++++++++ .../jaxrs/JaxrsBearerTokenFilter.java | 17 +++++++++ .../jaxrs/JaxrsBearerTokenFilterImpl.java | 17 +++++++++ .../org/keycloak/jaxrs/JaxrsHttpFacade.java | 17 +++++++++ .../org/keycloak/jaxrs/JaxrsOAuthClient.java | 17 +++++++++ .../jaxrs/OsgiJaxrsBearerTokenFilterImpl.java | 17 +++++++++ adapters/oidc/jetty/jetty-core/pom.xml | 17 +++++++++ .../AbstractKeycloakJettyAuthenticator.java | 17 +++++++++ .../jetty/core/JettyCookieTokenStore.java | 17 +++++++++ .../jetty/core/JettyRequestAuthenticator.java | 17 +++++++++ .../jetty/core/JettySessionTokenStore.java | 17 +++++++++ .../jetty/core/OIDCJettyHttpFacade.java | 17 +++++++++ adapters/oidc/jetty/jetty8.1/pom.xml | 17 +++++++++ .../jetty/JettyAdapterSessionStore.java | 17 +++++++++ .../jetty/KeycloakJettyAuthenticator.java | 17 +++++++++ adapters/oidc/jetty/jetty9.1/pom.xml | 17 +++++++++ .../jetty/Jetty91RequestAuthenticator.java | 17 +++++++++ .../jetty/JettyAdapterSessionStore.java | 17 +++++++++ .../jetty/KeycloakJettyAuthenticator.java | 17 +++++++++ adapters/oidc/jetty/jetty9.2/pom.xml | 17 +++++++++ .../jetty/Jetty92RequestAuthenticator.java | 17 +++++++++ .../jetty/JettyAdapterSessionStore.java | 17 +++++++++ .../jetty/KeycloakJettyAuthenticator.java | 17 +++++++++ adapters/oidc/jetty/pom.xml | 17 +++++++++ adapters/oidc/js/pom.xml | 17 +++++++++ .../oidc/js/src/main/resources/keycloak.js | 17 +++++++++ .../main/resources/login-status-iframe.html | 17 +++++++++ adapters/oidc/osgi-adapter/pom.xml | 17 +++++++++ .../osgi/PaxWebIntegrationService.java | 17 +++++++++ .../osgi/ServletReregistrationService.java | 17 +++++++++ adapters/oidc/pom.xml | 17 +++++++++ adapters/oidc/servlet-filter/pom.xml | 17 +++++++++ .../servlet/FilterRequestAuthenticator.java | 17 +++++++++ .../adapters/servlet/KeycloakOIDCFilter.java | 17 +++++++++ .../servlet/OIDCFilterSessionStore.java | 17 +++++++++ .../servlet/OIDCServletHttpFacade.java | 17 +++++++++ adapters/oidc/servlet-oauth-client/pom.xml | 17 +++++++++ ...KeycloakDeploymentDelegateOAuthClient.java | 17 +++++++++ .../keycloak/servlet/ServletOAuthClient.java | 17 +++++++++ .../servlet/ServletOAuthClientBuilder.java | 17 +++++++++ .../ServletOAuthClientBuilderTest.java | 17 +++++++++ adapters/oidc/spring-boot/pom.xml | 17 +++++++++ .../KeycloakSpringBootConfigResolver.java | 17 +++++++++ .../KeycloakSpringBootConfiguration.java | 17 +++++++++ .../KeycloakSpringBootProperties.java | 17 +++++++++ adapters/oidc/spring-security/pom.xml | 17 +++++++++ .../AdapterDeploymentContextFactoryBean.java | 17 +++++++++ .../KeycloakAuthenticationException.java | 17 +++++++++ .../KeycloakSecurityComponents.java | 17 +++++++++ .../springsecurity/account/KeycloakRole.java | 17 +++++++++ .../account/SimpleKeycloakAccount.java | 17 +++++++++ ...HttpHeaderInspectingApiRequestMatcher.java | 17 +++++++++ .../KeycloakAuthenticationEntryPoint.java | 17 +++++++++ .../KeycloakAuthenticationProvider.java | 17 +++++++++ .../authentication/KeycloakLogoutHandler.java | 17 +++++++++ .../SpringSecurityRequestAuthenticator.java | 17 +++++++++ .../client/KeycloakClientRequestFactory.java | 17 +++++++++ .../client/KeycloakRestTemplate.java | 17 +++++++++ .../KeycloakWebSecurityConfigurerAdapter.java | 17 +++++++++ .../facade/SimpleHttpFacade.java | 17 +++++++++ .../facade/WrappedHttpServletRequest.java | 17 +++++++++ .../facade/WrappedHttpServletResponse.java | 17 +++++++++ .../springsecurity/facade/package-info.java | 17 +++++++++ ...eycloakAuthenticationProcessingFilter.java | 17 +++++++++ .../filter/KeycloakCsrfRequestMatcher.java | 17 +++++++++ .../filter/KeycloakPreAuthActionsFilter.java | 17 +++++++++ .../springsecurity/filter/package-info.java | 17 +++++++++ .../management/HttpSessionManager.java | 17 +++++++++ .../LocalSessionManagementStrategy.java | 17 +++++++++ .../management/SessionManagementStrategy.java | 17 +++++++++ .../adapters/springsecurity/package-info.java | 17 +++++++++ .../registration/NodeManager.java | 17 +++++++++ .../token/AdapterTokenStoreFactory.java | 17 +++++++++ .../token/KeycloakAuthenticationToken.java | 17 +++++++++ ...pringSecurityAdapterTokenStoreFactory.java | 17 +++++++++ .../token/SpringSecurityTokenStore.java | 17 +++++++++ ...apterDeploymentContextFactoryBeanTest.java | 17 +++++++++ ...HeaderInspectingApiRequestMatcherTest.java | 17 +++++++++ .../KeycloakAuthenticationEntryPointTest.java | 17 +++++++++ .../KeycloakAuthenticationProviderTest.java | 17 +++++++++ .../KeycloakLogoutHandlerTest.java | 17 +++++++++ ...pringSecurityRequestAuthenticatorTest.java | 17 +++++++++ .../KeycloakClientRequestFactoryTest.java | 17 +++++++++ .../facade/WrappedHttpServletRequestTest.java | 17 +++++++++ .../WrappedHttpServletResponseTest.java | 17 +++++++++ ...oakAuthenticationProcessingFilterTest.java | 17 +++++++++ .../KeycloakCsrfRequestMatcherTest.java | 17 +++++++++ ...gSecurityAdapterTokenStoreFactoryTest.java | 17 +++++++++ .../token/SpringSecurityTokenStoreTest.java | 17 +++++++++ adapters/oidc/tomcat/pom.xml | 17 +++++++++ adapters/oidc/tomcat/tomcat-core/pom.xml | 17 +++++++++ .../AbstractKeycloakAuthenticatorValve.java | 17 +++++++++ .../tomcat/AuthenticatedActionsValve.java | 17 +++++++++ .../tomcat/CatalinaAdapterSessionStore.java | 17 +++++++++ .../tomcat/CatalinaCookieTokenStore.java | 17 +++++++++ .../tomcat/CatalinaRequestAuthenticator.java | 17 +++++++++ .../tomcat/CatalinaSessionTokenStore.java | 17 +++++++++ .../tomcat/OIDCCatalinaHttpFacade.java | 17 +++++++++ adapters/oidc/tomcat/tomcat6/pom.xml | 17 +++++++++ .../tomcat/KeycloakAuthenticatorValve.java | 17 +++++++++ adapters/oidc/tomcat/tomcat7/pom.xml | 17 +++++++++ .../tomcat/KeycloakAuthenticatorValve.java | 17 +++++++++ adapters/oidc/tomcat/tomcat8/pom.xml | 17 +++++++++ .../tomcat/KeycloakAuthenticatorValve.java | 17 +++++++++ .../tomcat/Tomcat8RequestAuthenticator.java | 17 +++++++++ adapters/oidc/undertow/pom.xml | 17 +++++++++ .../AbstractUndertowKeycloakAuthMech.java | 18 +++++----- .../AbstractUndertowRequestAuthenticator.java | 18 +++++----- .../adapters/undertow/KeycloakChallenge.java | 18 +++++----- .../undertow/KeycloakServletExtension.java | 18 +++++----- .../undertow/KeycloakUndertowAccount.java | 18 +++++----- .../OIDCServletUndertowHttpFacade.java | 18 +++++----- .../undertow/OIDCUndertowHttpFacade.java | 18 +++++----- .../undertow/ServletKeycloakAuthMech.java | 18 +++++----- .../ServletPreAuthActionsHandler.java | 18 +++++----- .../undertow/ServletRequestAuthenticator.java | 18 +++++----- .../undertow/ServletSessionTokenStore.java | 17 +++++++++ .../UndertowAuthenticatedActionsHandler.java | 18 +++++----- .../UndertowAuthenticationMechanism.java | 17 +++++++++ .../undertow/UndertowCookieTokenStore.java | 17 +++++++++ ...towNodesRegistrationManagementWrapper.java | 17 +++++++++ .../UndertowPreAuthActionsHandler.java | 18 +++++----- .../UndertowRequestAuthenticator.java | 17 +++++++++ .../undertow/UndertowSessionTokenStore.java | 17 +++++++++ .../io.undertow.servlet.ServletExtension | 17 +++++++++ adapters/oidc/wildfly/pom.xml | 17 +++++++++ adapters/oidc/wildfly/wf8-subsystem/pom.xml | 29 +++++++-------- .../wf8/extension/CredentialAddHandler.java | 18 +++++----- .../wf8/extension/CredentialDefinition.java | 18 +++++----- .../CredentialReadWriteAttributeHandler.java | 18 +++++----- .../extension/CredentialRemoveHandler.java | 18 +++++----- ...cloakAdapterConfigDeploymentProcessor.java | 18 +++++----- .../KeycloakAdapterConfigService.java | 18 +++++----- .../KeycloakDependencyProcessor.java | 18 +++++----- .../KeycloakDependencyProcessorWildFly.java | 18 +++++----- .../wf8/extension/KeycloakExtension.java | 18 +++++----- .../wf8/extension/KeycloakSubsystemAdd.java | 18 +++++----- .../KeycloakSubsystemDefinition.java | 18 +++++----- .../extension/KeycloakSubsystemParser.java | 18 +++++----- .../wf8/extension/RealmAddHandler.java | 18 +++++----- .../wf8/extension/RealmDefinition.java | 18 +++++----- .../wf8/extension/RealmRemoveHandler.java | 18 +++++----- .../extension/RealmWriteAttributeHandler.java | 18 +++++----- .../extension/SecureDeploymentAddHandler.java | 18 +++++----- .../extension/SecureDeploymentDefinition.java | 18 +++++----- .../SecureDeploymentRemoveHandler.java | 18 +++++----- ...SecureDeploymentWriteAttributeHandler.java | 18 +++++----- .../extension/SharedAttributeDefinitons.java | 18 +++++----- .../subsystem/wf8/logging/KeycloakLogger.java | 18 +++++----- .../wf8/logging/KeycloakMessages.java | 18 +++++----- .../org.jboss.as.controller.Extension | 17 +++++++++ .../extension/LocalDescriptions.properties | 17 +++++++++ .../resources/schema/wildfly-keycloak_1_1.xsd | 17 +++++++++ .../subsystem-templates/keycloak-adapter.xml | 17 +++++++++ .../extension/RealmDefinitionTestCase.java | 18 +++++----- .../extension/SubsystemParsingTestCase.java | 18 +++++----- .../subsystem/wf8/extension/keycloak-1.1.xml | 17 +++++++++ adapters/oidc/wildfly/wildfly-adapter/pom.xml | 17 +++++++++ .../adapters/wildfly/SecurityInfoHelper.java | 17 +++++++++ .../WildflyAuthenticationMechanism.java | 17 +++++++++ .../WildflyKeycloakServletExtension.java | 17 +++++++++ .../wildfly/WildflyRequestAuthenticator.java | 17 +++++++++ .../io.undertow.servlet.ServletExtension | 17 +++++++++ .../oidc/wildfly/wildfly-subsystem/pom.xml | 29 +++++++-------- .../extension/CredentialAddHandler.java | 18 +++++----- .../extension/CredentialDefinition.java | 18 +++++----- .../CredentialReadWriteAttributeHandler.java | 18 +++++----- .../extension/CredentialRemoveHandler.java | 18 +++++----- ...cloakAdapterConfigDeploymentProcessor.java | 18 +++++----- .../KeycloakAdapterConfigService.java | 18 +++++----- .../KeycloakDependencyProcessor.java | 18 +++++----- .../KeycloakDependencyProcessorWildFly.java | 18 +++++----- .../adapter/extension/KeycloakExtension.java | 18 +++++----- .../extension/KeycloakSubsystemAdd.java | 18 +++++----- .../KeycloakSubsystemDefinition.java | 18 +++++----- .../extension/KeycloakSubsystemParser.java | 18 +++++----- .../adapter/extension/RealmAddHandler.java | 18 +++++----- .../adapter/extension/RealmDefinition.java | 18 +++++----- .../adapter/extension/RealmRemoveHandler.java | 18 +++++----- .../extension/RealmWriteAttributeHandler.java | 18 +++++----- .../extension/SecureDeploymentAddHandler.java | 18 +++++----- .../extension/SecureDeploymentDefinition.java | 18 +++++----- .../SecureDeploymentRemoveHandler.java | 18 +++++----- ...SecureDeploymentWriteAttributeHandler.java | 18 +++++----- .../extension/SharedAttributeDefinitons.java | 18 +++++----- .../adapter/logging/KeycloakLogger.java | 18 +++++----- .../adapter/logging/KeycloakMessages.java | 18 +++++----- .../org.jboss.as.controller.Extension | 17 +++++++++ .../extension/LocalDescriptions.properties | 17 +++++++++ .../resources/schema/wildfly-keycloak_1_1.xsd | 17 +++++++++ .../subsystem-templates/keycloak-adapter.xml | 17 +++++++++ .../extension/RealmDefinitionTestCase.java | 18 +++++----- .../extension/SubsystemParsingTestCase.java | 18 +++++----- .../adapter/extension/keycloak-1.1.xml | 17 +++++++++ adapters/pom.xml | 17 +++++++++ adapters/saml/as7-eap6/adapter/pom.xml | 17 +++++++++ .../saml/jbossweb/SamlAuthenticatorValve.java | 17 +++++++++ adapters/saml/as7-eap6/pom.xml | 17 +++++++++ adapters/saml/as7-eap6/subsystem/pom.xml | 29 +++++++-------- .../subsystem/saml/as7/Configuration.java | 18 +++++----- .../subsystem/saml/as7/Constants.java | 18 +++++----- .../saml/as7/IdentityProviderAddHandler.java | 18 +++++----- .../saml/as7/IdentityProviderDefinition.java | 18 +++++----- .../subsystem/saml/as7/KeyAddHandler.java | 18 +++++----- .../subsystem/saml/as7/KeyDefinition.java | 18 +++++----- .../as7/KeyStoreCertificateDefinition.java | 18 +++++----- .../saml/as7/KeyStoreDefinition.java | 18 +++++----- .../as7/KeyStorePrivateKeyDefinition.java | 18 +++++----- ...cloakAdapterConfigDeploymentProcessor.java | 18 +++++----- .../saml/as7/KeycloakDependencyProcessor.java | 18 +++++----- .../as7/KeycloakDependencyProcessorAS7.java | 17 +++++++++ .../saml/as7/KeycloakSamlExtension.java | 18 +++++----- .../saml/as7/KeycloakSubsystemAdd.java | 18 +++++----- .../saml/as7/KeycloakSubsystemDefinition.java | 18 +++++----- .../saml/as7/KeycloakSubsystemParser.java | 18 +++++----- .../saml/as7/SecureDeploymentAddHandler.java | 18 +++++----- .../saml/as7/SecureDeploymentDefinition.java | 18 +++++----- .../saml/as7/ServiceProviderAddHandler.java | 18 +++++----- .../saml/as7/ServiceProviderDefinition.java | 18 +++++----- .../saml/as7/SingleLogoutDefinition.java | 18 +++++----- .../saml/as7/SingleSignOnDefinition.java | 18 +++++----- .../org/keycloak/subsystem/saml/as7/Util.java | 17 +++++++++ .../saml/as7/logging/KeycloakLogger.java | 18 +++++----- .../saml/as7/logging/KeycloakMessages.java | 18 +++++----- .../as7/xml/FormattingXMLStreamWriter.java | 27 ++++++-------- .../subsystem/saml/as7/xml/Spliterator.java | 27 ++++++-------- .../org.jboss.as.controller.Extension | 17 +++++++++ .../saml/as7/LocalDescriptions.properties | 17 +++++++++ .../schema/wildfly-keycloak-saml_1_1.xsd | 17 +++++++++ .../subsystem/saml/as7/keycloak-saml-1.1.xml | 17 +++++++++ adapters/saml/core/pom.xml | 17 +++++++++ .../adapters/saml/AbstractInitiateLogin.java | 17 +++++++++ .../adapters/saml/AdapterConstants.java | 17 +++++++++ .../adapters/saml/DefaultSamlDeployment.java | 17 +++++++++ .../adapters/saml/OnSessionCreated.java | 17 +++++++++ .../saml/SamlAuthenticationError.java | 17 +++++++++ .../adapters/saml/SamlAuthenticator.java | 17 +++++++++ .../adapters/saml/SamlConfigResolver.java | 6 ++-- .../adapters/saml/SamlDeployment.java | 17 +++++++++ .../adapters/saml/SamlDeploymentContext.java | 17 +++++++++ .../keycloak/adapters/saml/SamlPrincipal.java | 17 +++++++++ .../keycloak/adapters/saml/SamlSession.java | 17 +++++++++ .../adapters/saml/SamlSessionStore.java | 17 +++++++++ .../org/keycloak/adapters/saml/SamlUtil.java | 17 +++++++++ .../keycloak/adapters/saml/config/IDP.java | 17 +++++++++ .../keycloak/adapters/saml/config/Key.java | 17 +++++++++ .../saml/config/KeycloakSamlAdapter.java | 17 +++++++++ .../org/keycloak/adapters/saml/config/SP.java | 17 +++++++++ .../config/parsers/ConfigXmlConstants.java | 17 +++++++++ .../config/parsers/DeploymentBuilder.java | 17 +++++++++ .../saml/config/parsers/IDPXmlParser.java | 17 +++++++++ .../saml/config/parsers/KeyXmlParser.java | 17 +++++++++ .../parsers/KeycloakSamlAdapterXMLParser.java | 17 +++++++++ .../saml/config/parsers/KeysXmlParser.java | 17 +++++++++ .../saml/config/parsers/ResourceLoader.java | 17 +++++++++ .../saml/config/parsers/SPXmlParser.java | 17 +++++++++ .../AbstractSamlAuthenticationHandler.java | 17 +++++++++ .../profile/SamlAuthenticationHandler.java | 17 +++++++++ .../saml/profile/SamlInvocationContext.java | 17 +++++++++ .../profile/ecp/EcpAuthenticationHandler.java | 17 +++++++++ .../profile/webbrowsersso/BrowserHandler.java | 17 +++++++++ .../profile/webbrowsersso/SamlEndpoint.java | 17 +++++++++ .../WebBrowserSsoAuthenticationHandler.java | 17 +++++++++ .../schema/keycloak_saml_adapter_1_6.xsd | 17 +++++++++ .../test/adapters/saml/XmlParserTest.java | 17 +++++++++ .../core/src/test/resources/keycloak-saml.xml | 17 +++++++++ .../src/test/resources/keycloak-saml2.xml | 17 +++++++++ adapters/saml/jetty/jetty-core/pom.xml | 17 +++++++++ .../saml/jetty/AbstractSamlAuthenticator.java | 17 +++++++++ .../saml/jetty/JettySamlSessionStore.java | 17 +++++++++ adapters/saml/jetty/jetty8.1/pom.xml | 17 +++++++++ .../saml/jetty/JettyAdapterSessionStore.java | 17 +++++++++ .../saml/jetty/KeycloakSamlAuthenticator.java | 17 +++++++++ adapters/saml/jetty/jetty9.1/pom.xml | 17 +++++++++ .../saml/jetty/Jetty9SamlSessionStore.java | 17 +++++++++ .../saml/jetty/JettyAdapterSessionStore.java | 17 +++++++++ .../saml/jetty/KeycloakSamlAuthenticator.java | 17 +++++++++ adapters/saml/jetty/jetty9.2/pom.xml | 17 +++++++++ .../saml/jetty/Jetty9SamlSessionStore.java | 17 +++++++++ .../saml/jetty/JettyAdapterSessionStore.java | 17 +++++++++ .../saml/jetty/KeycloakSamlAuthenticator.java | 17 +++++++++ adapters/saml/jetty/pom.xml | 17 +++++++++ adapters/saml/pom.xml | 17 +++++++++ adapters/saml/servlet-filter/pom.xml | 17 +++++++++ .../saml/servlet/FilterSamlSessionStore.java | 17 +++++++++ .../adapters/saml/servlet/SamlFilter.java | 17 +++++++++ adapters/saml/tomcat/pom.xml | 17 +++++++++ adapters/saml/tomcat/tomcat-core/pom.xml | 17 +++++++++ .../saml/AbstractSamlAuthenticatorValve.java | 17 +++++++++ .../saml/CatalinaSamlAuthenticator.java | 17 +++++++++ .../adapters/saml/CatalinaSamlEndpoint.java | 17 +++++++++ .../saml/CatalinaSamlSessionStore.java | 17 +++++++++ adapters/saml/tomcat/tomcat6/pom.xml | 17 +++++++++ .../saml/tomcat/SamlAuthenticatorValve.java | 17 +++++++++ adapters/saml/tomcat/tomcat7/pom.xml | 17 +++++++++ .../saml/tomcat/SamlAuthenticatorValve.java | 17 +++++++++ adapters/saml/tomcat/tomcat8/pom.xml | 17 +++++++++ .../saml/tomcat/SamlAuthenticatorValve.java | 17 +++++++++ .../saml/tomcat/Tomcat8SamlSessionStore.java | 17 +++++++++ adapters/saml/undertow/pom.xml | 17 +++++++++ .../saml/undertow/AbstractSamlAuthMech.java | 18 +++++----- .../saml/undertow/SamlServletExtension.java | 18 +++++----- .../saml/undertow/ServletSamlAuthMech.java | 17 +++++++++ .../undertow/ServletSamlSessionStore.java | 17 +++++++++ .../undertow/UndertowSamlAuthenticator.java | 17 +++++++++ .../saml/undertow/UndertowSamlEndpoint.java | 17 +++++++++ adapters/saml/wildfly/pom.xml | 17 +++++++++ adapters/saml/wildfly/wildfly-adapter/pom.xml | 17 +++++++++ .../saml/wildfly/SecurityInfoHelper.java | 17 +++++++++ .../saml/wildfly/WildflySamlAuthMech.java | 17 +++++++++ .../saml/wildfly/WildflySamlExtension.java | 17 +++++++++ .../saml/wildfly/WildflySamlSessionStore.java | 17 +++++++++ .../io.undertow.servlet.ServletExtension | 17 +++++++++ .../saml/wildfly/wildfly-subsystem/pom.xml | 29 +++++++-------- .../adapter/saml/extension/Configuration.java | 18 +++++----- .../adapter/saml/extension/Constants.java | 18 +++++----- .../extension/IdentityProviderAddHandler.java | 18 +++++----- .../extension/IdentityProviderDefinition.java | 18 +++++----- .../adapter/saml/extension/KeyAddHandler.java | 18 +++++----- .../adapter/saml/extension/KeyDefinition.java | 18 +++++----- .../KeyStoreCertificateDefinition.java | 18 +++++----- .../saml/extension/KeyStoreDefinition.java | 18 +++++----- .../KeyStorePrivateKeyDefinition.java | 18 +++++----- ...cloakAdapterConfigDeploymentProcessor.java | 18 +++++----- .../KeycloakDependencyProcessor.java | 18 +++++----- .../KeycloakDependencyProcessorWildFly.java | 18 +++++----- .../saml/extension/KeycloakSamlExtension.java | 18 +++++----- .../saml/extension/KeycloakSubsystemAdd.java | 18 +++++----- .../KeycloakSubsystemDefinition.java | 18 +++++----- .../extension/KeycloakSubsystemParser.java | 18 +++++----- .../extension/SecureDeploymentAddHandler.java | 18 +++++----- .../extension/SecureDeploymentDefinition.java | 18 +++++----- .../extension/ServiceProviderAddHandler.java | 18 +++++----- .../extension/ServiceProviderDefinition.java | 18 +++++----- .../extension/SingleLogoutDefinition.java | 18 +++++----- .../extension/SingleSignOnDefinition.java | 18 +++++----- .../extension/logging/KeycloakLogger.java | 18 +++++----- .../extension/logging/KeycloakMessages.java | 18 +++++----- .../org.jboss.as.controller.Extension | 17 +++++++++ .../extension/LocalDescriptions.properties | 17 +++++++++ .../schema/wildfly-keycloak-saml_1_1.xsd | 17 +++++++++ .../keycloak-saml-adapter.xml | 17 +++++++++ .../extension/SubsystemParsingTestCase.java | 18 +++++----- .../saml/extension/keycloak-saml-1.1-err.xml | 17 +++++++++ .../saml/extension/keycloak-saml-1.1.xml | 17 +++++++++ adapters/spi/adapter-spi/pom.xml | 17 +++++++++ .../adapters/spi/AdapterSessionStore.java | 17 +++++++++ .../keycloak/adapters/spi/AuthChallenge.java | 17 +++++++++ .../keycloak/adapters/spi/AuthOutcome.java | 17 +++++++++ .../adapters/spi/AuthenticationError.java | 17 +++++++++ .../org/keycloak/adapters/spi/HttpFacade.java | 17 +++++++++ .../adapters/spi/InMemorySessionIdMapper.java | 17 +++++++++ .../adapters/spi/KeycloakAccount.java | 17 +++++++++ .../keycloak/adapters/spi/LogoutError.java | 17 +++++++++ .../adapters/spi/SessionIdMapper.java | 17 +++++++++ .../adapters/spi/UserSessionManagement.java | 17 +++++++++ adapters/spi/jboss-adapter-core/pom.xml | 17 +++++++++ .../adapters/jboss/KeycloakLoginModule.java | 17 +++++++++ adapters/spi/jetty-adapter-spi/pom.xml | 17 +++++++++ .../adapters/jetty/spi/JettyHttpFacade.java | 17 +++++++++ .../jetty/spi/JettyUserSessionManagement.java | 17 +++++++++ .../jetty/spi/WrappingSessionHandler.java | 17 +++++++++ adapters/spi/pom.xml | 17 +++++++++ adapters/spi/servlet-adapter-spi/pom.xml | 17 +++++++++ .../adapters/servlet/FilterSessionStore.java | 17 +++++++++ .../adapters/servlet/ServletHttpFacade.java | 17 +++++++++ adapters/spi/tomcat-adapter-spi/pom.xml | 17 +++++++++ .../adapters/tomcat/CatalinaHttpFacade.java | 17 +++++++++ .../tomcat/CatalinaUserSessionManagement.java | 17 +++++++++ .../CatalinaUserSessionManagementWrapper.java | 17 +++++++++ .../tomcat/GenericPrincipalFactory.java | 17 +++++++++ .../keycloak/adapters/tomcat/SimpleGroup.java | 17 +++++++++ .../adapters/tomcat/SimplePrincipal.java | 17 +++++++++ adapters/spi/undertow-adapter-spi/pom.xml | 17 +++++++++ .../adapters/undertow/ChangeSessionId.java | 17 +++++++++ .../adapters/undertow/SavedRequest.java | 17 +++++++++ .../adapters/undertow/ServletHttpFacade.java | 17 +++++++++ .../undertow/SessionManagementBridge.java | 18 +++++----- .../adapters/undertow/UndertowHttpFacade.java | 17 +++++++++ .../UndertowUserSessionManagement.java | 18 +++++----- common/pom.xml | 17 +++++++++ .../org/keycloak/common/ClientConnection.java | 17 +++++++++ .../common/VerificationException.java | 17 +++++++++ .../java/org/keycloak/common/Version.java | 17 +++++++++ .../common/constants/GenericConstants.java | 17 +++++++++ .../common/constants/KerberosConstants.java | 17 +++++++++ .../constants/ServiceAccountConstants.java | 17 +++++++++ .../common/enums/RelativeUrlsUsed.java | 17 +++++++++ .../keycloak/common/enums/SslRequired.java | 17 +++++++++ .../org/keycloak/common/util/Base64Url.java | 17 +++++++++ .../common/util/BouncyIntegration.java | 17 +++++++++ .../common/util/CertificateUtils.java | 17 +++++++++ .../keycloak/common/util/CollectionUtil.java | 17 +++++++++ .../org/keycloak/common/util/DerUtils.java | 17 +++++++++ .../java/org/keycloak/common/util/Encode.java | 17 +++++++++ .../org/keycloak/common/util/EnvUtil.java | 17 +++++++++ .../org/keycloak/common/util/FindFile.java | 17 +++++++++ .../org/keycloak/common/util/HostUtils.java | 17 +++++++++ .../org/keycloak/common/util/HtmlUtils.java | 7 ++-- .../util/KerberosSerializationUtils.java | 17 +++++++++ .../common/util/KeycloakUriBuilder.java | 17 +++++++++ .../keycloak/common/util/KeystoreUtil.java | 17 +++++++++ .../keycloak/common/util/MimeTypeUtil.java | 17 +++++++++ .../common/util/MultivaluedHashMap.java | 17 +++++++++ .../keycloak/common/util/NetworkUtils.java | 31 +++++++--------- .../org/keycloak/common/util/ObjectUtil.java | 17 +++++++++ .../org/keycloak/common/util/PathHelper.java | 17 +++++++++ .../org/keycloak/common/util/PemUtils.java | 17 +++++++++ .../keycloak/common/util/ServerCookie.java | 17 +++++++++ .../org/keycloak/common/util/StreamUtil.java | 17 +++++++++ .../common/util/StringPropertyReplacer.java | 35 ++++++++----------- .../common/util/SystemEnvProperties.java | 17 +++++++++ .../java/org/keycloak/common/util/Time.java | 17 +++++++++ .../org/keycloak/common/util/UriUtils.java | 17 +++++++++ .../common/util/reflections/Reflections.java | 17 +++++++++ .../SetAccessiblePrivilegedAction.java | 17 +++++++++ .../common/util/reflections/Types.java | 17 +++++++++ .../resources/keycloak-version.properties | 17 +++++++++ core/pom.xml | 17 +++++++++ .../org/keycloak/AbstractOAuthClient.java | 17 +++++++++ core/src/main/java/org/keycloak/Config.java | 17 +++++++++ .../java/org/keycloak/KeycloakPrincipal.java | 17 +++++++++ .../org/keycloak/KeycloakSecurityContext.java | 17 +++++++++ .../java/org/keycloak/OAuth2Constants.java | 17 +++++++++ .../org/keycloak/OAuthErrorException.java | 17 +++++++++ .../java/org/keycloak/RSATokenVerifier.java | 17 +++++++++ .../java/org/keycloak/TokenIdGenerator.java | 17 +++++++++ .../keycloak/constants/AdapterConstants.java | 17 +++++++++ .../constants/ServiceUrlConstants.java | 17 +++++++++ .../java/org/keycloak/enums/TokenStore.java | 17 +++++++++ .../main/java/org/keycloak/jose/jwk/JWK.java | 17 +++++++++ .../org/keycloak/jose/jwk/JWKBuilder.java | 17 +++++++++ .../java/org/keycloak/jose/jwk/JWKParser.java | 17 +++++++++ .../org/keycloak/jose/jwk/RSAPublicJWK.java | 17 +++++++++ .../java/org/keycloak/jose/jws/Algorithm.java | 17 +++++++++ .../org/keycloak/jose/jws/JWSBuilder.java | 17 +++++++++ .../java/org/keycloak/jose/jws/JWSHeader.java | 17 +++++++++ .../java/org/keycloak/jose/jws/JWSInput.java | 17 +++++++++ .../keycloak/jose/jws/JWSInputException.java | 17 +++++++++ .../jose/jws/crypto/HMACProvider.java | 17 +++++++++ .../keycloak/jose/jws/crypto/RSAProvider.java | 17 +++++++++ .../jose/jws/crypto/SignatureProvider.java | 17 +++++++++ .../json/StringOrArrayDeserializer.java | 17 +++++++++ .../json/StringOrArraySerializer.java | 17 +++++++++ .../keycloak/representations/AccessToken.java | 17 +++++++++ .../representations/AccessTokenResponse.java | 17 +++++++++ .../representations/AddressClaimSet.java | 17 +++++++++ .../org/keycloak/representations/IDToken.java | 17 +++++++++ .../representations/JsonWebToken.java | 17 +++++++++ .../representations/PasswordToken.java | 17 +++++++++ .../representations/RefreshToken.java | 17 +++++++++ .../keycloak/representations/UserInfo.java | 7 ++-- .../VersionRepresentation.java | 17 +++++++++ .../adapters/action/AdminAction.java | 17 +++++++++ .../adapters/action/GlobalRequestResult.java | 17 +++++++++ .../adapters/action/LogoutAction.java | 17 +++++++++ .../adapters/action/PushNotBeforeAction.java | 17 +++++++++ .../action/TestAvailabilityAction.java | 17 +++++++++ .../adapters/config/AdapterConfig.java | 17 +++++++++ .../adapters/config/BaseAdapterConfig.java | 17 +++++++++ .../adapters/config/BaseRealmConfig.java | 17 +++++++++ .../idm/ApplicationRepresentation.java | 17 +++++++++ ...AuthenticationExecutionRepresentation.java | 17 +++++++++ .../idm/AuthenticationFlowRepresentation.java | 17 +++++++++ .../AuthenticatorConfigRepresentation.java | 17 +++++++++ .../idm/CertificateRepresentation.java | 17 +++++++++ .../idm/ClaimRepresentation.java | 17 +++++++++ ...ClientInitialAccessCreatePresentation.java | 17 +++++++++ .../idm/ClientInitialAccessPresentation.java | 17 +++++++++ .../idm/ClientMappingsRepresentation.java | 17 +++++++++ .../idm/ClientRepresentation.java | 17 +++++++++ .../idm/ClientTemplateRepresentation.java | 17 +++++++++ .../idm/ConfigPropertyRepresentation.java | 17 +++++++++ .../idm/CredentialRepresentation.java | 17 +++++++++ .../idm/ErrorRepresentation.java | 17 +++++++++ .../idm/FederatedIdentityRepresentation.java | 17 +++++++++ .../idm/GroupRepresentation.java | 17 +++++++++ .../IdentityProviderMapperRepresentation.java | 17 +++++++++ ...ntityProviderMapperTypeRepresentation.java | 17 +++++++++ .../idm/IdentityProviderRepresentation.java | 7 ++-- .../idm/MappingsRepresentation.java | 17 +++++++++ .../idm/OAuthClientRepresentation.java | 17 +++++++++ .../idm/PartialImportRepresentation.java | 18 +++++----- .../idm/ProtocolMapperRepresentation.java | 17 +++++++++ .../idm/ProtocolMapperTypeRepresentation.java | 17 +++++++++ .../idm/PublishedRealmRepresentation.java | 17 +++++++++ .../idm/RealmEventsConfigRepresentation.java | 17 +++++++++ .../idm/RealmRepresentation.java | 17 +++++++++ .../RequiredActionProviderRepresentation.java | 17 +++++++++ .../idm/RoleRepresentation.java | 17 +++++++++ .../idm/RolesRepresentation.java | 17 +++++++++ .../idm/ScopeMappingRepresentation.java | 17 +++++++++ .../idm/SocialLinkRepresentation.java | 17 +++++++++ .../idm/UserConsentRepresentation.java | 17 +++++++++ .../UserFederationMapperRepresentation.java | 17 +++++++++ ...erationMapperSyncConfigRepresentation.java | 17 +++++++++ ...serFederationMapperTypeRepresentation.java | 17 +++++++++ ...derationProviderFactoryRepresentation.java | 17 +++++++++ .../UserFederationProviderRepresentation.java | 17 +++++++++ .../idm/UserRepresentation.java | 17 +++++++++ .../idm/UserSessionRepresentation.java | 17 +++++++++ .../ClientInstallationRepresentation.java | 17 +++++++++ .../info/MemoryInfoRepresentation.java | 17 +++++++++ .../info/ProviderRepresentation.java | 17 +++++++++ .../info/ServerInfoRepresentation.java | 17 +++++++++ .../info/SpiInfoRepresentation.java | 17 +++++++++ .../info/SystemInfoRepresentation.java | 17 +++++++++ .../info/ThemeInfoRepresentation.java | 17 +++++++++ .../oidc/OIDCClientRepresentation.java | 17 +++++++++ .../oidc/TokenMetadataRepresentation.java | 7 ++-- .../org/keycloak/util/BasicAuthHelper.java | 17 +++++++++ .../org/keycloak/util/JsonSerialization.java | 17 +++++++++ .../SystemPropertiesJsonParserFactory.java | 17 +++++++++ .../java/org/keycloak/util/TokenUtil.java | 17 +++++++++ .../java/org/keycloak/JsonParserTest.java | 17 +++++++++ .../java/org/keycloak/RSAVerifierTest.java | 17 +++++++++ .../org/keycloak/SkeletonKeyTokenTest.java | 17 +++++++++ .../test/java/org/keycloak/jose/HmacTest.java | 17 +++++++++ .../org/keycloak/jose/JsonWebTokenTest.java | 17 +++++++++ .../org/keycloak/jose/jwk/JWKBuilderTest.java | 17 +++++++++ .../java/org/keycloak/util/UriUtilsTest.java | 17 +++++++++ dependencies/pom.xml | 17 +++++++++ dependencies/server-all/pom.xml | 17 +++++++++ dependencies/server-min/pom.xml | 17 +++++++++ .../as7-adapter-zip/assembly.xml | 17 +++++++++ .../as7-eap6-adapter/as7-adapter-zip/pom.xml | 17 +++++++++ .../as7-eap6-adapter/as7-modules/assembly.xml | 17 +++++++++ .../as7-eap6-adapter/as7-modules/build.xml | 27 ++++++-------- .../as7-eap6-adapter/as7-modules/lib.xml | 27 ++++++-------- .../as7-eap6-adapter/as7-modules/pom.xml | 17 +++++++++ .../core/jackson-annotations/main/module.xml | 27 ++++++-------- .../jackson/core/jackson-core/main/module.xml | 27 ++++++-------- .../core/jackson-databind/main/module.xml | 27 ++++++-------- .../main/module.xml | 27 ++++++-------- .../modules/org/bouncycastle/main/module.xml | 17 +++++++++ .../keycloak-adapter-core/main/module.xml | 17 +++++++++ .../keycloak-adapter-spi/main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../keycloak-as7-adapter/main/module.xml | 17 +++++++++ .../keycloak-as7-subsystem/main/module.xml | 17 +++++++++ .../keycloak/keycloak-common/main/module.xml | 17 +++++++++ .../keycloak/keycloak-core/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../eap6-adapter-zip/assembly.xml | 17 +++++++++ .../as7-eap6-adapter/eap6-adapter-zip/pom.xml | 17 +++++++++ .../adapters/as7-eap6-adapter/pom.xml | 17 +++++++++ .../adapters/jetty81-adapter-zip/assembly.xml | 17 +++++++++ .../adapters/jetty81-adapter-zip/pom.xml | 17 +++++++++ .../adapters/jetty91-adapter-zip/assembly.xml | 17 +++++++++ .../adapters/jetty91-adapter-zip/keycloak.mod | 17 +++++++++ .../adapters/jetty91-adapter-zip/pom.xml | 17 +++++++++ .../adapters/jetty92-adapter-zip/assembly.xml | 17 +++++++++ .../adapters/jetty92-adapter-zip/keycloak.mod | 17 +++++++++ .../adapters/jetty92-adapter-zip/pom.xml | 17 +++++++++ .../adapters/js-adapter-zip/assembly.xml | 17 +++++++++ distribution/adapters/js-adapter-zip/pom.xml | 17 +++++++++ distribution/adapters/osgi/features/pom.xml | 17 +++++++++ .../features/src/main/resources/features.xml | 17 +++++++++ distribution/adapters/osgi/jaas/pom.xml | 17 +++++++++ .../OSGI-INF/blueprint/blueprint.xml | 17 +++++++++ distribution/adapters/osgi/pom.xml | 17 +++++++++ distribution/adapters/osgi/thirdparty/pom.xml | 17 +++++++++ distribution/adapters/pom.xml | 17 +++++++++ .../adapters/tomcat6-adapter-zip/assembly.xml | 17 +++++++++ .../adapters/tomcat6-adapter-zip/pom.xml | 17 +++++++++ .../adapters/tomcat7-adapter-zip/assembly.xml | 17 +++++++++ .../adapters/tomcat7-adapter-zip/pom.xml | 17 +++++++++ .../adapters/tomcat8-adapter-zip/assembly.xml | 17 +++++++++ .../adapters/tomcat8-adapter-zip/pom.xml | 17 +++++++++ distribution/adapters/wf8-adapter/pom.xml | 17 +++++++++ .../wf8-adapter/wf8-adapter-zip/assembly.xml | 17 +++++++++ .../wf8-adapter/wf8-adapter-zip/pom.xml | 17 +++++++++ .../wf8-adapter/wf8-modules/assembly.xml | 17 +++++++++ .../wf8-adapter/wf8-modules/build.xml | 27 ++++++-------- .../adapters/wf8-adapter/wf8-modules/lib.xml | 27 ++++++-------- .../adapters/wf8-adapter/wf8-modules/pom.xml | 17 +++++++++ .../org/apache/httpcomponents/4.3/module.xml | 17 +++++++++ .../keycloak-adapter-core/main/module.xml | 17 +++++++++ .../keycloak-adapter-spi/main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../keycloak/keycloak-common/main/module.xml | 17 +++++++++ .../keycloak/keycloak-core/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../keycloak-undertow-adapter/main/module.xml | 17 +++++++++ .../keycloak-wf8-subsystem/main/module.xml | 27 ++++++-------- .../keycloak-wildfly-adapter/main/module.xml | 17 +++++++++ distribution/adapters/wildfly-adapter/pom.xml | 17 +++++++++ .../wildfly-adapter-zip/assembly.xml | 17 +++++++++ .../wildfly-adapter-zip/pom.xml | 17 +++++++++ .../wildfly-modules/assembly.xml | 17 +++++++++ .../wildfly-adapter/wildfly-modules/build.xml | 27 ++++++-------- .../wildfly-adapter/wildfly-modules/lib.xml | 27 ++++++-------- .../wildfly-adapter/wildfly-modules/pom.xml | 17 +++++++++ .../keycloak-adapter-core/main/module.xml | 17 +++++++++ .../keycloak-adapter-spi/main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../keycloak/keycloak-common/main/module.xml | 17 +++++++++ .../keycloak/keycloak-core/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../keycloak-undertow-adapter/main/module.xml | 17 +++++++++ .../keycloak-wildfly-adapter/main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- distribution/demo-dist/assembly.xml | 17 +++++++++ distribution/demo-dist/pom.xml | 17 +++++++++ .../demo-dist/src/main/xslt/standalone.xsl | 17 +++++++++ distribution/docs-dist/assembly.xml | 17 +++++++++ distribution/docs-dist/build.xml | 17 +++++++++ distribution/docs-dist/pom.xml | 17 +++++++++ distribution/docs-dist/src/index.html | 17 +++++++++ distribution/downloads/pom.xml | 17 +++++++++ distribution/examples-dist/assembly.xml | 17 +++++++++ distribution/examples-dist/build.xml | 17 +++++++++ distribution/examples-dist/pom.xml | 17 +++++++++ .../adapter-feature-pack/assembly.xml | 35 ++++++++----------- .../feature-pack-build.xml | 17 +++++++++ .../adapter-feature-pack/pom.xml | 31 ++++++++-------- .../configuration/domain/subsystems.xml | 17 +++++++++ .../configuration/domain/template.xml | 29 ++++++--------- .../configuration/standalone/subsystems.xml | 17 +++++++++ .../configuration/standalone/template.xml | 17 +++++++++ .../base/org/bouncycastle/main/module.xml | 27 ++++++-------- .../keycloak-adapter-core/main/module.xml | 17 +++++++++ .../keycloak-adapter-spi/main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../keycloak/keycloak-common/main/module.xml | 17 +++++++++ .../keycloak/keycloak-core/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../keycloak-undertow-adapter/main/module.xml | 17 +++++++++ .../keycloak-wildfly-adapter/main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- distribution/feature-packs/pom.xml | 17 +++++++++ .../server-feature-pack/assembly.xml | 35 ++++++++----------- .../feature-pack-build.xml | 27 ++++++-------- .../feature-packs/server-feature-pack/pom.xml | 31 ++++++++-------- .../configuration/domain/subsystems.xml | 17 +++++++++ .../configuration/domain/template.xml | 17 +++++++++ .../configuration/host/host-master.xml | 17 +++++++++ .../configuration/host/host-slave.xml | 17 +++++++++ .../resources/configuration/host/host.xml | 17 +++++++++ .../configuration/host/subsystems.xml | 27 ++++++-------- .../standalone/subsystems-ha.xml | 17 +++++++++ .../configuration/standalone/subsystems.xml | 17 +++++++++ .../configuration/standalone/template.xml | 17 +++++++++ .../com/google/zxing/core/main/module.xml | 17 +++++++++ .../com/google/zxing/javase/main/module.xml | 17 +++++++++ .../base/org/freemarker/main/module.xml | 17 +++++++++ .../org/jboss/as/product/keycloak/module.xml | 27 ++++++-------- .../keycloak/keycloak-common/main/module.xml | 17 +++++++++ .../keycloak/keycloak-core/main/module.xml | 17 +++++++++ .../keycloak-js-adapter/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../keycloak-ldap-federation/main/module.xml | 17 +++++++++ .../keycloak-model-infinispan/main/module.xml | 17 +++++++++ .../keycloak-model-jpa/main/module.xml | 17 +++++++++ .../keycloak-model-mongo/main/module.xml | 17 +++++++++ .../keycloak-saml-core/main/module.xml | 17 +++++++++ .../keycloak-server-spi/main/module.xml | 17 +++++++++ .../infinispan/main/module.xml | 27 ++++++-------- .../keycloak-server-subsystem/main/module.xml | 27 ++++++-------- .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../main/server-war/WEB-INF/web.xml | 17 +++++++++ .../keycloak-services/main/module.xml | 17 +++++++++ .../keycloak/keycloak-themes/main/module.xml | 17 +++++++++ .../keycloak-wildfly-adduser/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../layers/base/org/liquibase/main/module.xml | 17 +++++++++ .../mongodb/mongo-java-driver/main/module.xml | 17 +++++++++ .../layers/base/org/twitter4j/main/module.xml | 17 +++++++++ .../layers/base/sun/jdk/jgss/main/module.xml | 17 +++++++++ distribution/pom.xml | 17 +++++++++ distribution/proxy-dist/assembly.xml | 17 +++++++++ distribution/proxy-dist/pom.xml | 17 +++++++++ .../as7-adapter-zip/assembly.xml | 17 +++++++++ .../as7-eap6-adapter/as7-adapter-zip/pom.xml | 17 +++++++++ .../as7-eap6-adapter/as7-modules/assembly.xml | 17 +++++++++ .../as7-eap6-adapter/as7-modules/build.xml | 27 ++++++-------- .../as7-eap6-adapter/as7-modules/lib.xml | 27 ++++++-------- .../as7-eap6-adapter/as7-modules/pom.xml | 17 +++++++++ .../modules/org/bouncycastle/main/module.xml | 17 +++++++++ .../keycloak-adapter-spi/main/module.xml | 17 +++++++++ .../keycloak/keycloak-common/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../keycloak-saml-as7-adapter/main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../keycloak-saml-core/main/module.xml | 17 +++++++++ .../eap6-adapter-zip/assembly.xml | 17 +++++++++ .../as7-eap6-adapter/eap6-adapter-zip/pom.xml | 17 +++++++++ .../saml-adapters/as7-eap6-adapter/pom.xml | 17 +++++++++ .../jetty81-adapter-zip/assembly.xml | 17 +++++++++ .../saml-adapters/jetty81-adapter-zip/pom.xml | 17 +++++++++ .../jetty91-adapter-zip/assembly.xml | 17 +++++++++ .../jetty91-adapter-zip/keycloak.mod | 17 +++++++++ .../saml-adapters/jetty91-adapter-zip/pom.xml | 17 +++++++++ .../jetty92-adapter-zip/assembly.xml | 17 +++++++++ .../jetty92-adapter-zip/keycloak.mod | 17 +++++++++ .../saml-adapters/jetty92-adapter-zip/pom.xml | 17 +++++++++ distribution/saml-adapters/pom.xml | 17 +++++++++ .../tomcat6-adapter-zip/assembly.xml | 17 +++++++++ .../saml-adapters/tomcat6-adapter-zip/pom.xml | 17 +++++++++ .../tomcat7-adapter-zip/assembly.xml | 17 +++++++++ .../saml-adapters/tomcat7-adapter-zip/pom.xml | 17 +++++++++ .../tomcat8-adapter-zip/assembly.xml | 17 +++++++++ .../saml-adapters/tomcat8-adapter-zip/pom.xml | 17 +++++++++ .../saml-adapters/wildfly-adapter/pom.xml | 17 +++++++++ .../wildfly-adapter-zip/assembly.xml | 17 +++++++++ .../wildfly-adapter-zip/pom.xml | 17 +++++++++ .../wildfly-modules/assembly.xml | 17 +++++++++ .../wildfly-adapter/wildfly-modules/build.xml | 27 ++++++-------- .../wildfly-adapter/wildfly-modules/lib.xml | 27 ++++++-------- .../wildfly-adapter/wildfly-modules/pom.xml | 17 +++++++++ .../keycloak-adapter-spi/main/module.xml | 17 +++++++++ .../keycloak/keycloak-common/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- .../keycloak-saml-core/main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 17 +++++++++ .../main/module.xml | 27 ++++++-------- distribution/server-dist/assembly.xml | 17 +++++++++ distribution/server-dist/pom.xml | 17 +++++++++ .../server-dist/server-provisioning.xml | 31 ++++++++-------- .../src/main/welcome-content/index.html | 27 ++++++-------- distribution/server-overlay/assembly.xml | 17 +++++++++ distribution/server-overlay/pom.xml | 17 +++++++++ distribution/src-dist/assembly.xml | 17 +++++++++ distribution/src-dist/pom.xml | 17 +++++++++ docbook/auth-server-docs/pom.xml | 17 +++++++++ .../reference/en/en-US/master.xml | 17 +++++++++ .../reference/en/en-US/modules/License.xml | 17 +++++++++ .../modules/MigrationFromOlderVersions.xml | 17 +++++++++ .../reference/en/en-US/modules/Overview.xml | 17 +++++++++ .../en/en-US/modules/access-types.xml | 17 +++++++++ .../en/en-US/modules/adapter-config.xml | 17 +++++++++ .../en-US/modules/adapter_error_handling.xml | 17 +++++++++ .../en/en-US/modules/admin-permissions.xml | 17 +++++++++ .../en/en-US/modules/admin-rest-api.xml | 17 +++++++++ .../en-US/modules/application-clustering.xml | 17 +++++++++ .../reference/en/en-US/modules/auth-spi.xml | 17 +++++++++ .../reference/en/en-US/modules/cache.xml | 17 +++++++++ .../en/en-US/modules/client-registration.xml | 17 +++++++++ .../reference/en/en-US/modules/clustering.xml | 17 +++++++++ .../reference/en/en-US/modules/cors.xml | 17 +++++++++ .../en/en-US/modules/custom-attributes.xml | 17 +++++++++ .../en/en-US/modules/direct-access.xml | 17 +++++++++ .../reference/en/en-US/modules/email.xml | 17 +++++++++ .../reference/en/en-US/modules/events.xml | 17 +++++++++ .../en/en-US/modules/export-import.xml | 17 +++++++++ .../en/en-US/modules/fuse-adapter.xml | 17 +++++++++ .../reference/en/en-US/modules/groups.xml | 17 +++++++++ .../en/en-US/modules/identity-broker.xml | 17 +++++++++ .../en-US/modules/installed-applications.xml | 17 +++++++++ .../reference/en/en-US/modules/jaas.xml | 17 +++++++++ .../en/en-US/modules/javascript-adapter.xml | 17 +++++++++ .../en/en-US/modules/jboss-adapter.xml | 17 +++++++++ .../en/en-US/modules/jetty8-adapter.xml | 17 +++++++++ .../en/en-US/modules/jetty9-adapter.xml | 17 +++++++++ .../reference/en/en-US/modules/kerberos.xml | 17 +++++++++ .../reference/en/en-US/modules/logout.xml | 17 +++++++++ .../en/en-US/modules/multi-tenancy.xml | 17 +++++++++ .../reference/en/en-US/modules/openshift.xml | 17 +++++++++ .../modules/per-realm-admin-permissions.xml | 17 +++++++++ .../en/en-US/modules/protocol-mappers.xml | 17 +++++++++ .../reference/en/en-US/modules/providers.xml | 17 +++++++++ .../reference/en/en-US/modules/proxy.xml | 17 +++++++++ .../reference/en/en-US/modules/recaptcha.xml | 17 +++++++++ .../reference/en/en-US/modules/roles.xml | 17 +++++++++ .../reference/en/en-US/modules/saml.xml | 17 +++++++++ .../modules/security-vulnerabilities.xml | 17 +++++++++ .../en/en-US/modules/server-installation.xml | 17 +++++++++ .../en/en-US/modules/service-accounts.xml | 17 +++++++++ .../en-US/modules/servlet-filter-adapter.xml | 17 +++++++++ .../en/en-US/modules/social-config.xml | 17 +++++++++ .../en/en-US/modules/social-facebook.xml | 17 +++++++++ .../en/en-US/modules/social-github.xml | 17 +++++++++ .../en/en-US/modules/social-google.xml | 17 +++++++++ .../reference/en/en-US/modules/social-spi.xml | 17 +++++++++ .../en/en-US/modules/social-twitter.xml | 17 +++++++++ .../en/en-US/modules/spring-boot-adapter.xml | 17 +++++++++ .../en-US/modules/spring-security-adapter.xml | 17 +++++++++ .../reference/en/en-US/modules/themes.xml | 17 +++++++++ .../reference/en/en-US/modules/timeouts.xml | 17 +++++++++ .../en/en-US/modules/tomcat-adapter.xml | 17 +++++++++ .../en/en-US/modules/user-federation.xml | 17 +++++++++ docbook/pom.xml | 17 +++++++++ docbook/saml-adapter-docs/pom.xml | 17 +++++++++ .../reference/en/en-US/master.xml | 17 +++++++++ .../modules/MigrationFromOlderVersions.xml | 17 +++++++++ .../en/en-US/modules/adapter-config.xml | 17 +++++++++ .../en-US/modules/adapter_error_handling.xml | 17 +++++++++ .../en/en-US/modules/assertion-api.xml | 17 +++++++++ .../reference/en/en-US/modules/debugging.xml | 17 +++++++++ .../en/en-US/modules/idp-registration.xml | 17 +++++++++ .../en/en-US/modules/jboss-adapter.xml | 17 +++++++++ .../en/en-US/modules/jetty8-adapter.xml | 17 +++++++++ .../en/en-US/modules/jetty9-adapter.xml | 17 +++++++++ .../reference/en/en-US/modules/logout.xml | 17 +++++++++ .../en/en-US/modules/multi-tenancy.xml | 17 +++++++++ .../reference/en/en-US/modules/overview.xml | 17 +++++++++ .../en-US/modules/servlet-filter-adapter.xml | 17 +++++++++ .../en/en-US/modules/tomcat-adapter.xml | 17 +++++++++ examples/admin-client/pom.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ examples/basic-auth/pom.xml | 17 +++++++++ .../example/basicauth/BasicAuthService.java | 17 +++++++++ .../BasicAuthServiceApplication.java | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../broker/facebook-authentication/pom.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../src/main/webapp/js/app.js | 17 +++++++++ .../lib/angular/angular-bootstrap-prettify.js | 17 +++++++++ .../js/lib/angular/angular-bootstrap.js | 17 +++++++++ .../webapp/js/lib/angular/angular-cookies.js | 17 +++++++++ .../webapp/js/lib/angular/angular-loader.js | 17 +++++++++ .../webapp/js/lib/angular/angular-mocks.js | 17 +++++++++ .../webapp/js/lib/angular/angular-resource.js | 17 +++++++++ .../webapp/js/lib/angular/angular-route.js | 17 +++++++++ .../webapp/js/lib/angular/angular-sanitize.js | 17 +++++++++ .../webapp/js/lib/angular/angular-scenario.js | 21 ++++++----- .../src/main/webapp/js/lib/angular/angular.js | 17 +++++++++ .../angular/jstd-scenario-adapter-config.js | 17 +++++++++ .../js/lib/angular/jstd-scenario-adapter.js | 17 +++++++++ .../src/main/webapp/js/lib/angular/select2.js | 17 +++++++++ .../js/lib/angular/ui-bootstrap-tpls-0.4.0.js | 17 +++++++++ examples/broker/google-authentication/pom.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../src/main/webapp/js/app.js | 17 +++++++++ .../lib/angular/angular-bootstrap-prettify.js | 17 +++++++++ .../js/lib/angular/angular-bootstrap.js | 17 +++++++++ .../webapp/js/lib/angular/angular-cookies.js | 17 +++++++++ .../webapp/js/lib/angular/angular-loader.js | 17 +++++++++ .../webapp/js/lib/angular/angular-mocks.js | 17 +++++++++ .../webapp/js/lib/angular/angular-resource.js | 17 +++++++++ .../webapp/js/lib/angular/angular-route.js | 17 +++++++++ .../webapp/js/lib/angular/angular-sanitize.js | 17 +++++++++ .../webapp/js/lib/angular/angular-scenario.js | 21 ++++++----- .../src/main/webapp/js/lib/angular/angular.js | 17 +++++++++ .../angular/jstd-scenario-adapter-config.js | 17 +++++++++ .../js/lib/angular/jstd-scenario-adapter.js | 17 +++++++++ .../src/main/webapp/js/lib/angular/select2.js | 17 +++++++++ .../js/lib/angular/ui-bootstrap-tpls-0.4.0.js | 17 +++++++++ examples/broker/pom.xml | 17 +++++++++ .../broker/saml-broker-authentication/pom.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../src/main/webapp/js/app.js | 17 +++++++++ .../lib/angular/angular-bootstrap-prettify.js | 17 +++++++++ .../js/lib/angular/angular-bootstrap.js | 17 +++++++++ .../webapp/js/lib/angular/angular-cookies.js | 17 +++++++++ .../webapp/js/lib/angular/angular-loader.js | 17 +++++++++ .../webapp/js/lib/angular/angular-mocks.js | 17 +++++++++ .../webapp/js/lib/angular/angular-resource.js | 17 +++++++++ .../webapp/js/lib/angular/angular-route.js | 17 +++++++++ .../webapp/js/lib/angular/angular-sanitize.js | 17 +++++++++ .../webapp/js/lib/angular/angular-scenario.js | 21 ++++++----- .../src/main/webapp/js/lib/angular/angular.js | 17 +++++++++ .../angular/jstd-scenario-adapter-config.js | 17 +++++++++ .../js/lib/angular/jstd-scenario-adapter.js | 17 +++++++++ .../src/main/webapp/js/lib/angular/select2.js | 17 +++++++++ .../js/lib/angular/ui-bootstrap-tpls-0.4.0.js | 17 +++++++++ .../broker/twitter-authentication/pom.xml | 17 +++++++++ .../broker/twitter/TwitterOAuthResponse.java | 7 ++-- .../twitter/TwitterShowUserServlet.java | 7 ++-- .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../src/main/webapp/js/app.js | 17 +++++++++ .../lib/angular/angular-bootstrap-prettify.js | 17 +++++++++ .../js/lib/angular/angular-bootstrap.js | 17 +++++++++ .../webapp/js/lib/angular/angular-cookies.js | 17 +++++++++ .../webapp/js/lib/angular/angular-loader.js | 17 +++++++++ .../webapp/js/lib/angular/angular-mocks.js | 17 +++++++++ .../webapp/js/lib/angular/angular-resource.js | 17 +++++++++ .../webapp/js/lib/angular/angular-route.js | 17 +++++++++ .../webapp/js/lib/angular/angular-sanitize.js | 17 +++++++++ .../webapp/js/lib/angular/angular-scenario.js | 21 ++++++----- .../src/main/webapp/js/lib/angular/angular.js | 17 +++++++++ .../angular/jstd-scenario-adapter-config.js | 17 +++++++++ .../js/lib/angular/jstd-scenario-adapter.js | 17 +++++++++ .../src/main/webapp/js/lib/angular/select2.js | 17 +++++++++ .../js/lib/angular/ui-bootstrap-tpls-0.4.0.js | 17 +++++++++ examples/cordova/www/config.xml | 17 +++++++++ examples/cordova/www/index.html | 17 +++++++++ examples/cors/angular-product-app/pom.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../src/main/webapp/js/app.js | 17 +++++++++ .../lib/angular/angular-bootstrap-prettify.js | 17 +++++++++ .../webapp/lib/angular/angular-bootstrap.js | 17 +++++++++ .../webapp/lib/angular/angular-cookies.js | 17 +++++++++ .../main/webapp/lib/angular/angular-loader.js | 17 +++++++++ .../main/webapp/lib/angular/angular-mocks.js | 17 +++++++++ .../webapp/lib/angular/angular-resource.js | 17 +++++++++ .../main/webapp/lib/angular/angular-route.js | 17 +++++++++ .../webapp/lib/angular/angular-sanitize.js | 17 +++++++++ .../webapp/lib/angular/angular-scenario.js | 21 ++++++----- .../src/main/webapp/lib/angular/angular.js | 17 +++++++++ .../angular/jstd-scenario-adapter-config.js | 17 +++++++++ .../lib/angular/jstd-scenario-adapter.js | 17 +++++++++ .../src/main/webapp/lib/angular/select2.js | 17 +++++++++ .../lib/angular/ui-bootstrap-tpls-0.4.0.js | 17 +++++++++ examples/cors/database-service/pom.xml | 17 +++++++++ .../example/oauth/DataApplication.java | 17 +++++++++ .../example/oauth/ProductService.java | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ examples/cors/pom.xml | 17 +++++++++ .../demo-template/admin-access-app/pom.xml | 17 +++++++++ .../org/keycloak/example/AdminClient.java | 17 +++++++++ .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../demo-template/angular-product-app/pom.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../src/main/webapp/js/app.js | 17 +++++++++ .../lib/angular/angular-bootstrap-prettify.js | 17 +++++++++ .../webapp/lib/angular/angular-bootstrap.js | 17 +++++++++ .../webapp/lib/angular/angular-cookies.js | 17 +++++++++ .../main/webapp/lib/angular/angular-loader.js | 17 +++++++++ .../main/webapp/lib/angular/angular-mocks.js | 17 +++++++++ .../webapp/lib/angular/angular-resource.js | 17 +++++++++ .../main/webapp/lib/angular/angular-route.js | 17 +++++++++ .../webapp/lib/angular/angular-sanitize.js | 17 +++++++++ .../webapp/lib/angular/angular-scenario.js | 21 ++++++----- .../src/main/webapp/lib/angular/angular.js | 17 +++++++++ .../angular/jstd-scenario-adapter-config.js | 17 +++++++++ .../lib/angular/jstd-scenario-adapter.js | 17 +++++++++ .../src/main/webapp/lib/angular/select2.js | 17 +++++++++ .../lib/angular/ui-bootstrap-tpls-0.4.0.js | 17 +++++++++ .../demo-template/customer-app-cli/pom.xml | 17 +++++++++ .../org/keycloak/example/CustomerCli.java | 17 +++++++++ .../demo-template/customer-app-filter/pom.xml | 17 +++++++++ .../example/CustomerDatabaseClient.java | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ .../demo-template/customer-app-js/pom.xml | 17 +++++++++ .../src/main/webapp/customers/view.html | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ examples/demo-template/customer-app/pom.xml | 17 +++++++++ .../org/keycloak/example/AdminClient.java | 17 +++++++++ .../example/CustomerDatabaseClient.java | 17 +++++++++ .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/customers/cors-test.html | 17 +++++++++ .../customer-app/src/main/webapp/index.html | 17 +++++++++ .../demo-template/database-service/pom.xml | 17 +++++++++ .../example/oauth/CustomerService.java | 17 +++++++++ .../example/oauth/DataApplication.java | 17 +++++++++ .../example/oauth/ProductService.java | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ examples/demo-template/example-ear/pom.xml | 17 +++++++++ .../demo-template/offline-access-app/pom.xml | 17 +++++++++ .../example/OfflineAccessPortalServlet.java | 17 +++++++++ .../keycloak/example/OfflineExampleUris.java | 17 +++++++++ .../org/keycloak/example/RefreshTokenDAO.java | 17 +++++++++ .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ examples/demo-template/pom.xml | 17 +++++++++ examples/demo-template/product-app/pom.xml | 17 +++++++++ .../example/oauth/ProductDatabaseClient.java | 17 +++++++++ .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../product-app/src/main/webapp/index.html | 17 +++++++++ .../demo-template/service-account/pom.xml | 17 +++++++++ .../example/ProductSAClientSecretServlet.java | 17 +++++++++ .../ProductSAClientSignedJWTServlet.java | 17 +++++++++ .../example/ProductServiceAccountServlet.java | 17 +++++++++ .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ examples/demo-template/subsystem-config.xml | 17 +++++++++ .../demo-template/third-party-cdi/pom.xml | 17 +++++++++ .../example/oauth/AppContextListener.java | 17 +++++++++ .../example/oauth/CDIResourcesProducer.java | 17 +++++++++ .../example/oauth/DatabaseClient.java | 17 +++++++++ .../example/oauth/MessagesChecker.java | 17 +++++++++ .../example/oauth/RefreshTokenFilter.java | 17 +++++++++ .../oauth/ServletRequestQualifier.java | 17 +++++++++ .../org/keycloak/example/oauth/UserData.java | 17 +++++++++ .../src/main/webapp/WEB-INF/beans.xml | 30 ++++++++-------- .../src/main/webapp/WEB-INF/faces-config.xml | 30 ++++++++-------- .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/client.xhtml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ examples/demo-template/third-party/pom.xml | 17 +++++++++ .../org/keycloak/example/oauth/Bootstrap.java | 17 +++++++++ .../example/oauth/ProductDatabaseClient.java | 17 +++++++++ .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../third-party/src/main/webapp/index.html | 17 +++++++++ examples/fuse/camel/pom.xml | 17 +++++++++ .../keycloak/example/CamelHelloProcessor.java | 17 +++++++++ .../OSGI-INF/blueprint/blueprint.xml | 17 +++++++++ examples/fuse/customer-app-fuse/pom.xml | 17 +++++++++ .../org/keycloak/example/CamelClient.java | 17 +++++++++ .../org/keycloak/example/CxfRsClient.java | 17 +++++++++ .../src/main/webapp/WEB-INF/jetty-web.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/index.html | 17 +++++++++ examples/fuse/cxf-jaxrs/pom.xml | 17 +++++++++ .../example/rs/CxfCustomerService.java | 17 +++++++++ .../OSGI-INF/blueprint/blueprint.xml | 17 +++++++++ .../src/main/resources/WEB-INF/jetty-web.xml | 17 +++++++++ examples/fuse/cxf-jaxws/pom.xml | 17 +++++++++ .../java/org/keycloak/example/ws/Product.java | 17 +++++++++ .../org/keycloak/example/ws/ProductImpl.java | 17 +++++++++ .../example/ws/UnknownProductFault.java | 17 +++++++++ .../keycloak/example/ws/types/GetProduct.java | 17 +++++++++ .../example/ws/types/GetProductResponse.java | 17 +++++++++ .../example/ws/types/ObjectFactory.java | 17 +++++++++ .../example/ws/types/UnknownProductFault.java | 17 +++++++++ .../example/ws/types/package-info.java | 17 +++++++++ .../main/resources/META-INF/spring/beans.xml | 17 +++++++++ examples/fuse/features/pom.xml | 17 +++++++++ .../features/src/main/resources/features.xml | 17 +++++++++ examples/fuse/pom.xml | 17 +++++++++ examples/fuse/product-app-fuse/pom.xml | 17 +++++++++ .../example/ProductPortalServlet.java | 17 +++++++++ .../OSGI-INF/blueprint/blueprint.xml | 17 +++++++++ .../src/main/resources/WEB-INF/jetty-web.xml | 17 +++++++++ examples/js-console/pom.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../js-console/src/main/webapp/index.html | 17 +++++++++ examples/kerberos/pom.xml | 17 +++++++++ .../kerberos/GSSCredentialsClient.java | 17 +++++++++ .../kerberos/src/main/webapp/WEB-INF/web.xml | 17 +++++++++ examples/ldap/pom.xml | 17 +++++++++ examples/ldap/src/main/webapp/WEB-INF/web.xml | 17 +++++++++ examples/multi-tenant/pom.xml | 17 +++++++++ .../boundary/ProtectedServlet.java | 6 ++-- .../PathBasedKeycloakConfigResolver.java | 6 ++-- .../WEB-INF/jboss-deployment-structure.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ examples/pom.xml | 17 +++++++++ examples/providers/authenticator/pom.xml | 17 +++++++++ .../SecretQuestionAuthenticator.java | 17 +++++++++ .../SecretQuestionAuthenticatorFactory.java | 17 +++++++++ .../SecretQuestionRequiredAction.java | 17 +++++++++ .../SecretQuestionRequiredActionFactory.java | 17 +++++++++ ...ycloak.authentication.AuthenticatorFactory | 17 +++++++++ ...cloak.authentication.RequiredActionFactory | 17 +++++++++ .../providers/event-listener-sysout/pom.xml | 17 +++++++++ .../events/SysoutEventListenerProvider.java | 17 +++++++++ .../SysoutEventListenerProviderFactory.java | 17 +++++++++ ...ycloak.events.EventListenerProviderFactory | 17 +++++++++ examples/providers/event-store-mem/pom.xml | 17 +++++++++ .../providers/events/MemAdminEventQuery.java | 17 +++++++++ .../providers/events/MemEventQuery.java | 17 +++++++++ .../events/MemEventStoreProvider.java | 17 +++++++++ .../events/MemEventStoreProviderFactory.java | 17 +++++++++ ....keycloak.events.EventStoreProviderFactory | 17 +++++++++ .../providers/federation-provider/pom.xml | 17 +++++++++ .../BasePropertiesFederationFactory.java | 17 +++++++++ .../BasePropertiesFederationProvider.java | 17 +++++++++ .../ClasspathPropertiesFederationFactory.java | 17 +++++++++ ...ClasspathPropertiesFederationProvider.java | 17 +++++++++ .../FilePropertiesFederationFactory.java | 17 +++++++++ .../FilePropertiesFederationProvider.java | 17 +++++++++ .../properties/ReadonlyUserModelProxy.java | 17 +++++++++ .../properties/WritableUserModelProxy.java | 17 +++++++++ ...cloak.models.UserFederationProviderFactory | 17 +++++++++ .../src/main/resources/test-users.properties | 17 +++++++++ .../src/main/resources/test2-users.properties | 17 +++++++++ examples/providers/pom.xml | 17 +++++++++ examples/saml/pom.xml | 17 +++++++++ examples/saml/post-with-encryption/pom.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/css/idp.css | 35 ++++++++----------- examples/saml/post-with-signature/pom.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/css/idp.css | 35 ++++++++----------- examples/saml/redirect-with-signature/pom.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/css/idp.css | 35 ++++++++----------- examples/saml/servlet-filter/pom.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../src/main/webapp/WEB-INF/web.xml | 17 +++++++++ .../src/main/webapp/css/idp.css | 35 ++++++++----------- examples/themes/pom.xml | 17 +++++++++ .../theme/address/account/theme.properties | 17 +++++++++ .../resources/partials/user-attributes.html | 17 +++++++++ .../theme/address/admin/theme.properties | 17 +++++++++ .../theme/address/login/theme.properties | 17 +++++++++ .../account/resources/css/logo.css | 17 +++++++++ .../logo-example/account/theme.properties | 17 +++++++++ .../logo-example/admin/resources/css/logo.css | 17 +++++++++ .../theme/logo-example/admin/theme.properties | 17 +++++++++ .../logo-example/login/resources/css/logo.css | 17 +++++++++ .../theme/logo-example/login/theme.properties | 17 +++++++++ .../logo-example/welcome/resources/index.html | 27 ++++++-------- .../logo-example/welcome/theme.properties | 17 +++++++++ .../sunrise/login/resources/css/styles.css | 17 +++++++++ .../theme/sunrise/login/theme.properties | 17 +++++++++ federation/kerberos/pom.xml | 17 +++++++++ .../kerberos/CommonKerberosConfig.java | 17 +++++++++ .../federation/kerberos/KerberosConfig.java | 17 +++++++++ .../kerberos/KerberosFederationProvider.java | 17 +++++++++ .../KerberosFederationProviderFactory.java | 17 +++++++++ .../ReadOnlyKerberosUserModelDelegate.java | 17 +++++++++ .../KerberosServerSubjectAuthenticator.java | 17 +++++++++ ...KerberosUsernamePasswordAuthenticator.java | 17 +++++++++ .../kerberos/impl/SPNEGOAuthenticator.java | 17 +++++++++ ...cloak.models.UserFederationProviderFactory | 17 +++++++++ federation/ldap/pom.xml | 17 +++++++++ .../keycloak/federation/ldap/LDAPConfig.java | 17 +++++++++ .../ldap/LDAPFederationProvider.java | 17 +++++++++ .../ldap/LDAPFederationProviderFactory.java | 17 +++++++++ .../ldap/LDAPIdentityStoreRegistry.java | 17 +++++++++ .../keycloak/federation/ldap/LDAPUtils.java | 17 +++++++++ .../ldap/ReadonlyLDAPUserModelDelegate.java | 17 +++++++++ .../ldap/UnsyncedLDAPUserModelDelegate.java | 17 +++++++++ .../ldap/WritableLDAPUserModelDelegate.java | 17 +++++++++ .../federation/ldap/idm/model/LDAPDn.java | 17 +++++++++ .../federation/ldap/idm/model/LDAPObject.java | 17 +++++++++ .../federation/ldap/idm/query/Condition.java | 17 +++++++++ .../federation/ldap/idm/query/Sort.java | 17 +++++++++ .../idm/query/internal/BetweenCondition.java | 17 +++++++++ .../idm/query/internal/CustomLDAPFilter.java | 17 +++++++++ .../idm/query/internal/EqualCondition.java | 17 +++++++++ .../query/internal/GreaterThanCondition.java | 17 +++++++++ .../ldap/idm/query/internal/InCondition.java | 17 +++++++++ .../ldap/idm/query/internal/LDAPQuery.java | 17 +++++++++ .../internal/LDAPQueryConditionsBuilder.java | 17 +++++++++ .../idm/query/internal/LessThanCondition.java | 17 +++++++++ .../internal/NamedParameterCondition.java | 17 +++++++++ .../ldap/idm/query/internal/OrCondition.java | 17 +++++++++ .../ldap/idm/store/IdentityStore.java | 17 +++++++++ .../idm/store/ldap/LDAPIdentityStore.java | 17 +++++++++ .../idm/store/ldap/LDAPOperationManager.java | 17 +++++++++ .../ldap/idm/store/ldap/LDAPUtil.java | 17 +++++++++ .../kerberos/LDAPProviderKerberosConfig.java | 17 +++++++++ .../mappers/AbstractLDAPFederationMapper.java | 17 +++++++++ .../AbstractLDAPFederationMapperFactory.java | 17 +++++++++ .../mappers/FullNameLDAPFederationMapper.java | 17 +++++++++ .../FullNameLDAPFederationMapperFactory.java | 17 +++++++++ .../ldap/mappers/HardcodedLDAPRoleMapper.java | 17 +++++++++ .../HardcodedLDAPRoleMapperFactory.java | 17 +++++++++ .../ldap/mappers/LDAPFederationMapper.java | 17 +++++++++ .../mappers/LDAPFederationMapperBridge.java | 17 +++++++++ .../mappers/TxAwareLDAPUserModelDelegate.java | 17 +++++++++ .../UserAttributeLDAPFederationMapper.java | 17 +++++++++ ...rAttributeLDAPFederationMapperFactory.java | 17 +++++++++ .../membership/CommonLDAPGroupMapper.java | 17 +++++++++ .../CommonLDAPGroupMapperConfig.java | 17 +++++++++ .../membership/LDAPGroupMapperMode.java | 17 +++++++++ .../mappers/membership/MembershipType.java | 17 +++++++++ .../membership/UserRolesRetrieveStrategy.java | 17 +++++++++ .../group/GroupLDAPFederationMapper.java | 17 +++++++++ .../GroupLDAPFederationMapperFactory.java | 17 +++++++++ .../membership/group/GroupMapperConfig.java | 17 +++++++++ .../membership/group/GroupTreeResolver.java | 17 +++++++++ .../role/RoleLDAPFederationMapper.java | 17 +++++++++ .../role/RoleLDAPFederationMapperFactory.java | 17 +++++++++ .../membership/role/RoleMapperConfig.java | 17 +++++++++ .../msad/MSADUserAccountControlMapper.java | 17 +++++++++ .../MSADUserAccountControlMapperFactory.java | 17 +++++++++ .../ldap/mappers/msad/UserAccountControl.java | 17 +++++++++ ...ycloak.mappers.UserFederationMapperFactory | 17 +++++++++ ...cloak.models.UserFederationProviderFactory | 17 +++++++++ .../ldap/idm/model/GroupTreeResolverTest.java | 17 +++++++++ .../federation/ldap/idm/model/LDAPDnTest.java | 17 +++++++++ federation/pom.xml | 17 +++++++++ integration/admin-client/pom.xml | 17 +++++++++ .../org/keycloak/admin/client/Config.java | 17 +++++++++ .../org/keycloak/admin/client/Keycloak.java | 17 +++++++++ .../admin/client/KeycloakBuilder.java | 17 +++++++++ .../client/resource/BasicAuthFilter.java | 17 +++++++++ .../client/resource/BearerAuthFilter.java | 17 +++++++++ .../resource/ClientInitialAccessResource.java | 17 +++++++++ .../admin/client/resource/ClientResource.java | 17 +++++++++ .../resource/ClientTemplateResource.java | 17 +++++++++ .../resource/ClientTemplatesResource.java | 17 +++++++++ .../client/resource/ClientsResource.java | 17 +++++++++ .../admin/client/resource/GroupResource.java | 17 +++++++++ .../admin/client/resource/GroupsResource.java | 17 +++++++++ .../resource/IdentityProviderResource.java | 17 +++++++++ .../resource/IdentityProvidersResource.java | 17 +++++++++ .../resource/ProtocolMappersResource.java | 17 +++++++++ .../admin/client/resource/RealmResource.java | 17 +++++++++ .../admin/client/resource/RealmsResource.java | 17 +++++++++ .../client/resource/RoleMappingResource.java | 17 +++++++++ .../admin/client/resource/RoleResource.java | 17 +++++++++ .../client/resource/RoleScopeResource.java | 17 +++++++++ .../admin/client/resource/RolesResource.java | 17 +++++++++ .../client/resource/ServerInfoResource.java | 17 +++++++++ .../admin/client/resource/UserResource.java | 17 +++++++++ .../admin/client/resource/UsersResource.java | 17 +++++++++ .../admin/client/token/TokenManager.java | 17 +++++++++ .../admin/client/token/TokenService.java | 17 +++++++++ integration/client-registration-cli/pom.xml | 17 +++++++++ integration/client-registration/pom.xml | 17 +++++++++ .../keycloak/client/registration/Auth.java | 17 +++++++++ .../registration/ClientRegistration.java | 17 +++++++++ .../ClientRegistrationException.java | 17 +++++++++ .../ClientRepresentationMixIn.java | 17 +++++++++ .../registration/HttpErrorException.java | 17 +++++++++ .../client/registration/HttpUtil.java | 17 +++++++++ .../OIDCClientRepresentationMixIn.java | 17 +++++++++ integration/pom.xml | 17 +++++++++ model/infinispan/pom.xml | 17 +++++++++ .../DefaultInfinispanConnectionProvider.java | 17 +++++++++ ...ltInfinispanConnectionProviderFactory.java | 17 +++++++++ .../InfinispanConnectionProvider.java | 17 +++++++++ .../InfinispanConnectionProviderFactory.java | 17 +++++++++ .../infinispan/InfinispanConnectionSpi.java | 17 +++++++++ .../cache/infinispan/ClientAdapter.java | 17 +++++++++ .../infinispan/ClientTemplateAdapter.java | 17 +++++++++ .../infinispan/DefaultCacheRealmProvider.java | 17 +++++++++ .../infinispan/DefaultCacheUserProvider.java | 17 +++++++++ .../models/cache/infinispan/GroupAdapter.java | 17 +++++++++ .../InfinispanCacheRealmProviderFactory.java | 17 +++++++++ .../InfinispanCacheUserProviderFactory.java | 17 +++++++++ .../infinispan/InfinispanRealmCache.java | 17 +++++++++ .../cache/infinispan/InfinispanUserCache.java | 17 +++++++++ .../models/cache/infinispan/RealmAdapter.java | 17 +++++++++ .../models/cache/infinispan/RoleAdapter.java | 17 +++++++++ .../models/cache/infinispan/UserAdapter.java | 17 +++++++++ .../ClientInitialAccessAdapter.java | 17 +++++++++ .../infinispan/ClientSessionAdapter.java | 17 +++++++++ .../models/sessions/infinispan/Consumers.java | 17 +++++++++ .../InfinispanUserSessionProvider.java | 17 +++++++++ .../InfinispanUserSessionProviderFactory.java | 17 +++++++++ .../infinispan/UserSessionAdapter.java | 17 +++++++++ .../infinispan/UserSessionTimestamp.java | 17 +++++++++ .../UsernameLoginFailureAdapter.java | 17 +++++++++ .../entities/ClientInitialAccessEntity.java | 17 +++++++++ .../entities/ClientSessionEntity.java | 17 +++++++++ .../entities/LoginFailureEntity.java | 17 +++++++++ .../infinispan/entities/LoginFailureKey.java | 17 +++++++++ .../infinispan/entities/SessionEntity.java | 17 +++++++++ .../entities/UserSessionEntity.java | 17 +++++++++ .../InfinispanUserSessionInitializer.java | 17 +++++++++ .../initializer/InitializerState.java | 17 +++++++++ .../initializer/OfflineUserSessionLoader.java | 17 +++++++++ .../initializer/SessionInitializerWorker.java | 17 +++++++++ .../infinispan/initializer/SessionLoader.java | 17 +++++++++ .../mapreduce/ClientInitialAccessMapper.java | 17 +++++++++ .../mapreduce/ClientSessionMapper.java | 17 +++++++++ .../ClientSessionsOfUserSessionMapper.java | 17 +++++++++ .../mapreduce/FirstResultReducer.java | 17 +++++++++ .../mapreduce/LargestResultReducer.java | 17 +++++++++ .../infinispan/mapreduce/SessionMapper.java | 17 +++++++++ .../mapreduce/UserLoginFailureMapper.java | 17 +++++++++ .../mapreduce/UserSessionMapper.java | 17 +++++++++ .../mapreduce/UserSessionNoteMapper.java | 17 +++++++++ .../stream/ClientInitialAccessPredicate.java | 17 +++++++++ .../stream/ClientSessionPredicate.java | 17 +++++++++ .../infinispan/stream/Comparators.java | 17 +++++++++ .../sessions/infinispan/stream/Mappers.java | 17 +++++++++ .../infinispan/stream/SessionPredicate.java | 17 +++++++++ .../stream/UserLoginFailurePredicate.java | 17 +++++++++ .../stream/UserSessionPredicate.java | 17 +++++++++ ...nispan.InfinispanConnectionProviderFactory | 17 +++++++++ ...keycloak.models.UserSessionProviderFactory | 17 +++++++++ ...oak.models.cache.CacheRealmProviderFactory | 17 +++++++++ ...loak.models.cache.CacheUserProviderFactory | 17 +++++++++ .../services/org.keycloak.provider.Spi | 17 +++++++++ .../initializer/InitializerStateTest.java | 17 +++++++++ model/jpa/pom.xml | 17 +++++++++ .../jpa/DefaultJpaConnectionProvider.java | 17 +++++++++ .../DefaultJpaConnectionProviderFactory.java | 17 +++++++++ .../jpa/JpaConnectionProvider.java | 17 +++++++++ .../jpa/JpaConnectionProviderFactory.java | 17 +++++++++ .../connections/jpa/JpaConnectionSpi.java | 17 +++++++++ .../jpa/JpaKeycloakTransaction.java | 17 +++++++++ .../jpa/PersistenceExceptionConverter.java | 17 +++++++++ .../jpa/updater/JpaUpdaterProvider.java | 17 +++++++++ .../updater/JpaUpdaterProviderFactory.java | 17 +++++++++ .../jpa/updater/JpaUpdaterSpi.java | 17 +++++++++ .../LiquibaseJpaUpdaterProvider.java | 17 +++++++++ .../LiquibaseJpaUpdaterProviderFactory.java | 17 +++++++++ .../liquibase/PostgresPlusDatabase.java | 17 +++++++++ .../liquibase/ThreadLocalSessionContext.java | 17 +++++++++ .../liquibase/custom/AddRealmCodeSecret.java | 17 +++++++++ .../liquibase/custom/CustomKeycloakTask.java | 17 +++++++++ .../custom/JpaUpdate1_2_0_Beta1.java | 17 +++++++++ .../liquibase/custom/JpaUpdate1_2_0_CR1.java | 17 +++++++++ .../custom/JpaUpdate1_4_0_Final.java | 17 +++++++++ .../connections/jpa/util/JpaUtils.java | 17 +++++++++ .../keycloak/events/jpa/AdminEventEntity.java | 17 +++++++++ .../org/keycloak/events/jpa/EventEntity.java | 17 +++++++++ .../events/jpa/JpaAdminEventQuery.java | 17 +++++++++ .../keycloak/events/jpa/JpaEventQuery.java | 17 +++++++++ .../events/jpa/JpaEventStoreProvider.java | 17 +++++++++ .../jpa/JpaEventStoreProviderFactory.java | 17 +++++++++ .../keycloak/models/jpa/ClientAdapter.java | 17 +++++++++ .../models/jpa/ClientTemplateAdapter.java | 17 +++++++++ .../org/keycloak/models/jpa/GroupAdapter.java | 17 +++++++++ .../keycloak/models/jpa/JpaRealmProvider.java | 17 +++++++++ .../models/jpa/JpaRealmProviderFactory.java | 17 +++++++++ .../keycloak/models/jpa/JpaUserProvider.java | 17 +++++++++ .../models/jpa/JpaUserProviderFactory.java | 17 +++++++++ .../models/jpa/MigrationModelAdapter.java | 17 +++++++++ .../jpa/PersistenceExceptionConverter.java | 17 +++++++++ .../org/keycloak/models/jpa/RealmAdapter.java | 17 +++++++++ .../org/keycloak/models/jpa/RoleAdapter.java | 17 +++++++++ .../org/keycloak/models/jpa/UserAdapter.java | 17 +++++++++ .../AuthenticationExecutionEntity.java | 17 +++++++++ .../entities/AuthenticationFlowEntity.java | 17 +++++++++ .../entities/AuthenticatorConfigEntity.java | 17 +++++++++ .../models/jpa/entities/ClientEntity.java | 17 +++++++++ .../ClientIdentityProviderMappingEntity.java | 17 +++++++++ .../jpa/entities/ClientTemplateEntity.java | 17 +++++++++ .../models/jpa/entities/CredentialEntity.java | 17 +++++++++ .../jpa/entities/FederatedIdentityEntity.java | 17 +++++++++ .../jpa/entities/GroupAttributeEntity.java | 17 +++++++++ .../models/jpa/entities/GroupEntity.java | 17 +++++++++ .../jpa/entities/GroupRoleMappingEntity.java | 17 +++++++++ .../jpa/entities/IdentityProviderEntity.java | 17 +++++++++ .../IdentityProviderMapperEntity.java | 17 +++++++++ .../jpa/entities/MigrationModelEntity.java | 17 +++++++++ .../jpa/entities/ProtocolMapperEntity.java | 17 +++++++++ .../jpa/entities/RealmAttributeEntity.java | 17 +++++++++ .../models/jpa/entities/RealmAttributes.java | 17 +++++++++ .../models/jpa/entities/RealmEntity.java | 17 +++++++++ .../RequiredActionProviderEntity.java | 17 +++++++++ .../entities/RequiredCredentialEntity.java | 17 +++++++++ .../models/jpa/entities/RoleEntity.java | 17 +++++++++ .../jpa/entities/ScopeMappingEntity.java | 17 +++++++++ .../entities/TemplateScopeMappingEntity.java | 17 +++++++++ .../jpa/entities/UserAttributeEntity.java | 17 +++++++++ .../jpa/entities/UserConsentEntity.java | 17 +++++++++ .../UserConsentProtocolMapperEntity.java | 17 +++++++++ .../jpa/entities/UserConsentRoleEntity.java | 17 +++++++++ .../models/jpa/entities/UserEntity.java | 17 +++++++++ .../entities/UserFederationMapperEntity.java | 17 +++++++++ .../UserFederationProviderEntity.java | 17 +++++++++ .../entities/UserGroupMembershipEntity.java | 17 +++++++++ .../entities/UserRequiredActionEntity.java | 17 +++++++++ .../jpa/entities/UserRoleMappingEntity.java | 17 +++++++++ .../JpaUserSessionPersisterProvider.java | 17 +++++++++ ...paUserSessionPersisterProviderFactory.java | 17 +++++++++ .../PersistentClientSessionEntity.java | 17 +++++++++ .../session/PersistentUserSessionEntity.java | 17 +++++++++ .../db2-jpa-changelog-1.0.0.Final.xml | 17 +++++++++ .../db2-jpa-changelog-1.2.0.Beta1.xml | 17 +++++++++ .../META-INF/db2-jpa-changelog-1.2.0.CR1.xml | 17 +++++++++ .../META-INF/db2-jpa-changelog-1.4.0.xml | 17 +++++++++ .../META-INF/db2-jpa-changelog-1.8.0.xml | 17 +++++++++ .../META-INF/db2-jpa-changelog-master.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.0.0.Final.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.1.0.Beta1.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.1.0.Final.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.2.0.Beta1.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.2.0.CR1.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.2.0.Final.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.3.0.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.4.0.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.5.0.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.6.0.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.6.1.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.7.0.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.8.0.xml | 17 +++++++++ .../META-INF/jpa-changelog-1.9.0.xml | 17 +++++++++ .../META-INF/jpa-changelog-master.xml | 17 +++++++++ .../main/resources/META-INF/persistence.xml | 17 +++++++++ ...nnections.jpa.JpaConnectionProviderFactory | 17 +++++++++ ...ions.jpa.updater.JpaUpdaterProviderFactory | 17 +++++++++ ....keycloak.events.EventStoreProviderFactory | 17 +++++++++ .../org.keycloak.models.RealmProviderFactory | 17 +++++++++ .../org.keycloak.models.UserProviderFactory | 17 +++++++++ ...ession.UserSessionPersisterProviderFactory | 17 +++++++++ .../services/org.keycloak.provider.Spi | 17 +++++++++ model/mongo/pom.xml | 17 +++++++++ ...DefaultMongoConnectionFactoryProvider.java | 17 +++++++++ .../mongo/DefaultMongoConnectionProvider.java | 17 +++++++++ .../mongo/MongoConnectionProvider.java | 17 +++++++++ .../mongo/MongoConnectionProviderFactory.java | 17 +++++++++ .../connections/mongo/MongoConnectionSpi.java | 17 +++++++++ .../mongo/MongoKeycloakTransaction.java | 17 +++++++++ .../mongo/api/MongoCollection.java | 17 +++++++++ .../connections/mongo/api/MongoEntity.java | 17 +++++++++ .../connections/mongo/api/MongoField.java | 17 +++++++++ .../mongo/api/MongoIdentifiableEntity.java | 17 +++++++++ .../connections/mongo/api/MongoStore.java | 17 +++++++++ .../context/MongoStoreInvocationContext.java | 17 +++++++++ .../mongo/api/context/MongoTask.java | 17 +++++++++ .../connections/mongo/api/types/Mapper.java | 17 +++++++++ .../mongo/api/types/MapperContext.java | 17 +++++++++ .../mongo/api/types/MapperRegistry.java | 17 +++++++++ .../connections/mongo/impl/EntityInfo.java | 17 +++++++++ .../mongo/impl/MongoStoreImpl.java | 17 +++++++++ .../SimpleMongoStoreInvocationContext.java | 17 +++++++++ ...ransactionMongoStoreInvocationContext.java | 17 +++++++++ .../mongo/impl/types/BasicDBListMapper.java | 17 +++++++++ .../impl/types/BasicDBListToSetMapper.java | 17 +++++++++ .../mongo/impl/types/BasicDBObjectMapper.java | 17 +++++++++ .../impl/types/BasicDBObjectToMapMapper.java | 17 +++++++++ .../mongo/impl/types/EnumToStringMapper.java | 17 +++++++++ .../mongo/impl/types/ListMapper.java | 17 +++++++++ .../mongo/impl/types/MapMapper.java | 17 +++++++++ .../mongo/impl/types/MongoEntityMapper.java | 17 +++++++++ .../mongo/impl/types/SimpleMapper.java | 17 +++++++++ .../mongo/impl/types/StringToEnumMapper.java | 17 +++++++++ .../mongo/updater/MongoUpdaterProvider.java | 17 +++++++++ .../updater/MongoUpdaterProviderFactory.java | 17 +++++++++ .../mongo/updater/MongoUpdaterSpi.java | 17 +++++++++ .../impl/DefaultMongoUpdaterProvider.java | 17 +++++++++ .../DefaultMongoUpdaterProviderFactory.java | 17 +++++++++ .../mongo/updater/impl/updates/Update.java | 17 +++++++++ .../impl/updates/Update1_0_0_Final.java | 17 +++++++++ .../impl/updates/Update1_1_0_Beta1.java | 17 +++++++++ .../impl/updates/Update1_2_0_Beta1.java | 17 +++++++++ .../updater/impl/updates/Update1_2_0_CR1.java | 17 +++++++++ .../updater/impl/updates/Update1_3_0.java | 17 +++++++++ .../updater/impl/updates/Update1_4_0.java | 17 +++++++++ .../updater/impl/updates/Update1_7_0.java | 17 +++++++++ .../updater/impl/updates/Update1_8_0.java | 17 +++++++++ .../events/mongo/MongoAdminEventQuery.java | 17 +++++++++ .../events/mongo/MongoEventQuery.java | 17 +++++++++ .../events/mongo/MongoEventStoreProvider.java | 17 +++++++++ .../mongo/MongoEventStoreProviderFactory.java | 17 +++++++++ .../adapters/AbstractMongoAdapter.java | 17 +++++++++ .../keycloak/adapters/ClientAdapter.java | 17 +++++++++ .../adapters/ClientTemplateAdapter.java | 17 +++++++++ .../mongo/keycloak/adapters/GroupAdapter.java | 17 +++++++++ .../adapters/MigrationModelAdapter.java | 17 +++++++++ .../keycloak/adapters/MongoRealmProvider.java | 17 +++++++++ .../adapters/MongoRealmProviderFactory.java | 17 +++++++++ .../keycloak/adapters/MongoUserProvider.java | 17 +++++++++ .../adapters/MongoUserProviderFactory.java | 17 +++++++++ .../MongoUserSessionPersisterProvider.java | 17 +++++++++ ...goUserSessionPersisterProviderFactory.java | 17 +++++++++ .../mongo/keycloak/adapters/RealmAdapter.java | 17 +++++++++ .../mongo/keycloak/adapters/RoleAdapter.java | 17 +++++++++ .../mongo/keycloak/adapters/UserAdapter.java | 17 +++++++++ .../keycloak/entities/MongoClientEntity.java | 17 +++++++++ .../entities/MongoClientTemplateEntity.java | 17 +++++++++ .../keycloak/entities/MongoGroupEntity.java | 17 +++++++++ .../entities/MongoMigrationModelEntity.java | 17 +++++++++ .../MongoOfflineUserSessionEntity.java | 17 +++++++++ .../MongoOnlineUserSessionEntity.java | 17 +++++++++ .../keycloak/entities/MongoRealmEntity.java | 17 +++++++++ .../keycloak/entities/MongoRoleEntity.java | 17 +++++++++ .../entities/MongoUserConsentEntity.java | 17 +++++++++ .../keycloak/entities/MongoUserEntity.java | 17 +++++++++ .../entities/MongoUserSessionEntity.java | 17 +++++++++ .../models/mongo/utils/MongoModelUtils.java | 17 +++++++++ ...tions.mongo.MongoConnectionProviderFactory | 17 +++++++++ ....mongo.updater.MongoUpdaterProviderFactory | 17 +++++++++ ....keycloak.events.EventStoreProviderFactory | 17 +++++++++ .../org.keycloak.models.RealmProviderFactory | 17 +++++++++ .../org.keycloak.models.UserProviderFactory | 17 +++++++++ ...ession.UserSessionPersisterProviderFactory | 17 +++++++++ .../services/org.keycloak.provider.Spi | 17 +++++++++ model/pom.xml | 17 +++++++++ pom.xml | 17 +++++++++ proxy/launcher/pom.xml | 17 +++++++++ .../src/main/java/org/keycloak/Launcher.java | 17 +++++++++ proxy/pom.xml | 17 +++++++++ proxy/proxy-server/pom.xml | 17 +++++++++ .../proxy/ConstraintAuthorizationHandler.java | 17 +++++++++ .../proxy/ConstraintMatcherHandler.java | 17 +++++++++ .../main/java/org/keycloak/proxy/Main.java | 17 +++++++++ .../proxy/ProxyAuthenticationCallHandler.java | 17 +++++++++ .../java/org/keycloak/proxy/ProxyConfig.java | 17 +++++++++ .../keycloak/proxy/ProxyServerBuilder.java | 17 +++++++++ .../java/org/keycloak/proxy/SecurityInfo.java | 17 +++++---- .../keycloak/proxy/SecurityPathMatches.java | 17 +++++---- .../keycloak/proxy/SingleConstraintMatch.java | 17 +++++---- .../main/java/org/keycloak/proxy/SslUtil.java | 17 +++++++++ saml-core/pom.xml | 17 +++++++++ .../dom/saml/common/CommonActionType.java | 7 ++-- .../dom/saml/common/CommonAdviceType.java | 7 ++-- .../dom/saml/common/CommonAssertionType.java | 7 ++-- .../dom/saml/common/CommonConditionsType.java | 7 ++-- .../common/CommonRequestAbstractType.java | 7 ++-- .../dom/saml/common/CommonResponseType.java | 7 ++-- .../saml/common/CommonStatusDetailType.java | 7 ++-- .../saml/v1/assertion/SAML11ActionType.java | 7 ++-- .../saml/v1/assertion/SAML11AdviceType.java | 7 ++-- .../v1/assertion/SAML11AssertionType.java | 7 ++-- .../SAML11AttributeDesignatorType.java | 7 ++-- .../SAML11AttributeStatementType.java | 7 ++-- .../v1/assertion/SAML11AttributeType.java | 7 ++-- .../SAML11AudienceRestrictionCondition.java | 7 ++-- .../SAML11AuthenticationStatementType.java | 7 ++-- .../assertion/SAML11AuthorityBindingType.java | 7 ++-- ...L11AuthorizationDecisionStatementType.java | 7 ++-- .../SAML11ConditionAbstractType.java | 7 ++-- .../v1/assertion/SAML11ConditionType.java | 7 ++-- .../SAML11ConditionsAbstractType.java | 7 ++-- .../v1/assertion/SAML11ConditionsType.java | 7 ++-- .../saml/v1/assertion/SAML11DecisionType.java | 7 ++-- .../SAML11DoNotCacheConditionType.java | 7 ++-- .../saml/v1/assertion/SAML11EvidenceType.java | 7 ++-- .../assertion/SAML11NameIdentifierType.java | 7 ++-- .../SAML11StatementAbstractType.java | 7 ++-- .../v1/assertion/SAML11StatementType.java | 7 ++-- .../SAML11SubjectConfirmationType.java | 7 ++-- .../assertion/SAML11SubjectLocalityType.java | 7 ++-- .../assertion/SAML11SubjectStatementType.java | 7 ++-- .../saml/v1/assertion/SAML11SubjectType.java | 7 ++-- .../v1/protocol/SAML11AttributeQueryType.java | 7 ++-- .../SAML11AuthenticationQueryType.java | 7 ++-- .../SAML11AuthorizationDecisionQueryType.java | 7 ++-- .../v1/protocol/SAML11QueryAbstractType.java | 7 ++-- .../protocol/SAML11RequestAbstractType.java | 7 ++-- .../saml/v1/protocol/SAML11RequestType.java | 7 ++-- .../protocol/SAML11ResponseAbstractType.java | 7 ++-- .../saml/v1/protocol/SAML11ResponseType.java | 7 ++-- .../v1/protocol/SAML11StatusCodeType.java | 7 ++-- .../saml/v1/protocol/SAML11StatusType.java | 7 ++-- .../SAML11SubjectQueryAbstractType.java | 7 ++-- .../org/keycloak/dom/saml/v2/SAML2Object.java | 7 ++-- .../v2/ac/ActivationLimitDurationType.java | 7 ++-- .../v2/ac/ActivationLimitSessionType.java | 7 ++-- .../dom/saml/v2/ac/ActivationLimitType.java | 7 ++-- .../saml/v2/ac/ActivationLimitUsagesType.java | 7 ++-- .../dom/saml/v2/ac/ActivationPinType.java | 7 ++-- .../keycloak/dom/saml/v2/ac/AlphabetType.java | 7 ++-- .../dom/saml/v2/ac/AuthenticatorBaseType.java | 7 ++-- .../AuthenticatorTransportProtocolType.java | 7 ++-- .../ac/AuthnContextDeclarationBaseType.java | 7 ++-- .../dom/saml/v2/ac/AuthnMethodBaseType.java | 7 ++-- .../keycloak/dom/saml/v2/ac/BooleanType.java | 7 ++-- .../saml/v2/ac/ComplexAuthenticatorType.java | 7 ++-- .../dom/saml/v2/ac/DeviceTypeType.java | 7 ++-- .../dom/saml/v2/ac/ExtensionOnlyType.java | 7 ++-- .../dom/saml/v2/ac/ExtensionType.java | 7 ++-- .../keycloak/dom/saml/v2/ac/Generation.java | 7 ++-- .../saml/v2/ac/GoverningAgreementRefType.java | 7 ++-- .../saml/v2/ac/GoverningAgreementsType.java | 7 ++-- .../dom/saml/v2/ac/IdentificationType.java | 7 ++-- .../dom/saml/v2/ac/KeyActivationType.java | 7 ++-- .../dom/saml/v2/ac/KeySharingType.java | 7 ++-- .../dom/saml/v2/ac/KeyStorageType.java | 7 ++-- .../keycloak/dom/saml/v2/ac/LengthType.java | 7 ++-- .../keycloak/dom/saml/v2/ac/MediumType.java | 7 ++-- .../org/keycloak/dom/saml/v2/ac/NymType.java | 7 ++-- .../saml/v2/ac/OperationalProtectionType.java | 7 ++-- .../keycloak/dom/saml/v2/ac/PasswordType.java | 7 ++-- .../dom/saml/v2/ac/PhysicalVerification.java | 7 ++-- .../PrincipalAuthenticationMechanismType.java | 7 ++-- .../saml/v2/ac/PrivateKeyProtectionType.java | 7 ++-- .../dom/saml/v2/ac/PublicKeyType.java | 7 ++-- .../dom/saml/v2/ac/RestrictedLengthType.java | 7 ++-- .../saml/v2/ac/RestrictedPasswordType.java | 7 ++-- .../saml/v2/ac/SecretKeyProtectionType.java | 7 ++-- .../dom/saml/v2/ac/SecurityAuditType.java | 7 ++-- .../ac/SharedSecretChallengeResponseType.java | 7 ++-- .../v2/ac/TechnicalProtectionBaseType.java | 7 ++-- .../dom/saml/v2/ac/TimeSyncTokenType.java | 7 ++-- .../keycloak/dom/saml/v2/ac/TokenType.java | 7 ++-- .../classes/ActivationLimitDurationType.java | 7 ++-- .../classes/ActivationLimitSessionType.java | 7 ++-- .../v2/ac/classes/ActivationLimitType.java | 7 ++-- .../ac/classes/ActivationLimitUsagesType.java | 7 ++-- .../saml/v2/ac/classes/ActivationPinType.java | 7 ++-- .../dom/saml/v2/ac/classes/AlphabetType.java | 7 ++-- .../v2/ac/classes/AuthenticatorBaseType.java | 7 ++-- .../AuthenticatorTransportProtocolType.java | 7 ++-- .../AuthnContextDeclarationBaseType.java | 7 ++-- .../v2/ac/classes/AuthnMethodBaseType.java | 7 ++-- .../ac/classes/ComplexAuthenticatorType.java | 7 ++-- .../saml/v2/ac/classes/DeviceTypeType.java | 7 ++-- .../saml/v2/ac/classes/ExtensionListType.java | 7 ++-- .../saml/v2/ac/classes/ExtensionOnlyType.java | 7 ++-- .../dom/saml/v2/ac/classes/ExtensionType.java | 7 ++-- .../dom/saml/v2/ac/classes/Generation.java | 7 ++-- .../ac/classes/GoverningAgreementRefType.java | 7 ++-- .../ac/classes/GoverningAgreementsType.java | 7 ++-- .../v2/ac/classes/IdentificationType.java | 7 ++-- .../saml/v2/ac/classes/KeyActivationType.java | 7 ++-- .../saml/v2/ac/classes/KeySharingType.java | 7 ++-- .../saml/v2/ac/classes/KeyStorageType.java | 7 ++-- .../dom/saml/v2/ac/classes/LengthType.java | 7 ++-- .../dom/saml/v2/ac/classes/MediumType.java | 7 ++-- .../dom/saml/v2/ac/classes/NymType.java | 7 ++-- .../saml/v2/ac/classes/ObjectListType.java | 7 ++-- .../ac/classes/OperationalProtectionType.java | 7 ++-- .../OriginalAuthenticatorBaseType.java | 7 ++-- ...nalAuthenticatorTransportProtocolType.java | 7 ++-- ...iginalAuthnContextDeclarationBaseType.java | 7 ++-- .../classes/OriginalAuthnMethodBaseType.java | 7 ++-- .../dom/saml/v2/ac/classes/PasswordType.java | 7 ++-- .../v2/ac/classes/PhysicalVerification.java | 7 ++-- .../PrincipalAuthenticationMechanismType.java | 7 ++-- .../ac/classes/PrivateKeyProtectionType.java | 7 ++-- .../dom/saml/v2/ac/classes/PublicKeyType.java | 7 ++-- .../v2/ac/classes/RestrictedLengthType.java | 7 ++-- .../v2/ac/classes/RestrictedPasswordType.java | 7 ++-- .../ac/classes/SecretKeyProtectionType.java | 7 ++-- .../saml/v2/ac/classes/SecurityAuditType.java | 7 ++-- .../SharedSecretChallengeResponseType.java | 7 ++-- .../classes/TechnicalProtectionBaseType.java | 7 ++-- .../saml/v2/ac/classes/TimeSyncTokenType.java | 7 ++-- .../dom/saml/v2/ac/classes/TokenType.java | 7 ++-- .../dom/saml/v2/ac/classes/package-info.java | 7 ++-- .../keycloak/dom/saml/v2/ac/package-info.java | 7 ++-- .../dom/saml/v2/assertion/ActionType.java | 7 ++-- .../dom/saml/v2/assertion/AdviceType.java | 7 ++-- .../dom/saml/v2/assertion/AssertionType.java | 7 ++-- .../v2/assertion/AttributeStatementType.java | 7 ++-- .../dom/saml/v2/assertion/AttributeType.java | 7 ++-- .../v2/assertion/AudienceRestrictionType.java | 7 ++-- .../assertion/AuthnContextClassRefType.java | 7 ++-- .../v2/assertion/AuthnContextDeclRefType.java | 7 ++-- .../v2/assertion/AuthnContextDeclType.java | 7 ++-- .../saml/v2/assertion/AuthnContextType.java | 7 ++-- .../saml/v2/assertion/AuthnStatementType.java | 7 ++-- .../assertion/AuthzDecisionStatementType.java | 7 ++-- .../saml/v2/assertion/BaseIDAbstractType.java | 7 ++-- .../v2/assertion/ConditionAbstractType.java | 7 ++-- .../dom/saml/v2/assertion/ConditionsType.java | 7 ++-- .../dom/saml/v2/assertion/DecisionType.java | 7 ++-- .../v2/assertion/EncryptedAssertionType.java | 7 ++-- .../v2/assertion/EncryptedElementType.java | 7 ++-- .../dom/saml/v2/assertion/EvidenceType.java | 7 ++-- .../KeyInfoConfirmationDataType.java | 7 ++-- .../dom/saml/v2/assertion/NameIDType.java | 7 ++-- .../dom/saml/v2/assertion/OneTimeUseType.java | 7 ++-- .../v2/assertion/ProxyRestrictionType.java | 7 ++-- .../v2/assertion/StatementAbstractType.java | 7 ++-- .../SubjectConfirmationDataType.java | 7 ++-- .../v2/assertion/SubjectConfirmationType.java | 7 ++-- .../v2/assertion/SubjectLocalityType.java | 7 ++-- .../dom/saml/v2/assertion/SubjectType.java | 7 ++-- .../dom/saml/v2/assertion/URIType.java | 7 ++-- .../dom/saml/v2/assertion/package-info.java | 7 ++-- .../AdditionalMetadataLocationType.java | 7 ++-- .../metadata/AffiliationDescriptorType.java | 7 ++-- .../AttributeAuthorityDescriptorType.java | 7 ++-- .../AttributeConsumingServiceType.java | 7 ++-- .../AuthnAuthorityDescriptorType.java | 7 ++-- .../dom/saml/v2/metadata/ContactType.java | 7 ++-- .../dom/saml/v2/metadata/ContactTypeType.java | 7 ++-- .../dom/saml/v2/metadata/EndpointType.java | 7 ++-- .../v2/metadata/EntitiesDescriptorType.java | 7 ++-- .../v2/metadata/EntityDescriptorType.java | 7 ++-- .../dom/saml/v2/metadata/ExtensionsType.java | 7 ++-- .../v2/metadata/IDPSSODescriptorType.java | 7 ++-- .../saml/v2/metadata/IndexedEndpointType.java | 7 ++-- .../saml/v2/metadata/KeyDescriptorType.java | 7 ++-- .../dom/saml/v2/metadata/KeyTypes.java | 7 ++-- .../saml/v2/metadata/LocalizedNameType.java | 7 ++-- .../saml/v2/metadata/LocalizedURIType.java | 7 ++-- .../saml/v2/metadata/OrganizationType.java | 7 ++-- .../saml/v2/metadata/PDPDescriptorType.java | 7 ++-- .../v2/metadata/RequestedAttributeType.java | 7 ++-- .../saml/v2/metadata/RoleDescriptorType.java | 7 ++-- .../saml/v2/metadata/SPSSODescriptorType.java | 7 ++-- .../saml/v2/metadata/SSODescriptorType.java | 7 ++-- .../v2/metadata/TypeWithOtherAttributes.java | 7 ++-- .../dom/saml/v2/metadata/package-info.java | 7 ++-- .../profiles/attribute/dce/DCEValueType.java | 7 ++-- .../profiles/attribute/dce/package-info.java | 7 ++-- .../v2/profiles/sso/ecp/RelayStateType.java | 7 ++-- .../saml/v2/profiles/sso/ecp/RequestType.java | 7 ++-- .../v2/profiles/sso/ecp/ResponseType.java | 7 ++-- .../v2/profiles/sso/ecp/package-info.java | 7 ++-- .../saml/v2/protocol/ArtifactResolveType.java | 7 ++-- .../v2/protocol/ArtifactResponseType.java | 7 ++-- .../v2/protocol/AssertionIDRequestType.java | 7 ++-- .../saml/v2/protocol/AttributeQueryType.java | 7 ++-- .../protocol/AuthnContextComparisonType.java | 7 ++-- .../dom/saml/v2/protocol/AuthnQueryType.java | 7 ++-- .../saml/v2/protocol/AuthnRequestType.java | 7 ++-- .../v2/protocol/AuthzDecisionQueryType.java | 7 ++-- .../dom/saml/v2/protocol/ExtensionsType.java | 7 ++-- .../dom/saml/v2/protocol/IDPEntryType.java | 7 ++-- .../dom/saml/v2/protocol/IDPListType.java | 7 ++-- .../saml/v2/protocol/LogoutRequestType.java | 7 ++-- .../v2/protocol/ManageNameIDRequestType.java | 7 ++-- .../v2/protocol/NameIDMappingRequestType.java | 7 ++-- .../protocol/NameIDMappingResponseType.java | 7 ++-- .../saml/v2/protocol/NameIDPolicyType.java | 7 ++-- .../saml/v2/protocol/RequestAbstractType.java | 7 ++-- .../protocol/RequestedAuthnContextType.java | 7 ++-- .../dom/saml/v2/protocol/ResponseType.java | 7 ++-- .../dom/saml/v2/protocol/ScopingType.java | 7 ++-- .../dom/saml/v2/protocol/StatusCodeType.java | 7 ++-- .../saml/v2/protocol/StatusDetailType.java | 7 ++-- .../saml/v2/protocol/StatusResponseType.java | 7 ++-- .../dom/saml/v2/protocol/StatusType.java | 7 ++-- .../v2/protocol/SubjectQueryAbstractType.java | 7 ++-- .../dom/saml/v2/protocol/TerminateType.java | 7 ++-- .../dom/saml/v2/protocol/package-info.java | 7 ++-- .../xmldsig/CanonicalizationMethodType.java | 7 ++-- .../xmlsec/w3/xmldsig/DSAKeyValueType.java | 7 ++-- .../xmlsec/w3/xmldsig/DigestMethodType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/KeyInfoType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/KeyValueType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/ManifestType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/ObjectType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/PGPDataType.java | 7 ++-- .../xmlsec/w3/xmldsig/RSAKeyValueType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/ReferenceType.java | 7 ++-- .../w3/xmldsig/RetrievalMethodType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/SPKIDataType.java | 7 ++-- .../w3/xmldsig/SignatureMethodType.java | 7 ++-- .../w3/xmldsig/SignaturePropertiesType.java | 7 ++-- .../w3/xmldsig/SignaturePropertyType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/SignatureType.java | 7 ++-- .../xmlsec/w3/xmldsig/SignatureValueType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/SignedInfoType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/TransformType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/TransformsType.java | 7 ++-- .../w3/xmldsig/X509CertificateType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/X509DataType.java | 7 ++-- .../w3/xmldsig/X509IssuerSerialType.java | 7 ++-- .../dom/xmlsec/w3/xmldsig/package-info.java | 7 ++-- .../xmlsec/w3/xmlenc/AgreementMethodType.java | 7 ++-- .../dom/xmlsec/w3/xmlenc/CipherDataType.java | 7 ++-- .../xmlsec/w3/xmlenc/CipherReferenceType.java | 7 ++-- .../xmlsec/w3/xmlenc/EncryptedDataType.java | 7 ++-- .../xmlsec/w3/xmlenc/EncryptedKeyType.java | 7 ++-- .../dom/xmlsec/w3/xmlenc/EncryptedType.java | 7 ++-- .../w3/xmlenc/EncryptionMethodType.java | 7 ++-- .../w3/xmlenc/EncryptionPropertiesType.java | 7 ++-- .../w3/xmlenc/EncryptionPropertyType.java | 7 ++-- .../dom/xmlsec/w3/xmlenc/ReferenceList.java | 7 ++-- .../dom/xmlsec/w3/xmlenc/ReferenceType.java | 7 ++-- .../dom/xmlsec/w3/xmlenc/TransformsType.java | 7 ++-- .../dom/xmlsec/w3/xmlenc/package-info.java | 7 ++-- .../saml/BaseSAML2BindingBuilder.java | 17 +++++++++ .../java/org/keycloak/saml/RandomSecret.java | 17 +++++++++ .../saml/SAML2AuthnRequestBuilder.java | 7 ++-- .../saml/SAML2ErrorResponseBuilder.java | 17 +++++++++ .../saml/SAML2LoginResponseBuilder.java | 17 +++++++++ .../saml/SAML2LogoutRequestBuilder.java | 17 +++++++++ .../saml/SAML2LogoutResponseBuilder.java | 17 +++++++++ .../saml/SAML2NameIDPolicyBuilder.java | 7 ++-- .../org/keycloak/saml/SAMLRequestParser.java | 17 +++++++++ .../keycloak/saml/SPMetadataDescriptor.java | 17 +++++++++ .../org/keycloak/saml/SignatureAlgorithm.java | 17 +++++++++ .../saml/common/DefaultPicketLinkLogger.java | 27 ++++++-------- .../org/keycloak/saml/common/ErrorCodes.java | 7 ++-- .../saml/common/PicketLinkLogger.java | 23 ++++++------ .../saml/common/PicketLinkLoggerFactory.java | 7 ++-- .../common/constants/GeneralConstants.java | 27 ++++++-------- .../common/constants/JBossSAMLConstants.java | 7 ++-- .../constants/JBossSAMLURIConstants.java | 7 ++-- .../constants/PicketLinkCommonConstants.java | 7 ++-- .../SAMLAuthenticationContextClass.java | 17 +++++++++ .../common/constants/WSTrustConstants.java | 27 ++++++-------- .../exceptions/ConfigurationException.java | 7 ++-- .../exceptions/NotImplementedException.java | 27 ++++++-------- .../common/exceptions/ParsingException.java | 7 ++-- .../exceptions/PicketLinkException.java | 7 ++-- .../exceptions/ProcessingException.java | 7 ++-- .../TrustKeyConfigurationException.java | 7 ++-- .../TrustKeyProcessingException.java | 7 ++-- .../fed/AssertionExpiredException.java | 7 ++-- .../fed/IssueInstantMissingException.java | 7 ++-- .../fed/IssuerNotTrustedException.java | 7 ++-- .../fed/SignatureValidationException.java | 7 ++-- .../exceptions/fed/WSTrustException.java | 7 ++-- .../saml/common/parsers/AbstractParser.java | 7 ++-- .../parsers/ParserNamespaceSupport.java | 7 ++-- .../org/keycloak/saml/common/util/Base64.java | 7 ++-- .../saml/common/util/DocumentUtil.java | 7 ++-- .../saml/common/util/SecurityActions.java | 7 ++-- .../saml/common/util/StaxParserUtil.java | 7 ++-- .../keycloak/saml/common/util/StaxUtil.java | 7 ++-- .../keycloak/saml/common/util/StringUtil.java | 7 ++-- .../common/util/SystemPropertiesUtil.java | 7 ++-- .../saml/common/util/TransformerUtil.java | 7 ++-- .../api/saml/v2/request/SAML2Request.java | 7 ++-- .../api/saml/v2/request/SecurityActions.java | 7 ++-- .../api/saml/v2/response/SAML2Response.java | 7 ++-- .../api/saml/v2/response/SecurityActions.java | 7 ++-- .../api/saml/v2/sig/SAML2Signature.java | 7 ++-- .../saml/processing/api/util/DeflateUtil.java | 7 ++-- .../core/constants/AttributeConstants.java | 7 ++-- .../PicketLinkFederationConstants.java | 7 ++-- .../parsers/saml/SAML11AssertionParser.java | 7 ++-- .../parsers/saml/SAML11RequestParser.java | 7 ++-- .../parsers/saml/SAML11ResponseParser.java | 7 ++-- .../parsers/saml/SAML11SubjectParser.java | 7 ++-- .../saml/SAMLArtifactResolveParser.java | 7 ++-- .../saml/SAMLArtifactResponseParser.java | 7 ++-- .../parsers/saml/SAMLAssertionParser.java | 7 ++-- .../saml/SAMLAttributeQueryParser.java | 7 ++-- .../parsers/saml/SAMLAuthNRequestParser.java | 7 ++-- .../parsers/saml/SAMLConditionsParser.java | 7 ++-- .../core/parsers/saml/SAMLParser.java | 7 ++-- .../saml/SAMLRequestAbstractParser.java | 7 ++-- .../core/parsers/saml/SAMLResponseParser.java | 7 ++-- .../parsers/saml/SAMLSloRequestParser.java | 27 ++++++-------- .../parsers/saml/SAMLSloResponseParser.java | 7 ++-- .../saml/SAMLStatusResponseTypeParser.java | 7 ++-- .../core/parsers/saml/SAMLSubjectParser.java | 7 ++-- .../metadata/AbstractDescriptorParser.java | 7 ++-- .../SAMLEntitiesDescriptorParser.java | 7 ++-- .../metadata/SAMLEntityDescriptorParser.java | 7 ++-- .../core/parsers/util/SAML11ParserUtil.java | 7 ++-- .../core/parsers/util/SAMLParserUtil.java | 7 ++-- .../core/parsers/util/SecurityActions.java | 7 ++-- .../core/saml/v1/SAML11Constants.java | 7 ++-- .../saml/v1/writers/BaseSAML11Writer.java | 7 ++-- .../v1/writers/SAML11AssertionWriter.java | 7 ++-- .../saml/v1/writers/SAML11RequestWriter.java | 7 ++-- .../saml/v1/writers/SAML11ResponseWriter.java | 7 ++-- .../core/saml/v2/common/IDGenerator.java | 7 ++-- .../saml/v2/common/SAMLDocumentHolder.java | 7 ++-- .../constants/X500SAMLProfileConstants.java | 7 ++-- .../JBossSAMLAuthnResponseFactory.java | 7 ++-- .../v2/factories/SAMLAssertionFactory.java | 7 ++-- .../saml/v2/factories/SecurityActions.java | 7 ++-- .../v2/holders/DestinationInfoHolder.java | 7 ++-- .../core/saml/v2/holders/IDPInfoHolder.java | 7 ++-- .../saml/v2/holders/IssuerInfoHolder.java | 7 ++-- .../core/saml/v2/holders/SPInfoHolder.java | 7 ++-- .../saml/v2/holders/SignatureInfoHolder.java | 7 ++-- .../core/saml/v2/util/AssertionUtil.java | 27 ++++++-------- .../core/saml/v2/util/DocumentUtil.java | 7 ++-- .../core/saml/v2/util/SAMLMetadataUtil.java | 7 ++-- .../core/saml/v2/util/SecurityActions.java | 7 ++-- .../core/saml/v2/util/SignatureUtil.java | 7 ++-- .../core/saml/v2/util/StatementUtil.java | 27 ++++++-------- .../core/saml/v2/util/StaxWriterUtil.java | 7 ++-- .../core/saml/v2/util/XMLTimeUtil.java | 7 ++-- .../core/saml/v2/writers/BaseWriter.java | 7 ++-- .../saml/v2/writers/SAMLAssertionWriter.java | 23 ++++++------ .../saml/v2/writers/SAMLMetadataWriter.java | 7 ++-- .../saml/v2/writers/SAMLRequestWriter.java | 27 ++++++-------- .../saml/v2/writers/SAMLResponseWriter.java | 7 ++-- .../processing/core/util/CoreConfigUtil.java | 7 ++-- .../core/util/EncryptionKeyUtil.java | 7 ++-- .../core/util/IDFedLSInputResolver.java | 7 ++-- .../saml/processing/core/util/JAXBUtil.java | 7 ++-- .../core/util/JAXPValidationUtil.java | 7 ++-- .../processing/core/util/KeyStoreUtil.java | 7 ++-- .../core/util/NamespaceContext.java | 7 ++-- .../processing/core/util/ProvidersUtil.java | 7 ++-- .../core/util/SchemaManagerUtil.java | 7 ++-- .../processing/core/util/SecurityActions.java | 7 ++-- .../util/SignatureUtilTransferObject.java | 7 ++-- .../core/util/XMLEncryptionUtil.java | 7 ++-- .../core/util/XMLSignatureUtil.java | 7 ++-- .../processing/web/util/PostBindingUtil.java | 27 ++++++-------- .../util/RedirectBindingSignatureUtil.java | 7 ++-- .../web/util/RedirectBindingUtil.java | 7 ++-- .../processing/web/util/SecurityActions.java | 7 ++-- server-spi/pom.xml | 17 +++++++++ .../AbstractAuthenticationFlowContext.java | 17 +++++++++ .../authentication/AuthenticationFlow.java | 17 +++++++++ .../AuthenticationFlowContext.java | 17 +++++++++ .../AuthenticationFlowError.java | 17 +++++++++ .../AuthenticationFlowException.java | 17 +++++++++ .../authentication/Authenticator.java | 17 +++++++++ .../authentication/AuthenticatorFactory.java | 17 +++++++++ .../authentication/AuthenticatorSpi.java | 17 +++++++++ .../ClientAuthenticationFlowContext.java | 17 +++++++++ .../authentication/ClientAuthenticator.java | 17 +++++++++ .../ClientAuthenticatorFactory.java | 17 +++++++++ .../ClientAuthenticatorSpi.java | 17 +++++++++ .../ConfigurableAuthenticatorFactory.java | 17 +++++++++ .../keycloak/authentication/FlowStatus.java | 17 +++++++++ .../authentication/ForkFlowException.java | 17 +++++++++ .../keycloak/authentication/FormAction.java | 17 +++++++++ .../authentication/FormActionFactory.java | 17 +++++++++ .../authentication/FormActionSpi.java | 17 +++++++++ .../authentication/FormAuthenticator.java | 17 +++++++++ .../FormAuthenticatorFactory.java | 17 +++++++++ .../authentication/FormAuthenticatorSpi.java | 17 +++++++++ .../keycloak/authentication/FormContext.java | 17 +++++++++ .../authentication/RequiredActionContext.java | 17 +++++++++ .../authentication/RequiredActionFactory.java | 17 +++++++++ .../RequiredActionProvider.java | 17 +++++++++ .../authentication/RequiredActionSpi.java | 17 +++++++++ .../authentication/ValidationContext.java | 17 +++++++++ .../provider/AbstractIdentityProvider.java | 7 ++-- .../AbstractIdentityProviderFactory.java | 7 ++-- .../AbstractIdentityProviderMapper.java | 17 +++++++++ .../provider/AuthenticationRequest.java | 7 ++-- .../provider/BrokeredIdentityContext.java | 7 ++-- .../broker/provider/ConfigConstants.java | 17 +++++++++ .../provider/DefaultDataMarshaller.java | 17 +++++++++ .../provider/IdentityBrokerException.java | 7 ++-- .../broker/provider/IdentityProvider.java | 7 ++-- .../IdentityProviderDataMarshaller.java | 17 +++++++++ .../provider/IdentityProviderFactory.java | 7 ++-- .../provider/IdentityProviderMapper.java | 17 +++++++++ .../provider/IdentityProviderMapperSpi.java | 17 +++++++++ .../broker/provider/IdentityProviderSpi.java | 7 ++-- .../broker/provider/util/SimpleHttp.java | 17 +++++++++ .../broker/social/SocialIdentityProvider.java | 7 ++-- .../social/SocialIdentityProviderFactory.java | 7 ++-- .../broker/social/SocialProviderSpi.java | 7 ++-- .../httpclient/HttpClientFactory.java | 17 +++++++++ .../httpclient/HttpClientProvider.java | 17 +++++++++ .../connections/httpclient/HttpClientSpi.java | 17 +++++++++ .../org/keycloak/email/EmailException.java | 17 +++++++++ .../keycloak/email/EmailSenderProvider.java | 17 +++++++++ .../email/EmailSenderProviderFactory.java | 17 +++++++++ .../org/keycloak/email/EmailSenderSpi.java | 17 +++++++++ .../keycloak/email/EmailTemplateProvider.java | 17 +++++++++ .../email/EmailTemplateProviderFactory.java | 17 +++++++++ .../org/keycloak/email/EmailTemplateSpi.java | 17 +++++++++ .../java/org/keycloak/events/Details.java | 17 +++++++++ .../main/java/org/keycloak/events/Errors.java | 17 +++++++++ .../main/java/org/keycloak/events/Event.java | 17 +++++++++ .../org/keycloak/events/EventBuilder.java | 17 +++++++++ .../events/EventListenerProvider.java | 17 +++++++++ .../events/EventListenerProviderFactory.java | 17 +++++++++ .../org/keycloak/events/EventListenerSpi.java | 17 +++++++++ .../java/org/keycloak/events/EventQuery.java | 17 +++++++++ .../keycloak/events/EventStoreProvider.java | 17 +++++++++ .../events/EventStoreProviderFactory.java | 17 +++++++++ .../org/keycloak/events/EventStoreSpi.java | 17 +++++++++ .../java/org/keycloak/events/EventType.java | 17 +++++++++ .../org/keycloak/events/admin/AdminEvent.java | 17 +++++++++ .../events/admin/AdminEventQuery.java | 17 +++++++++ .../keycloak/events/admin/AuthDetails.java | 17 +++++++++ .../org/keycloak/events/admin/AuthQuery.java | 17 +++++++++ .../keycloak/events/admin/OperationType.java | 17 +++++++++ .../keycloak/exportimport/ExportProvider.java | 17 +++++++++ .../exportimport/ExportProviderFactory.java | 17 +++++++++ .../org/keycloak/exportimport/ExportSpi.java | 17 +++++++++ .../keycloak/exportimport/ImportProvider.java | 17 +++++++++ .../exportimport/ImportProviderFactory.java | 17 +++++++++ .../org/keycloak/exportimport/ImportSpi.java | 17 +++++++++ .../org/keycloak/exportimport/Strategy.java | 17 +++++++++ .../exportimport/UsersExportStrategy.java | 17 +++++++++ .../keycloak/forms/account/AccountPages.java | 17 +++++++++ .../forms/account/AccountProvider.java | 17 +++++++++ .../forms/account/AccountProviderFactory.java | 17 +++++++++ .../keycloak/forms/account/AccountSpi.java | 17 +++++++++ .../keycloak/forms/login/LoginFormsPages.java | 17 +++++++++ .../forms/login/LoginFormsProvider.java | 17 +++++++++ .../login/LoginFormsProviderFactory.java | 17 +++++++++ .../keycloak/forms/login/LoginFormsSpi.java | 17 +++++++++ .../keycloak/hash/PasswordHashManager.java | 17 +++++++++ .../keycloak/hash/PasswordHashProvider.java | 17 +++++++++ .../hash/PasswordHashProviderFactory.java | 17 +++++++++ .../org/keycloak/hash/PasswordHashSpi.java | 17 +++++++++ .../hash/Pbkdf2PasswordHashProvider.java | 17 +++++++++ .../MapperConfigValidationException.java | 17 +++++++++ .../mappers/UserFederationMapper.java | 17 +++++++++ .../mappers/UserFederationMapperFactory.java | 17 +++++++++ .../mappers/UserFederationMapperSpi.java | 17 +++++++++ .../keycloak/migration/MigrationModel.java | 17 +++++++++ .../migration/MigrationModelManager.java | 17 +++++++++ .../keycloak/migration/MigrationProvider.java | 17 +++++++++ .../migration/MigrationProviderFactory.java | 17 +++++++++ .../org/keycloak/migration/MigrationSpi.java | 17 +++++++++ .../org/keycloak/migration/ModelVersion.java | 17 +++++++++ .../migration/migrators/MigrateTo1_3_0.java | 17 +++++++++ .../migration/migrators/MigrateTo1_4_0.java | 17 +++++++++ .../migration/migrators/MigrateTo1_5_0.java | 17 +++++++++ .../migration/migrators/MigrateTo1_6_0.java | 18 +++++----- .../migration/migrators/MigrateTo1_7_0.java | 17 +++++++++ .../migration/migrators/MigrateTo1_8_0.java | 17 +++++++++ .../migrators/MigrationTo1_2_0_CR1.java | 17 +++++++++ .../org/keycloak/models/AccountRoles.java | 17 +++++++++ .../java/org/keycloak/models/AdminRoles.java | 17 +++++++++ .../models/AuthenticationExecutionModel.java | 17 +++++++++ .../models/AuthenticationFlowModel.java | 17 +++++++++ .../models/AuthenticatorConfigModel.java | 17 +++++++++ .../models/BrowserSecurityHeaders.java | 17 +++++++++ .../java/org/keycloak/models/ClaimMask.java | 17 +++++++++ .../org/keycloak/models/ClaimTypeModel.java | 17 +++++++++ .../keycloak/models/ClientConfigResolver.java | 17 +++++++++ .../models/ClientInitialAccessModel.java | 17 +++++++++ .../java/org/keycloak/models/ClientModel.java | 17 +++++++++ .../keycloak/models/ClientSessionModel.java | 17 +++++++++ .../keycloak/models/ClientTemplateModel.java | 17 +++++++++ .../java/org/keycloak/models/Constants.java | 17 +++++++++ .../models/CredentialValidationOutput.java | 17 +++++++++ .../models/FederatedIdentityModel.java | 17 +++++++++ .../java/org/keycloak/models/GroupModel.java | 17 +++++++++ .../models/IdentityProviderMapperModel.java | 17 +++++++++ .../models/IdentityProviderModel.java | 7 ++-- .../models/ImpersonationConstants.java | 17 +++++++++ .../org/keycloak/models/KeycloakContext.java | 17 +++++++++ .../org/keycloak/models/KeycloakSession.java | 17 +++++++++ .../models/KeycloakSessionFactory.java | 17 +++++++++ .../keycloak/models/KeycloakSessionTask.java | 17 +++++++++ .../keycloak/models/KeycloakTransaction.java | 17 +++++++++ .../models/KeycloakTransactionManager.java | 17 +++++++++ .../org/keycloak/models/LDAPConstants.java | 17 +++++++++ .../models/ModelDuplicateException.java | 17 +++++++++ .../org/keycloak/models/ModelException.java | 17 +++++++++ .../models/ModelReadOnlyException.java | 17 +++++++++ .../java/org/keycloak/models/OTPPolicy.java | 17 +++++++++ .../org/keycloak/models/PasswordPolicy.java | 17 +++++++++ .../models/ProtocolMapperContainerModel.java | 17 +++++++++ .../keycloak/models/ProtocolMapperModel.java | 17 +++++++++ .../java/org/keycloak/models/RealmModel.java | 17 +++++++++ .../org/keycloak/models/RealmProvider.java | 17 +++++++++ .../keycloak/models/RealmProviderFactory.java | 17 +++++++++ .../java/org/keycloak/models/RealmSpi.java | 17 +++++++++ .../models/RequiredActionProviderModel.java | 17 +++++++++ .../models/RequiredCredentialModel.java | 17 +++++++++ .../keycloak/models/RoleContainerModel.java | 17 +++++++++ .../org/keycloak/models/RoleMapperModel.java | 17 +++++++++ .../java/org/keycloak/models/RoleModel.java | 17 +++++++++ .../keycloak/models/ScopeContainerModel.java | 17 +++++++++ .../org/keycloak/models/UserConsentModel.java | 17 +++++++++ .../keycloak/models/UserCredentialModel.java | 17 +++++++++ .../models/UserCredentialValueModel.java | 17 +++++++++ ...erFederationEventAwareProviderFactory.java | 17 +++++++++ .../models/UserFederationManager.java | 17 +++++++++ .../models/UserFederationMapperModel.java | 17 +++++++++ .../models/UserFederationProvider.java | 17 +++++++++ ...erFederationProviderCreationEventImpl.java | 17 +++++++++ .../models/UserFederationProviderFactory.java | 17 +++++++++ .../models/UserFederationProviderModel.java | 17 +++++++++ .../keycloak/models/UserFederationSpi.java | 17 +++++++++ .../models/UserFederationSyncResult.java | 17 +++++++++ .../java/org/keycloak/models/UserModel.java | 17 +++++++++ .../org/keycloak/models/UserProvider.java | 17 +++++++++ .../keycloak/models/UserProviderFactory.java | 17 +++++++++ .../org/keycloak/models/UserSessionModel.java | 17 +++++++++ .../keycloak/models/UserSessionProvider.java | 17 +++++++++ .../models/UserSessionProviderFactory.java | 17 +++++++++ .../org/keycloak/models/UserSessionSpi.java | 17 +++++++++ .../java/org/keycloak/models/UserSpi.java | 17 +++++++++ .../models/UsernameLoginFailureModel.java | 17 +++++++++ .../models/cache/CacheRealmProvider.java | 17 +++++++++ .../cache/CacheRealmProviderFactory.java | 17 +++++++++ .../models/cache/CacheRealmProviderSpi.java | 17 +++++++++ .../models/cache/CacheUserProvider.java | 17 +++++++++ .../cache/CacheUserProviderFactory.java | 17 +++++++++ .../models/cache/CacheUserProviderSpi.java | 17 +++++++++ .../org/keycloak/models/cache/RealmCache.java | 17 +++++++++ .../org/keycloak/models/cache/UserCache.java | 17 +++++++++ .../models/cache/entities/CachedClient.java | 17 +++++++++ .../cache/entities/CachedClientRole.java | 17 +++++++++ .../cache/entities/CachedClientTemplate.java | 17 +++++++++ .../models/cache/entities/CachedGroup.java | 17 +++++++++ .../models/cache/entities/CachedRealm.java | 17 +++++++++ .../cache/entities/CachedRealmRole.java | 17 +++++++++ .../models/cache/entities/CachedRole.java | 17 +++++++++ .../models/cache/entities/CachedUser.java | 17 +++++++++ .../entities/AbstractIdentifiableEntity.java | 17 +++++++++ .../AuthenticationExecutionEntity.java | 17 +++++++++ .../entities/AuthenticationFlowEntity.java | 17 +++++++++ .../entities/AuthenticatorConfigEntity.java | 17 +++++++++ .../models/entities/ClientEntity.java | 17 +++++++++ .../ClientIdentityProviderMappingEntity.java | 7 ++-- .../models/entities/ClientTemplateEntity.java | 17 +++++++++ .../models/entities/CredentialEntity.java | 17 +++++++++ .../entities/FederatedIdentityEntity.java | 17 +++++++++ .../keycloak/models/entities/GroupEntity.java | 17 +++++++++ .../entities/IdentityProviderEntity.java | 7 ++-- .../IdentityProviderMapperEntity.java | 17 +++++++++ .../PersistentClientSessionEntity.java | 17 +++++++++ .../entities/PersistentUserSessionEntity.java | 17 +++++++++ .../models/entities/ProtocolMapperEntity.java | 17 +++++++++ .../keycloak/models/entities/RealmEntity.java | 17 +++++++++ .../RequiredActionProviderEntity.java | 17 +++++++++ .../entities/RequiredCredentialEntity.java | 17 +++++++++ .../keycloak/models/entities/RoleEntity.java | 17 +++++++++ .../models/entities/UserConsentEntity.java | 17 +++++++++ .../keycloak/models/entities/UserEntity.java | 17 +++++++++ .../entities/UserFederationMapperEntity.java | 17 +++++++++ .../UserFederationProviderEntity.java | 17 +++++++++ .../entities/UsernameLoginFailureEntity.java | 17 +++++++++ .../DisabledUserSessionPersisterProvider.java | 17 +++++++++ .../PersistentClientSessionAdapter.java | 17 +++++++++ .../session/PersistentClientSessionModel.java | 17 +++++++++ .../session/PersistentUserSessionAdapter.java | 17 +++++++++ .../session/PersistentUserSessionModel.java | 17 +++++++++ .../session/UserSessionPersisterProvider.java | 17 +++++++++ .../UserSessionPersisterProviderFactory.java | 17 +++++++++ .../session/UserSessionPersisterSpi.java | 17 +++++++++ .../org/keycloak/models/utils/Base32.java | 17 +++++++++ .../models/utils/CredentialValidation.java | 17 +++++++++ .../utils/DefaultAuthenticationFlows.java | 17 +++++++++ .../models/utils/DefaultRequiredActions.java | 17 +++++++++ .../keycloak/models/utils/FormMessage.java | 17 +++++++-- .../org/keycloak/models/utils/HmacOTP.java | 17 +++++++++ .../models/utils/KeycloakModelUtils.java | 17 +++++++++ .../models/utils/ModelToRepresentation.java | 17 +++++++++ .../models/utils/PostMigrationEvent.java | 17 +++++++++ .../keycloak/models/utils/RealmImporter.java | 17 +++++++++ .../keycloak/models/utils/RealmInfoUtil.java | 17 +++++++++ .../models/utils/RepresentationToModel.java | 17 +++++++++ .../models/utils/SHAPasswordEncoder.java | 17 +++++++++ .../keycloak/models/utils/TimeBasedOTP.java | 17 +++++++++ .../models/utils/UserModelDelegate.java | 17 +++++++++ .../reflection/AnnotatedPropertyCriteria.java | 17 +++++++++ .../utils/reflection/MethodProperty.java | 17 +++++++++ .../utils/reflection/MethodPropertyImpl.java | 17 +++++++++ .../reflection/NamedPropertyCriteria.java | 17 +++++++++ .../models/utils/reflection/Properties.java | 17 +++++++++ .../models/utils/reflection/Property.java | 17 +++++++++ .../utils/reflection/PropertyCriteria.java | 17 +++++++++ .../utils/reflection/PropertyQueries.java | 17 +++++++++ .../utils/reflection/PropertyQuery.java | 17 +++++++++ .../reflection/TypedPropertyCriteria.java | 17 +++++++++ .../AbstractLoginProtocolFactory.java | 17 +++++++++ .../protocol/ClientInstallationProvider.java | 17 +++++++++ .../protocol/ClientInstallationSpi.java | 17 +++++++++ .../org/keycloak/protocol/LoginProtocol.java | 17 +++++++++ .../protocol/LoginProtocolFactory.java | 17 +++++++++ .../keycloak/protocol/LoginProtocolSpi.java | 17 +++++++++ .../org/keycloak/protocol/ProtocolMapper.java | 17 +++++++++ .../keycloak/protocol/ProtocolMapperSpi.java | 17 +++++++++ .../keycloak/provider/ConfiguredProvider.java | 17 +++++++++ .../java/org/keycloak/provider/Provider.java | 17 +++++++++ .../provider/ProviderConfigProperty.java | 17 +++++++++ .../org/keycloak/provider/ProviderEvent.java | 17 +++++++++ .../provider/ProviderEventListener.java | 17 +++++++++ .../provider/ProviderEventManager.java | 17 +++++++++ .../keycloak/provider/ProviderFactory.java | 17 +++++++++ .../org/keycloak/provider/ProviderLoader.java | 17 +++++++++ .../provider/ProviderLoaderFactory.java | 17 +++++++++ .../ServerInfoAwareProviderFactory.java | 17 +++++++++ .../main/java/org/keycloak/provider/Spi.java | 17 +++++++++ .../managers/BruteForceProtector.java | 17 +++++++++ .../managers/BruteForceProtectorFactory.java | 17 +++++++++ .../managers/BruteForceProtectorSpi.java | 17 +++++++++ .../services/managers/ClientSessionCode.java | 17 +++++++++ .../services/managers/UserManager.java | 17 +++++++++ .../main/java/org/keycloak/theme/Theme.java | 17 +++++++++ .../org/keycloak/theme/ThemeProvider.java | 17 +++++++++ .../keycloak/theme/ThemeProviderFactory.java | 17 +++++++++ .../java/org/keycloak/theme/ThemeSpi.java | 17 +++++++++ .../org/keycloak/timer/TimerProvider.java | 17 +++++++++ .../keycloak/timer/TimerProviderFactory.java | 17 +++++++++ .../java/org/keycloak/timer/TimerSpi.java | 17 +++++++++ .../HostnameVerificationPolicy.java | 17 +++++++++ .../truststore/TruststoreProvider.java | 17 +++++++++ .../truststore/TruststoreProviderFactory.java | 17 +++++++++ .../keycloak/truststore/TruststoreSpi.java | 17 +++++++++ ....keycloak.hash.PasswordHashProviderFactory | 17 +++++++++ ...ession.UserSessionPersisterProviderFactory | 17 +++++++++ .../services/org.keycloak.provider.Spi | 17 +++++++++ .../java/org/keycloak/models/HmacTest.java | 17 +++++++++ .../keycloak/models/PasswordPolicyTest.java | 17 +++++++++ services/pom.xml | 17 +++++++++ .../AbstractFormAuthenticator.java | 17 +++++++++ .../AuthenticationProcessor.java | 17 +++++++++ .../authentication/AuthenticatorUtil.java | 17 +++++++++ .../ClientAuthenticationFlow.java | 17 +++++++++ .../DefaultAuthenticationFlow.java | 17 +++++++++ .../FormAuthenticationFlow.java | 17 +++++++++ .../RequiredActionContextResult.java | 17 +++++++++ .../broker/AbstractIdpAuthenticator.java | 17 +++++++++ .../broker/IdpConfirmLinkAuthenticator.java | 17 +++++++++ .../IdpConfirmLinkAuthenticatorFactory.java | 17 +++++++++ .../IdpCreateUserIfUniqueAuthenticator.java | 17 +++++++++ ...reateUserIfUniqueAuthenticatorFactory.java | 17 +++++++++ .../IdpEmailVerificationAuthenticator.java | 17 +++++++++ ...EmailVerificationAuthenticatorFactory.java | 17 +++++++++ .../broker/IdpReviewProfileAuthenticator.java | 17 +++++++++ .../IdpReviewProfileAuthenticatorFactory.java | 17 +++++++++ .../broker/IdpUsernamePasswordForm.java | 17 +++++++++ .../IdpUsernamePasswordFormFactory.java | 17 +++++++++ .../broker/util/ExistingUserInfo.java | 17 +++++++++ .../broker/util/PostBrokerLoginConstants.java | 17 +++++++++ .../SerializedBrokeredIdentityContext.java | 17 +++++++++ .../AbstractUsernameFormAuthenticator.java | 17 +++++++++ .../ConditionalOtpFormAuthenticator.java | 17 +++++++++ ...onditionalOtpFormAuthenticatorFactory.java | 17 +++++++++ .../browser/CookieAuthenticator.java | 17 +++++++++ .../browser/CookieAuthenticatorFactory.java | 17 +++++++++ .../browser/OTPFormAuthenticator.java | 17 +++++++++ .../browser/OTPFormAuthenticatorFactory.java | 17 +++++++++ .../browser/SpnegoAuthenticator.java | 17 +++++++++ .../browser/SpnegoAuthenticatorFactory.java | 17 +++++++++ .../browser/UsernamePasswordForm.java | 17 +++++++++ .../browser/UsernamePasswordFormFactory.java | 17 +++++++++ .../client/AbstractClientAuthenticator.java | 17 +++++++++ .../authenticators/client/ClientAuthUtil.java | 17 +++++++++ .../ClientIdAndSecretAuthenticator.java | 17 +++++++++ .../client/JWTClientAuthenticator.java | 17 +++++++++ .../AbstractDirectGrantAuthenticator.java | 17 +++++++++ .../directgrant/ValidateOTP.java | 17 +++++++++ .../directgrant/ValidatePassword.java | 17 +++++++++ .../directgrant/ValidateUsername.java | 17 +++++++++ ...bstractSetRequiredActionAuthenticator.java | 17 +++++++++ .../resetcred/ResetCredentialChooseUser.java | 17 +++++++++ .../resetcred/ResetCredentialEmail.java | 17 +++++++++ .../authenticators/resetcred/ResetOTP.java | 17 +++++++++ .../resetcred/ResetPassword.java | 17 +++++++++ .../forms/RegistrationPage.java | 17 +++++++++ .../forms/RegistrationPassword.java | 17 +++++++++ .../forms/RegistrationProfile.java | 17 +++++++++ .../forms/RegistrationRecaptcha.java | 17 +++++++++ .../forms/RegistrationUserCreation.java | 17 +++++++++ .../requiredactions/TermsAndConditions.java | 17 +++++++++ .../requiredactions/UpdatePassword.java | 17 +++++++++ .../requiredactions/UpdateProfile.java | 17 +++++++++ .../requiredactions/UpdateTotp.java | 17 +++++++++ .../requiredactions/VerifyEmail.java | 17 +++++++++ .../util/UpdateProfileContext.java | 17 +++++++++ .../util/UserUpdateProfileContext.java | 17 +++++++++ .../oidc/AbstractOAuth2IdentityProvider.java | 7 ++-- .../oidc/KeycloakOIDCIdentityProvider.java | 17 +++++++++ .../KeycloakOIDCIdentityProviderFactory.java | 7 ++-- .../oidc/OAuth2IdentityProviderConfig.java | 7 ++-- .../broker/oidc/OIDCIdentityProvider.java | 7 ++-- .../oidc/OIDCIdentityProviderConfig.java | 7 ++-- .../oidc/OIDCIdentityProviderFactory.java | 7 ++-- .../oidc/mappers/AbstractClaimMapper.java | 17 +++++++++ .../AbstractJsonUserAttributeMapper.java | 17 +++++++++ .../oidc/mappers/ClaimToRoleMapper.java | 17 +++++++++ .../ExternalKeycloakRoleToRoleMapper.java | 17 +++++++++ .../oidc/mappers/UserAttributeMapper.java | 17 +++++++++ .../oidc/mappers/UsernameTemplateMapper.java | 17 +++++++++ .../broker/oidc/util/JsonSimpleHttp.java | 17 +++++++++ .../provider/HardcodedAttributeMapper.java | 17 +++++++++ .../broker/provider/HardcodedRoleMapper.java | 17 +++++++++ .../HardcodedUserSessionAttributeMapper.java | 17 +++++++++ .../broker/saml/SAMLDataMarshaller.java | 17 +++++++++ .../keycloak/broker/saml/SAMLEndpoint.java | 17 +++++++++ .../broker/saml/SAMLIdentityProvider.java | 7 ++-- .../saml/SAMLIdentityProviderConfig.java | 7 ++-- .../saml/SAMLIdentityProviderFactory.java | 7 ++-- .../saml/mappers/AttributeToRoleMapper.java | 17 +++++++++ .../saml/mappers/UserAttributeMapper.java | 17 +++++++++ .../saml/mappers/UsernameTemplateMapper.java | 17 +++++++++ .../httpclient/DefaultHttpClientFactory.java | 17 +++++++++ .../httpclient/HttpClientBuilder.java | 17 +++++++++ .../email/DefaultEmailSenderProvider.java | 17 +++++++++ .../DefaultEmailSenderProviderFactory.java | 17 +++++++++ .../FreeMarkerEmailTemplateProvider.java | 17 +++++++++ ...reeMarkerEmailTemplateProviderFactory.java | 17 +++++++++ .../freemarker/beans/AdminEventBean.java | 17 +++++++++ .../email/freemarker/beans/EventBean.java | 17 +++++++++ .../email/freemarker/beans/ProfileBean.java | 27 ++++++-------- .../email/EmailEventListenerProvider.java | 17 +++++++++ .../EmailEventListenerProviderFactory.java | 17 +++++++++ .../JBossLoggingEventListenerProvider.java | 17 +++++++++ ...ssLoggingEventListenerProviderFactory.java | 17 +++++++++ .../ClientDescriptionConverter.java | 17 +++++++++ .../ClientDescriptionConverterFactory.java | 17 +++++++++ .../ClientDescriptionConverterSpi.java | 17 +++++++++ .../exportimport/ExportImportConfig.java | 17 +++++++++ .../exportimport/ExportImportManager.java | 17 +++++++++ .../KeycloakClientDescriptionConverter.java | 17 +++++++++ .../exportimport/dir/DirExportProvider.java | 17 +++++++++ .../dir/DirExportProviderFactory.java | 17 +++++++++ .../exportimport/dir/DirImportProvider.java | 17 +++++++++ .../dir/DirImportProviderFactory.java | 17 +++++++++ .../singlefile/SingleFileExportProvider.java | 17 +++++++++ .../SingleFileExportProviderFactory.java | 17 +++++++++ .../singlefile/SingleFileImportProvider.java | 17 +++++++++ .../SingleFileImportProviderFactory.java | 17 +++++++++ .../util/ExportImportSessionTask.java | 17 +++++++++ .../exportimport/util/ExportUtils.java | 17 +++++++++ .../exportimport/util/ImportUtils.java | 17 +++++++++ .../util/MultipleStepsExportProvider.java | 17 +++++++++ .../freemarker/FreeMarkerAccountProvider.java | 18 +++++----- .../FreeMarkerAccountProviderFactory.java | 17 +++++++++ .../forms/account/freemarker/Templates.java | 17 +++++++++ .../account/freemarker/model/AccountBean.java | 17 +++++++++ .../model/AccountFederatedIdentityBean.java | 17 +++++++++ .../freemarker/model/ApplicationsBean.java | 17 +++++++++ .../freemarker/model/FeaturesBean.java | 17 +++++++++ .../account/freemarker/model/LogBean.java | 17 +++++++++ .../freemarker/model/PasswordBean.java | 17 +++++++++ .../account/freemarker/model/RealmBean.java | 27 ++++++-------- .../freemarker/model/ReferrerBean.java | 17 +++++++++ .../freemarker/model/SessionsBean.java | 17 +++++++++ .../account/freemarker/model/TotpBean.java | 27 ++++++-------- .../account/freemarker/model/UrlBean.java | 17 +++++++++ .../AuthenticatorConfiguredMethod.java | 17 +++++++++ .../FreeMarkerLoginFormsProvider.java | 18 +++++----- .../FreeMarkerLoginFormsProviderFactory.java | 17 +++++++++ .../login/freemarker/LoginFormsUtil.java | 17 +++++++++ .../forms/login/freemarker/Templates.java | 17 +++++++++ .../login/freemarker/model/ClientBean.java | 17 +++++++++ .../login/freemarker/model/CodeBean.java | 17 +++++++++ .../model/IdentityProviderBean.java | 27 ++++++-------- .../login/freemarker/model/LoginBean.java | 27 ++++++-------- .../freemarker/model/OAuthGrantBean.java | 27 ++++++-------- .../login/freemarker/model/ProfileBean.java | 27 ++++++-------- .../login/freemarker/model/RealmBean.java | 27 ++++++-------- .../login/freemarker/model/RegisterBean.java | 27 ++++++-------- .../RequiredActionUrlFormatterMethod.java | 17 +++++++++ .../login/freemarker/model/TotpBean.java | 27 ++++++-------- .../forms/login/freemarker/model/UrlBean.java | 27 ++++++-------- .../keycloak/messages/MessagesProvider.java | 17 +++++++++ .../messages/MessagesProviderFactory.java | 17 +++++++++ .../org/keycloak/messages/MessagesSpi.java | 17 +++++++++ .../partialimport/AbstractPartialImport.java | 18 +++++----- .../org/keycloak/partialimport/Action.java | 18 +++++----- .../ClientRolesPartialImport.java | 18 +++++----- .../partialimport/ClientsPartialImport.java | 18 +++++----- .../partialimport/ErrorResponseException.java | 18 +++++----- .../IdentityProvidersPartialImport.java | 18 +++++----- .../keycloak/partialimport/PartialImport.java | 18 +++++----- .../partialimport/PartialImportManager.java | 18 +++++----- .../partialimport/PartialImportResult.java | 18 +++++----- .../partialimport/PartialImportResults.java | 18 +++++----- .../RealmRolesPartialImport.java | 18 +++++----- .../keycloak/partialimport/ResourceType.java | 18 +++++----- .../partialimport/RolesPartialImport.java | 18 +++++----- .../partialimport/UsersPartialImport.java | 18 +++++----- .../protocol/AuthorizationEndpointBase.java | 17 +++++++++ .../protocol/ProtocolMapperUtils.java | 17 +++++++++ .../keycloak/protocol/RestartLoginCookie.java | 17 +++++++++ .../oidc/OIDCClientDescriptionConverter.java | 17 +++++++++ .../protocol/oidc/OIDCLoginProtocol.java | 27 ++++++-------- .../oidc/OIDCLoginProtocolFactory.java | 18 +++++----- .../oidc/OIDCLoginProtocolService.java | 17 +++++++++ .../protocol/oidc/OIDCWellKnownProvider.java | 17 +++++++++ .../oidc/OIDCWellKnownProviderFactory.java | 17 +++++++++ .../keycloak/protocol/oidc/TokenManager.java | 17 +++++++++ .../oidc/endpoints/AuthorizationEndpoint.java | 17 +++++++++ .../endpoints/LoginStatusIframeEndpoint.java | 17 +++++++++ .../oidc/endpoints/LogoutEndpoint.java | 17 +++++++++ .../oidc/endpoints/TokenEndpoint.java | 17 +++++++++ .../endpoints/TokenIntrospectionEndpoint.java | 7 ++-- .../oidc/endpoints/UserInfoEndpoint.java | 7 ++-- .../KeycloakOIDCClientInstallation.java | 17 +++++++++ ...kOIDCJbossSubsystemClientInstallation.java | 17 +++++++++ .../mappers/AbstractOIDCProtocolMapper.java | 17 +++++++++ .../protocol/oidc/mappers/AddressMapper.java | 17 +++++++++ .../protocol/oidc/mappers/FullNameMapper.java | 17 +++++++++ .../oidc/mappers/GroupMembershipMapper.java | 17 +++++++++ .../protocol/oidc/mappers/HardcodedClaim.java | 17 +++++++++ .../protocol/oidc/mappers/HardcodedRole.java | 17 +++++++++ .../oidc/mappers/OIDCAccessTokenMapper.java | 17 +++++++++ .../mappers/OIDCAttributeMapperHelper.java | 17 +++++++++ .../oidc/mappers/OIDCIDTokenMapper.java | 17 +++++++++ .../protocol/oidc/mappers/RoleNameMapper.java | 17 +++++++++ .../oidc/mappers/UserAttributeMapper.java | 17 +++++++++ .../oidc/mappers/UserPropertyMapper.java | 17 +++++++++ .../oidc/mappers/UserSessionNoteMapper.java | 17 +++++++++ .../oidc/representations/JSONWebKeySet.java | 17 +++++++++ .../OIDCConfigurationRepresentation.java | 17 +++++++++ .../oidc/utils/AuthorizeClientUtil.java | 17 +++++++++ .../oidc/utils/OIDCRedirectUriBuilder.java | 17 +++++++++ .../protocol/oidc/utils/OIDCResponseMode.java | 17 +++++++++ .../protocol/oidc/utils/OIDCResponseType.java | 17 +++++++++ .../protocol/oidc/utils/RedirectUtils.java | 17 +++++++++ .../protocol/oidc/utils/WebOriginsUtils.java | 17 +++++++++ .../EntityDescriptorDescriptionConverter.java | 17 +++++++++ .../saml/JaxrsSAML2BindingBuilder.java | 17 +++++++++ .../keycloak/protocol/saml/SamlClient.java | 17 +++++++++ .../protocol/saml/SamlClientTemplate.java | 17 +++++++++ .../protocol/saml/SamlConfigAttributes.java | 17 +++++++++ .../keycloak/protocol/saml/SamlProtocol.java | 17 +++++++++ .../protocol/saml/SamlProtocolFactory.java | 17 +++++++++ .../protocol/saml/SamlProtocolUtils.java | 17 +++++++++ .../saml/SamlRepresentationAttributes.java | 17 +++++++++ .../keycloak/protocol/saml/SamlService.java | 17 +++++++++ ...yDescriptorClientRegistrationProvider.java | 17 +++++++++ ...ptorClientRegistrationProviderFactory.java | 17 +++++++++ .../KeycloakSamlClientInstallation.java | 17 +++++++++ .../KeycloakSamlSubsystemInstallation.java | 17 +++++++++ .../ModAuthMellonClientInstallation.java | 17 +++++++++ .../SamlIDPDescriptorClientInstallation.java | 17 +++++++++ .../SamlSPDescriptorClientInstallation.java | 17 +++++++++ .../mappers/AbstractSAMLProtocolMapper.java | 17 +++++++++ .../mappers/AttributeStatementHelper.java | 17 +++++++++ .../saml/mappers/GroupMembershipMapper.java | 17 +++++++++ .../mappers/HardcodedAttributeMapper.java | 17 +++++++++ .../protocol/saml/mappers/HardcodedRole.java | 17 +++++++++ .../protocol/saml/mappers/RoleListMapper.java | 17 +++++++++ .../protocol/saml/mappers/RoleNameMapper.java | 17 +++++++++ .../mappers/SAMLAttributeStatementMapper.java | 17 +++++++++ .../saml/mappers/SAMLGroupNameMapper.java | 17 +++++++++ .../saml/mappers/SAMLLoginResponseMapper.java | 17 +++++++++ .../saml/mappers/SAMLRoleListMapper.java | 17 +++++++++ .../saml/mappers/SAMLRoleNameMapper.java | 17 +++++++++ .../mappers/UserAttributeStatementMapper.java | 17 +++++++++ .../UserPropertyAttributeStatementMapper.java | 17 +++++++++ .../UserSessionNoteStatementMapper.java | 17 +++++++++ .../profile/ecp/SamlEcpProfileService.java | 17 +++++++++ .../authenticator/HttpBasicAuthenticator.java | 17 +++++++++ .../protocol/saml/profile/ecp/util/Soap.java | 17 +++++++++ .../provider/DefaultProviderLoader.java | 17 +++++++++ .../DefaultProviderLoaderFactory.java | 17 +++++++++ .../FileSystemProviderLoaderFactory.java | 18 +++++----- .../keycloak/provider/ProviderManager.java | 18 +++++----- .../services/DefaultKeycloakContext.java | 17 +++++++++ .../services/DefaultKeycloakSession.java | 18 +++++----- .../DefaultKeycloakSessionFactory.java | 18 +++++----- .../DefaultKeycloakTransactionManager.java | 18 +++++----- .../java/org/keycloak/services/ErrorPage.java | 27 ++++++-------- .../keycloak/services/ErrorPageException.java | 17 +++++++++ .../org/keycloak/services/ErrorResponse.java | 17 +++++++++ .../services/ErrorResponseException.java | 17 +++++++++ .../keycloak/services/ForbiddenException.java | 17 +++++++++ .../services/JspRequestParameters.java | 17 +++++++++ .../org/keycloak/services/ServicesLogger.java | 18 +++++----- .../main/java/org/keycloak/services/Urls.java | 27 ++++++-------- .../AbstractClientRegistrationProvider.java | 17 +++++++++ ...nstallationClientRegistrationProvider.java | 17 +++++++++ ...tionClientRegistrationProviderFactory.java | 17 +++++++++ .../ClientRegistrationAuth.java | 17 +++++++++ .../ClientRegistrationException.java | 17 +++++++++ .../ClientRegistrationProvider.java | 17 +++++++++ .../ClientRegistrationProviderFactory.java | 17 +++++++++ .../ClientRegistrationService.java | 17 +++++++++ .../ClientRegistrationSpi.java | 17 +++++++++ .../ClientRegistrationTokenUtils.java | 17 +++++++++ .../DefaultClientRegistrationProvider.java | 17 +++++++++ ...aultClientRegistrationProviderFactory.java | 17 +++++++++ .../clientregistration/ErrorCodes.java | 17 +++++++++ .../oidc/DescriptionConverter.java | 17 +++++++++ .../oidc/OIDCClientRegistrationProvider.java | 18 +++++----- ...OIDCClientRegistrationProviderFactory.java | 17 +++++++++ .../filters/KeycloakSessionServletFilter.java | 17 +++++++++ .../filters/KeycloakTransactionCommitter.java | 17 +++++++++ .../KeycloakSessionDestroyListener.java | 17 +++++++++ .../services/managers/AppAuthManager.java | 18 +++++----- .../services/managers/ApplianceBootstrap.java | 18 +++++----- .../org/keycloak/services/managers/Auth.java | 17 +++++++++ .../managers/AuthenticationManager.java | 18 +++++----- .../services/managers/ClientManager.java | 18 +++++----- .../managers/DefaultBruteForceProtector.java | 18 +++++----- .../DefaultBruteForceProtectorFactory.java | 17 +++++++++ .../managers/LDAPConnectionTestManager.java | 18 +++++----- .../services/managers/RealmManager.java | 18 +++++----- .../managers/ResourceAdminManager.java | 18 +++++----- .../services/managers/UserSessionManager.java | 18 +++++----- .../services/managers/UsersSyncManager.java | 18 +++++----- .../messages/AdminMessagesProvider.java | 18 +++++----- .../AdminMessagesProviderFactory.java | 17 +++++++++ .../keycloak/services/messages/Messages.java | 27 ++++++-------- .../migration/DefaultMigrationProvider.java | 17 +++++++++ .../DefaultMigrationProviderFactory.java | 17 +++++++++ .../AbstractSecuredLocalService.java | 18 +++++----- .../services/resources/AccountService.java | 27 ++++++-------- .../resources/AttributeFormDataProcessor.java | 17 +++++++++ .../resources/ClientsManagementService.java | 18 +++++----- .../org/keycloak/services/resources/Cors.java | 18 +++++----- .../resources/IdentityBrokerService.java | 7 ++-- .../services/resources/JsResource.java | 17 +++++++++ .../resources/KeycloakApplication.java | 7 ++-- .../resources/LoginActionsService.java | 27 ++++++-------- .../resources/ModelExceptionMapper.java | 7 ++-- .../resources/PublicRealmResource.java | 7 ++-- .../services/resources/QRCodeResource.java | 17 +++++++++ .../services/resources/RealmsResource.java | 7 ++-- .../resources/ServerVersionResource.java | 7 ++-- .../services/resources/ThemeResource.java | 7 ++-- .../services/resources/WelcomeResource.java | 7 ++-- .../services/resources/admin/AdminAuth.java | 17 +++++++++ .../resources/admin/AdminConsole.java | 18 +++++----- .../resources/admin/AdminEventBuilder.java | 18 +++++----- .../services/resources/admin/AdminRoot.java | 18 +++++----- .../admin/AttackDetectionResource.java | 18 +++++----- .../AuthenticationManagementResource.java | 18 +++++----- .../ClientAttributeCertificateResource.java | 17 +++++++++ .../admin/ClientInitialAccessResource.java | 17 +++++++++ .../resources/admin/ClientResource.java | 18 +++++----- .../admin/ClientRoleMappingsResource.java | 18 +++++----- .../admin/ClientTemplateResource.java | 18 +++++----- .../admin/ClientTemplatesResource.java | 18 +++++----- .../resources/admin/ClientsResource.java | 18 +++++----- .../resources/admin/GroupResource.java | 18 +++++----- .../resources/admin/GroupsResource.java | 18 +++++----- .../admin/IdentityProviderResource.java | 18 +++++----- .../admin/IdentityProvidersResource.java | 17 +++++++++ .../admin/ProtocolMappersResource.java | 18 +++++----- .../resources/admin/RealmAdminResource.java | 18 +++++----- .../services/resources/admin/RealmAuth.java | 17 +++++++++ .../resources/admin/RealmsAdminResource.java | 18 +++++----- .../resources/admin/RoleByIdResource.java | 18 +++++----- .../admin/RoleContainerResource.java | 17 +++++++++ .../resources/admin/RoleMapperResource.java | 18 +++++----- .../resources/admin/RoleResource.java | 17 +++++++++ .../admin/ScopeMappedClientResource.java | 17 +++++++++ .../resources/admin/ScopeMappedResource.java | 17 +++++++++ .../admin/UserFederationProviderResource.java | 18 +++++----- .../UserFederationProvidersResource.java | 18 +++++----- .../resources/admin/UsersResource.java | 18 +++++----- .../admin/info/ServerInfoAdminResource.java | 17 +++++++++ .../scheduled/ClearExpiredEvents.java | 17 +++++++++ .../scheduled/ClearExpiredUserSessions.java | 17 +++++++++ .../services/scheduled/ScheduledTask.java | 17 +++++++++ .../scheduled/ScheduledTaskRunner.java | 17 +++++++++ .../services/util/CacheControlUtil.java | 17 +++++++++ .../keycloak/services/util/CookieHelper.java | 17 +++++++++ .../services/util/HttpClientBuilder.java | 17 +++++++++ .../services/util/JsonConfigProvider.java | 17 +++++++++ .../keycloak/services/util/LocaleHelper.java | 18 +++++----- .../services/util/ObjectMapperResolver.java | 17 +++++++++ .../services/util/ResolveRelative.java | 17 +++++++++ .../services/validation/Validation.java | 17 +++++++++ .../facebook/FacebookIdentityProvider.java | 17 +++++++++ .../FacebookIdentityProviderFactory.java | 7 ++-- .../facebook/FacebookUserAttributeMapper.java | 17 +++++++-- .../social/github/GitHubIdentityProvider.java | 17 +++++++++ .../github/GitHubIdentityProviderFactory.java | 7 ++-- .../github/GitHubUserAttributeMapper.java | 17 +++++++-- .../social/google/GoogleIdentityProvider.java | 27 ++++++-------- .../google/GoogleIdentityProviderFactory.java | 7 ++-- .../google/GoogleUserAttributeMapper.java | 17 +++++++-- .../linkedin/LinkedInIdentityProvider.java | 7 ++-- .../LinkedInIdentityProviderFactory.java | 7 ++-- .../linkedin/LinkedInUserAttributeMapper.java | 17 +++++++-- .../microsoft/MicrosoftIdentityProvider.java | 17 +++++++++ .../MicrosoftIdentityProviderFactory.java | 7 ++-- .../MicrosoftUserAttributeMapper.java | 17 +++++++-- .../StackOverflowIdentityProviderConfig.java | 7 ++-- .../StackoverflowIdentityProvider.java | 7 ++-- .../StackoverflowIdentityProviderFactory.java | 7 ++-- .../StackoverflowUserAttributeMapper.java | 17 +++++++-- .../twitter/TwitterIdentityProvider.java | 27 ++++++-------- .../TwitterIdentityProviderFactory.java | 7 ++-- .../theme/BrowserSecurityHeaderSetup.java | 17 +++++++++ .../org/keycloak/theme/ClassLoaderTheme.java | 17 +++++++++ .../keycloak/theme/ExtendingThemeManager.java | 17 +++++++++ .../theme/ExtendingThemeManagerFactory.java | 17 +++++++++ .../java/org/keycloak/theme/FolderTheme.java | 17 +++++++++ .../keycloak/theme/FolderThemeProvider.java | 17 +++++++++ .../theme/FolderThemeProviderFactory.java | 17 +++++++++ .../keycloak/theme/FreeMarkerException.java | 17 +++++++++ .../org/keycloak/theme/FreeMarkerUtil.java | 17 +++++++++ .../org/keycloak/theme/JarThemeProvider.java | 17 +++++++++ .../theme/JarThemeProviderFactory.java | 17 +++++++++ .../beans/AdvancedMessageFormatterMethod.java | 17 +++++++++ .../org/keycloak/theme/beans/LocaleBean.java | 17 +++++++++ .../org/keycloak/theme/beans/MessageBean.java | 27 ++++++-------- .../theme/beans/MessageFormatterMethod.java | 17 +++++++++ .../org/keycloak/theme/beans/MessageType.java | 17 +++++++-- .../theme/beans/MessagesPerFieldBean.java | 17 +++++++-- .../timer/basic/BasicTimerProvider.java | 17 +++++++++ .../basic/BasicTimerProviderFactory.java | 17 +++++++++ .../truststore/FileTruststoreProvider.java | 17 +++++++++ .../FileTruststoreProviderFactory.java | 17 +++++++++ .../JSSETruststoreConfigurator.java | 17 +++++++++ .../keycloak/truststore/SSLSocketFactory.java | 17 +++++++++ .../TruststoreProviderSingleton.java | 17 +++++++++ .../org/keycloak/utils/CredentialHelper.java | 17 +++++++++ .../keycloak/wellknown/WellKnownProvider.java | 17 +++++++++ .../wellknown/WellKnownProviderFactory.java | 17 +++++++++ .../org/keycloak/wellknown/WellKnownSpi.java | 17 +++++++++ ...ycloak.authentication.AuthenticatorFactory | 17 +++++++++ ....authentication.ClientAuthenticatorFactory | 17 +++++++++ ....keycloak.authentication.FormActionFactory | 17 +++++++++ ...ak.authentication.FormAuthenticatorFactory | 17 +++++++++ ...cloak.authentication.RequiredActionFactory | 17 +++++++++ ...ak.broker.provider.IdentityProviderFactory | 17 +++++++++ ...oak.broker.provider.IdentityProviderMapper | 17 +++++++++ ...roker.social.SocialIdentityProviderFactory | 17 +++++++++ ...k.connections.httpclient.HttpClientFactory | 17 +++++++++ ....keycloak.email.EmailSenderProviderFactory | 17 +++++++++ ...eycloak.email.EmailTemplateProviderFactory | 17 +++++++++ ...ycloak.events.EventListenerProviderFactory | 17 +++++++++ ...rtimport.ClientDescriptionConverterFactory | 17 +++++++++ ...eycloak.exportimport.ExportProviderFactory | 17 +++++++++ ...eycloak.exportimport.ImportProviderFactory | 17 +++++++++ ...cloak.forms.account.AccountProviderFactory | 17 +++++++++ ...loak.forms.login.LoginFormsProviderFactory | 17 +++++++++ ....keycloak.messages.MessagesProviderFactory | 17 +++++++++ ...eycloak.migration.MigrationProviderFactory | 17 +++++++++ ...ycloak.protocol.ClientInstallationProvider | 17 +++++++++ ...org.keycloak.protocol.LoginProtocolFactory | 17 +++++++++ .../org.keycloak.protocol.ProtocolMapper | 17 +++++++++ ...rg.keycloak.provider.ProviderLoaderFactory | 17 +++++++++ .../services/org.keycloak.provider.Spi | 17 +++++++++ ...stration.ClientRegistrationProviderFactory | 17 +++++++++ ...rvices.managers.BruteForceProtectorFactory | 17 +++++++++ .../org.keycloak.theme.ThemeProviderFactory | 17 +++++++++ .../org.keycloak.timer.TimerProviderFactory | 17 +++++++++ ...cloak.truststore.TruststoreProviderFactory | 17 +++++++++ ...eycloak.wellknown.WellKnownProviderFactory | 17 +++++++++ .../main/resources/idp-metadata-template.xml | 17 +++++++++ .../org/keycloak/test/RealmKeyGenerator.java | 17 +++++++++ .../org/keycloak/test/ResponseTypeTest.java | 17 +++++++++ .../org/keycloak/test/ValidationTest.java | 17 +++++++++ .../AbstractOAuth2IdentityProviderTest.java | 17 +++++++-- .../AbstractJsonUserAttributeMapperTest.java | 17 +++++++-- .../broker/saml/SAMLDataMarshallerTest.java | 17 +++++++++ .../model/IdentityProviderBeanTest.java | 17 +++++++-- testsuite/docker-cluster/assembly.xml | 17 +++++++++ testsuite/docker-cluster/pom.xml | 17 +++++++++ .../shared-files/mysql-module.xml | 27 ++++++-------- .../shared-files/standaloneXmlChanges.xsl | 17 +++++++++ testsuite/integration-arquillian/pom.xml | 17 +++++++++ .../servers/eap7/assembly.xml | 17 +++++++++ .../servers/eap7/pom.xml | 17 +++++++++ .../eap7/src/main/xslt/add-dialect-logger.xsl | 19 +++++++++- .../servers/eap7/src/main/xslt/datasource.xsl | 17 +++++++++ .../servers/eap7/src/main/xslt/module.xsl | 17 +++++++++ .../servers/eap7/src/main/xslt/security.xsl | 17 +++++++++ .../servers/migration/pom.xml | 17 +++++++++ .../migration/wildfly_kc12/assembly.xml | 17 +++++++++ .../servers/migration/wildfly_kc12/pom.xml | 17 +++++++++ .../src/main/xslt/add-dialect-logger.xsl | 19 +++++++++- .../wildfly_kc12/src/main/xslt/datasource.xsl | 17 +++++++++ .../wildfly_kc12/src/main/xslt/module.xsl | 17 +++++++++ .../migration/wildfly_kc13/assembly.xml | 17 +++++++++ .../servers/migration/wildfly_kc13/pom.xml | 17 +++++++++ .../src/main/xslt/add-dialect-logger.xsl | 19 +++++++++- .../wildfly_kc13/src/main/xslt/datasource.xsl | 17 +++++++++ .../wildfly_kc13/src/main/xslt/module.xsl | 17 +++++++++ .../migration/wildfly_kc14/assembly.xml | 17 +++++++++ .../servers/migration/wildfly_kc14/pom.xml | 17 +++++++++ .../src/main/xslt/add-dialect-logger.xsl | 19 +++++++++- .../wildfly_kc14/src/main/xslt/datasource.xsl | 17 +++++++++ .../wildfly_kc14/src/main/xslt/module.xsl | 17 +++++++++ .../migration/wildfly_kc15/assembly.xml | 17 +++++++++ .../servers/migration/wildfly_kc15/pom.xml | 17 +++++++++ .../src/main/xslt/add-dialect-logger.xsl | 19 +++++++++- .../wildfly_kc15/src/main/xslt/datasource.xsl | 17 +++++++++ .../wildfly_kc15/src/main/xslt/module.xsl | 17 +++++++++ .../migration/wildfly_kc16/assembly.xml | 17 +++++++++ .../servers/migration/wildfly_kc16/pom.xml | 17 +++++++++ .../src/main/xslt/add-dialect-logger.xsl | 19 +++++++++- .../wildfly_kc16/src/main/xslt/datasource.xsl | 17 +++++++++ .../wildfly_kc16/src/main/xslt/module.xsl | 17 +++++++++ .../integration-arquillian/servers/pom.xml | 17 +++++++++ .../servers/wildfly/assembly.xml | 17 +++++++++ .../servers/wildfly/pom.xml | 17 +++++++++ .../src/main/xslt/add-dialect-logger.xsl | 19 +++++++++- .../wildfly/src/main/xslt/datasource.xsl | 17 +++++++++ .../servers/wildfly/src/main/xslt/module.xsl | 17 +++++++++ .../wildfly/src/main/xslt/security.xsl | 17 +++++++++ .../integration-arquillian/tests/base/pom.xml | 17 +++++++++ .../testsuite/adapter/AdapterLibsMode.java | 17 +++++++++ .../page/AngularCorsProductExample.java | 17 +++++++++ .../adapter/page/AppServerContextRoot.java | 17 +++++++++ .../page/BadClientSalesPostSigServlet.java | 17 +++++++++ .../page/BadRealmSalesPostSigServlet.java | 17 +++++++++ .../adapter/page/BasicAuthExample.java | 17 +++++++++ .../page/CorsDatabaseServiceExample.java | 17 +++++++++ .../testsuite/adapter/page/CustomerDb.java | 17 +++++++++ .../adapter/page/CustomerDbErrorPage.java | 17 +++++++++ .../adapter/page/CustomerPortal.java | 17 +++++++++ .../adapter/page/CustomerPortalExample.java | 17 +++++++++ .../adapter/page/DatabaseServiceExample.java | 17 +++++++++ .../adapter/page/Employee2Servlet.java | 17 +++++++++ .../adapter/page/EmployeeSigFrontServlet.java | 17 +++++++++ .../adapter/page/EmployeeSigServlet.java | 17 +++++++++ .../testsuite/adapter/page/InputPortal.java | 17 +++++++++ .../adapter/page/JSConsoleExample.java | 17 +++++++++ .../testsuite/adapter/page/MultiTenant.java | 17 +++++++++ .../adapter/page/MultiTenantExample.java | 17 +++++++++ .../testsuite/adapter/page/ProductPortal.java | 17 +++++++++ .../adapter/page/ProductPortalExample.java | 17 +++++++++ .../adapter/page/SAMLPostEncExample.java | 17 +++++++++ .../adapter/page/SAMLPostSigExample.java | 17 +++++++++ .../adapter/page/SAMLRedirectSigExample.java | 17 +++++++++ .../adapter/page/SAMLServletWithLogout.java | 17 +++++++++ .../adapter/page/SalesMetadataServlet.java | 17 +++++++++ .../adapter/page/SalesPostEncServlet.java | 17 +++++++++ .../adapter/page/SalesPostPassiveServlet.java | 17 +++++++++ .../adapter/page/SalesPostServlet.java | 17 +++++++++ .../page/SalesPostSigEmailServlet.java | 17 +++++++++ .../page/SalesPostSigPersistentServlet.java | 17 +++++++++ .../adapter/page/SalesPostSigServlet.java | 17 +++++++++ .../page/SalesPostSigTransientServlet.java | 17 +++++++++ .../testsuite/adapter/page/SecurePortal.java | 17 +++++++++ .../testsuite/adapter/page/SessionPortal.java | 17 +++++++++ .../page/fuse/AbstractFuseExample.java | 17 +++++++++ .../adapter/page/fuse/AdminInterface.java | 17 +++++++++ .../adapter/page/fuse/CustomerListing.java | 17 +++++++++ .../page/fuse/CustomerPortalFuseExample.java | 17 +++++++++ .../page/fuse/ProductPortalFuseExample.java | 17 +++++++++ .../servlet/CallAuthenticatedServlet.java | 17 +++++++++ .../servlet/CustomerDatabaseServlet.java | 17 +++++++++ .../adapter/servlet/CustomerServlet.java | 17 +++++++++ .../adapter/servlet/ErrorServlet.java | 17 +++++++++ .../adapter/servlet/InputServlet.java | 17 +++++++++ .../adapter/servlet/MultiTenantResolver.java | 6 ++-- .../adapter/servlet/MultiTenantServlet.java | 6 ++-- .../adapter/servlet/ProductServlet.java | 17 +++++++++ .../adapter/servlet/SendUsernameServlet.java | 17 +++++++++ .../adapter/servlet/SessionServlet.java | 17 +++++++++ .../org/keycloak/testsuite/admin/ApiUtil.java | 7 ++-- .../org/keycloak/testsuite/admin/Users.java | 7 ++-- .../arquillian/ContainersTestEnricher.java | 17 +++++++++ .../DeploymentArchiveProcessor.java | 17 +++++++++ .../arquillian/DeploymentTargetModifier.java | 17 +++++++++ .../KeycloakArquillianExtension.java | 17 +++++++++ .../testsuite/arquillian/SuiteContext.java | 17 +++++++++ .../testsuite/arquillian/TestContext.java | 17 +++++++++ .../AdapterLibsLocationProperty.java | 17 +++++++++ .../annotation/AppServerContainer.java | 17 +++++++++ .../annotation/AppServerContext.java | 17 +++++++++ .../annotation/AuthServerContext.java | 17 +++++++++ .../MultipleContainersExtension.java | 27 ++++++-------- .../arquillian/containers/Registry.java | 27 ++++++-------- .../containers/RegistryCreator.java | 27 ++++++-------- .../containers/SecurityActions.java | 8 ++--- .../arquillian/migration/Migration.java | 33 ++++++++--------- .../MigrationTestExecutionDecider.java | 33 ++++++++--------- .../provider/AdminClientProvider.java | 17 +++++++++ .../provider/OAuthClientProvider.java | 17 +++++++++ .../provider/SuiteContextProvider.java | 17 +++++++++ .../provider/TestContextProvider.java | 17 +++++++++ .../arquillian/provider/URLProvider.java | 17 +++++++++ .../undertow/CustomUndertowContainer.java | 17 +++++++++ .../CustomUndertowContainerConfiguration.java | 17 +++++++++ .../testsuite/auth/page/AuthRealm.java | 17 +++++++++ .../testsuite/auth/page/AuthServer.java | 17 +++++++++ .../auth/page/AuthServerContextRoot.java | 17 +++++++++ .../testsuite/auth/page/WelcomePage.java | 17 +++++++++ .../testsuite/auth/page/account/Account.java | 7 ++-- .../auth/page/account/AccountFields.java | 17 +++++++++ .../auth/page/account/AccountManagement.java | 7 ++-- .../auth/page/account/Applications.java | 7 ++-- .../auth/page/account/Autheticator.java | 7 ++-- .../auth/page/account/ChangePassword.java | 7 ++-- .../auth/page/account/ContactInfoFields.java | 17 +++++++++ .../auth/page/account/PasswordFields.java | 7 ++-- .../testsuite/auth/page/account/Sessions.java | 7 ++-- .../fragment/AccountManagementAlert.java | 7 ++-- .../auth/page/login/Authenticate.java | 17 +++++++++ .../testsuite/auth/page/login/Login.java | 7 ++-- .../auth/page/login/LoginActions.java | 7 ++-- .../testsuite/auth/page/login/LoginForm.java | 7 ++-- .../testsuite/auth/page/login/OAuthGrant.java | 27 ++++++-------- .../testsuite/auth/page/login/OIDCLogin.java | 17 +++++++++ .../auth/page/login/PageWithLoginUrl.java | 17 +++++++++ .../auth/page/login/Registration.java | 7 ++-- .../auth/page/login/ResetCredentials.java | 7 ++-- .../testsuite/auth/page/login/SAMLLogin.java | 17 +++++++++ .../auth/page/login/UpdateAccount.java | 17 +++++++++ .../auth/page/login/UpdatePassword.java | 17 +++++++++ .../auth/page/login/VerifyEmail.java | 27 ++++++-------- .../testsuite/console/page/AdminConsole.java | 7 ++-- .../console/page/AdminConsoleCreate.java | 17 +++++++++ .../console/page/AdminConsoleRealm.java | 17 +++++++++ .../console/page/AdminConsoleRealmsRoot.java | 17 +++++++++ .../console/page/events/AdminEvents.java | 17 +++++++++ .../testsuite/console/page/events/Config.java | 17 +++++++++ .../testsuite/console/page/events/Events.java | 17 +++++++++ .../console/page/events/LoginEvents.java | 17 +++++++++ .../page/fragment/AdminConsoleAlert.java | 7 ++-- .../console/page/fragment/Breadcrumb.java | 17 +++++++++ .../console/page/fragment/DataTable.java | 17 +++++++++ .../console/page/fragment/InputList.java | 17 +++++++++ .../testsuite/console/page/fragment/Menu.java | 7 ++-- .../console/page/fragment/ModalDialog.java | 17 +++++++++ .../console/page/fragment/OnOffSwitch.java | 7 ++-- .../console/page/fragment/PickList.java | 7 ++-- .../console/page/fragment/RealmSelector.java | 17 +++++++++ .../keycloak/testsuite/model/Provider.java | 7 ++-- .../testsuite/model/RequiredUserAction.java | 7 ++-- .../testsuite/model/SocialProvider.java | 7 ++-- .../org/keycloak/testsuite/model/Theme.java | 7 ++-- .../testsuite/page/AbstractAlert.java | 17 +++++++++ .../keycloak/testsuite/page/AbstractPage.java | 17 +++++++++ .../page/AbstractPageWithInjectedUrl.java | 17 +++++++++ .../org/keycloak/testsuite/page/Form.java | 17 +++++++++ .../testsuite/servlet/ApplicationServlet.java | 27 ++++++-------- .../org/keycloak/testsuite/util/IOUtil.java | 17 +++++++++ .../testsuite/util/LDAPTestConfiguration.java | 17 +++++++++ .../util/MailServerConfiguration.java | 17 +++++++++ .../keycloak/testsuite/util/OAuthClient.java | 17 +++++++++ .../testsuite/util/SecondBrowser.java | 7 ++-- .../org/keycloak/testsuite/util/Timer.java | 17 +++++++++ .../keycloak/testsuite/util/WaitUtils.java | 7 ++-- ...boss.arquillian.core.spi.LoadableExtension | 17 +++++++++ .../keycloak/testsuite/AbstractAuthTest.java | 7 ++-- .../testsuite/AbstractKeycloakTest.java | 17 +++++++++ .../AbstractAccountManagementTest.java | 17 +++++++++ .../testsuite/account/AccountTest.java | 7 ++-- .../testsuite/account/ChangePasswordTest.java | 17 +++++++++ .../testsuite/account/RegistrationTest.java | 7 ++-- .../testsuite/account/RememberMeTest.java | 7 ++-- .../account/ResetCredentialsTest.java | 7 ++-- .../testsuite/account/VerifyEmailTest.java | 7 ++-- .../adapter/AbstractAdapterTest.java | 17 +++++++++ .../adapter/AbstractExampleAdapterTest.java | 17 +++++++++ .../adapter/AbstractServletsAdapterTest.java | 17 +++++++++ .../AbstractBasicAuthExampleAdapterTest.java | 17 +++++++++ .../AbstractCorsExampleAdapterTest.java | 17 +++++++++ .../AbstractDemoExampleAdapterTest.java | 17 +++++++++ .../AbstractFuseExampleAdapterTest.java | 17 +++++++++ .../AbstractJSConsoleExampleAdapterTest.java | 17 +++++++++ .../AbstractSAMLExampleAdapterTest.java | 17 +++++++++ .../AbstractDemoServletsAdapterTest.java | 17 +++++++++ .../AbstractSAMLServletsAdapterTest.java | 17 +++++++++ .../AbstractSessionServletAdapterTest.java | 17 +++++++++ .../AbstractClientRegistrationTest.java | 17 +++++++++ .../client/AdapterInstallationConfigTest.java | 17 +++++++++ .../client/ClientRegistrationTest.java | 17 +++++++++ .../client/InitialAccessTokenTest.java | 17 +++++++++ .../client/OIDCClientRegistrationTest.java | 17 +++++++++ .../client/RegistrationAccessTokenTest.java | 17 +++++++++ .../client/SAMLClientRegistrationTest.java | 17 +++++++++ .../testsuite/migration/MigrationTest.java | 33 ++++++++--------- .../testsuite/util/AttributesAssert.java | 17 +++++++++ .../keycloak/testsuite/util/MailAssert.java | 17 +++++++++ .../keycloak/testsuite/util/MailServer.java | 17 +++++++++ .../testsuite/util/TestEventsLogger.java | 17 +++++++++ .../keycloak/testsuite/util/URLAssert.java | 17 +++++++++ .../test/resources/adapter-test/context.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-db-error-page/WEB-INF/web.xml | 17 +++++++++ .../customer-db/META-INF/context.xml | 17 +++++++++ .../customer-db/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/customer-db/WEB-INF/web.xml | 17 +++++++++ .../customer-portal/META-INF/context.xml | 17 +++++++++ .../customer-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-portal/WEB-INF/web.xml | 17 +++++++++ .../input-portal/META-INF/context.xml | 17 +++++++++ .../input-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/input-portal/WEB-INF/web.xml | 17 +++++++++ .../jboss-deployment-structure.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../employee-sig/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../employee2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../sales-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../sales-post-enc/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../sales-post-sig/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../sales-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/sp-metadata.xml | 17 +++++++++ .../adapter-test/keycloak-saml/web.xml | 17 +++++++++ .../adapter-test/multi-tenant/WEB-INF/web.xml | 17 +++++++++ .../product-portal/META-INF/context.xml | 17 +++++++++ .../product-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../product-portal/WEB-INF/web.xml | 17 +++++++++ .../secure-portal/META-INF/context.xml | 17 +++++++++ .../secure-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../secure-portal/WEB-INF/web.xml | 17 +++++++++ .../session-portal/META-INF/context.xml | 17 +++++++++ .../session-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../session-portal/WEB-INF/web.xml | 17 +++++++++ .../src/test/resources/adapter-test/web.xml | 17 +++++++++ .../base/src/test/resources/arquillian.xml | 17 +++++++++ .../clientreg-test/saml-entity-descriptor.xml | 17 +++++++++ .../base/src/test/resources/log4j.properties | 17 +++++++++ .../tests/other/adapters/as7/pom.xml | 17 +++++++++ .../adapters/as7/src/main/xslt/arquillian.xsl | 17 +++++++++ .../tests/other/adapters/eap6/pom.xml | 17 +++++++++ .../eap6/src/main/xslt/arquillian.xsl | 17 +++++++++ .../eap6/src/main/xslt/arquillian_jdk.xsl | 17 +++++++++ .../adapters/eap6/src/main/xslt/security.xsl | 17 +++++++++ .../tests/other/adapters/eap7/pom.xml | 17 +++++++++ .../eap7/src/main/xslt/arquillian.xsl | 17 +++++++++ .../eap7/src/main/xslt/arquillian_jdk.xsl | 17 +++++++++ .../tests/other/adapters/karaf/pom.xml | 17 +++++++++ ...boss.arquillian.core.spi.LoadableExtension | 17 +++++++++ .../karaf/src/main/xslt/arquillian-fuse.xsl | 17 +++++++++ .../karaf/src/main/xslt/arquillian.xsl | 17 +++++++++ .../tests/other/adapters/pom.xml | 17 +++++++++ .../tests/other/adapters/tomcat/pom.xml | 17 +++++++++ .../tomcat/src/main/xslt/arquillian.xsl | 17 +++++++++ .../tomcat/src/main/xslt/tomcat-users.xsl | 17 +++++++++ .../other/adapters/wildfly-relative/pom.xml | 17 +++++++++ .../src/main/xslt/arquillian.xsl | 17 +++++++++ .../src/main/xslt/standalone.xsl | 17 +++++++++ .../src/test/resources/web.xml | 17 +++++++++ .../tests/other/adapters/wildfly/pom.xml | 17 +++++++++ .../wildfly/src/main/xslt/arquillian.xsl | 17 +++++++++ .../wildfly/src/main/xslt/security.xsl | 17 +++++++++ .../wildfly/src/main/xslt/standalone.xsl | 17 +++++++++ .../tests/other/adapters/wildfly8/pom.xml | 17 +++++++++ .../wildfly8/src/main/xslt/arquillian.xsl | 17 +++++++++ .../tests/other/console/pom.xml | 17 +++++++++ .../docker/mellon/http_localhost_auth.xml | 17 +++++++++ .../docker/mellon/idp-metadata.xml | 17 +++++++++ .../docker/www/auth/index.html | 17 +++++++++ .../mod_auth_mellon/docker/www/index.html | 17 +++++++++ .../tests/other/mod_auth_mellon/pom.xml | 17 +++++++++ .../tests/other/pom.xml | 17 +++++++++ .../integration-arquillian/tests/pom.xml | 17 +++++++++ testsuite/integration/pom.xml | 17 +++++++++ .../testsuite/ApplicationServlet.java | 27 ++++++-------- .../org/keycloak/testsuite/AssertEvents.java | 17 +++++++++ .../org/keycloak/testsuite/Constants.java | 27 ++++++-------- .../DummyUserFederationProvider.java | 17 +++++++++ .../DummyUserFederationProviderFactory.java | 17 +++++++++ .../org/keycloak/testsuite/InfinispanCLI.java | 17 +++++++++ .../keycloak/testsuite/KeycloakServer.java | 27 ++++++-------- .../org/keycloak/testsuite/MailServer.java | 17 +++++++++ .../java/org/keycloak/testsuite/MailUtil.java | 17 +++++++++ .../org/keycloak/testsuite/OAuthClient.java | 27 ++++++-------- .../java/org/keycloak/testsuite/Retry.java | 17 +++++++++ .../org/keycloak/testsuite/TotpGenerator.java | 17 +++++++++ .../testsuite/account/AccountTest.java | 27 ++++++-------- .../testsuite/account/ProfileTest.java | 17 +++++++++ .../actions/DummyRequiredActionFactory.java | 17 +++++++++ .../RequiredActionEmailVerificationTest.java | 27 ++++++-------- .../RequiredActionMultipleActionsTest.java | 27 ++++++-------- .../RequiredActionResetPasswordTest.java | 27 ++++++-------- .../actions/RequiredActionTotpSetupTest.java | 27 ++++++-------- .../RequiredActionUpdateProfileTest.java | 27 ++++++-------- .../actions/TermsAndConditionsTest.java | 27 ++++++-------- .../testsuite/adapter/AdapterTest.java | 27 ++++++-------- .../adapter/AdapterTestStrategy.java | 27 ++++++-------- .../adapter/CallAuthenticatedServlet.java | 17 +++++++++ .../adapter/CookieTokenStoreAdapterTest.java | 17 +++++++++ .../adapter/CustomerDatabaseServlet.java | 17 +++++++++ .../testsuite/adapter/CustomerServlet.java | 17 +++++++++ .../testsuite/adapter/FilterAdapterTest.java | 27 ++++++-------- .../keycloak/testsuite/adapter/InputPage.java | 17 +++++++++ .../testsuite/adapter/InputServlet.java | 17 +++++++++ .../testsuite/adapter/MultiTenancyTest.java | 6 ++-- .../adapter/MultiTenantResolver.java | 6 ++-- .../testsuite/adapter/MultiTenantServlet.java | 6 ++-- .../testsuite/adapter/ProductServlet.java | 17 +++++++++ .../adapter/RelativeUriAdapterTest.java | 27 ++++++-------- .../testsuite/adapter/SessionServlet.java | 17 +++++++++ .../testsuite/adduser/AddUserTest.java | 17 +++++++++ .../testsuite/admin/AbstractClientTest.java | 17 +++++++++ .../org/keycloak/testsuite/admin/ApiUtil.java | 17 +++++++++ .../admin/ClientInitialAccessTest.java | 17 +++++++++ .../keycloak/testsuite/admin/ClientTest.java | 17 +++++++++ .../testsuite/admin/IdentityProviderTest.java | 17 +++++++++ .../testsuite/admin/ImpersonationTest.java | 27 ++++++-------- .../keycloak/testsuite/admin/RealmTest.java | 17 +++++++++ .../testsuite/admin/ServerInfoTest.java | 17 +++++++++ .../keycloak/testsuite/admin/UserTest.java | 17 +++++++++ .../broker/AbstractFirstBrokerLoginTest.java | 17 +++++++++ .../AbstractIdentityProviderModelTest.java | 7 ++-- .../broker/AbstractIdentityProviderTest.java | 7 ++-- .../AbstractKeycloakIdentityProviderTest.java | 17 +++++++++ .../testsuite/broker/BrokerKeyCloakRule.java | 7 ++-- .../broker/IdentityProviderHintTest.java | 17 +++++++++ .../IdentityProviderRegistrationTest.java | 7 ++-- .../broker/ImportIdentityProviderTest.java | 7 ++-- .../broker/OIDCFirstBrokerLoginTest.java | 17 +++++++++ .../OIDCKeyCloakServerBrokerBasicTest.java | 17 +++++++++ .../testsuite/broker/PostBrokerFlowTest.java | 17 +++++++++ .../broker/SAMLFirstBrokerLoginTest.java | 17 +++++++++ .../SAMLKeyCloakServerBrokerBasicTest.java | 17 +++++++++ ...KeyCloakServerBrokerWithSignatureTest.java | 17 +++++++++ .../provider/CustomIdentityProvider.java | 7 ++-- .../CustomIdentityProviderFactory.java | 7 ++-- .../provider/social/CustomSocialProvider.java | 7 ++-- .../social/CustomSocialProviderFactory.java | 7 ++-- .../broker/util/UserSessionStatusServlet.java | 7 ++-- .../composites/CompositeImportRoleTest.java | 27 ++++++-------- .../composites/CompositeRoleTest.java | 27 ++++++-------- .../events/AdminEventStoreProviderTest.java | 17 +++++++++ .../events/EventStoreProviderTest.java | 17 +++++++++ .../exportimport/ExportImportTest.java | 17 +++++++++ .../federation/AbstractKerberosTest.java | 17 +++++++++ .../federation/KerberosCredDelegServlet.java | 17 +++++++++ .../federation/KerberosLdapTest.java | 17 +++++++++ .../federation/KerberosStandaloneTest.java | 17 +++++++++ .../KeycloakSPNegoSchemeFactory.java | 17 +++++++++ .../federation/ldap/FederationTestUtils.java | 17 +++++++++ .../federation/ldap/LDAPExampleServlet.java | 17 +++++++++ .../ldap/LDAPTestConfiguration.java | 17 +++++++++ .../FederationProvidersIntegrationTest.java | 17 +++++++++ .../base/LDAPGroupMapper2WaySyncTest.java | 17 +++++++++ .../ldap/base/LDAPGroupMapperSyncTest.java | 17 +++++++++ .../ldap/base/LDAPGroupMapperTest.java | 17 +++++++++ .../ldap/base/LDAPMultipleAttributesTest.java | 17 +++++++++ .../ldap/base/LDAPRoleMappingsTest.java | 17 +++++++++ .../ldap/base/SyncProvidersTest.java | 17 +++++++++ .../testsuite/forms/BruteForceTest.java | 27 ++++++-------- .../testsuite/forms/CustomFlowTest.java | 27 ++++++-------- .../forms/CustomRegistrationFlowTest.java | 27 ++++++-------- .../testsuite/forms/LoginHotpTest.java | 27 ++++++-------- .../keycloak/testsuite/forms/LoginTest.java | 27 ++++++-------- .../testsuite/forms/LoginTotpTest.java | 27 ++++++-------- .../keycloak/testsuite/forms/LogoutTest.java | 27 ++++++-------- .../forms/PassThroughAuthenticator.java | 17 +++++++++ .../forms/PassThroughClientAuthenticator.java | 17 +++++++++ .../forms/PassThroughRegistration.java | 17 +++++++++ .../testsuite/forms/RegisterTest.java | 27 ++++++-------- .../testsuite/forms/ResetPasswordTest.java | 27 ++++++-------- .../org/keycloak/testsuite/forms/SSOTest.java | 27 ++++++-------- .../testsuite/i18n/AccountPageTest.java | 27 ++++++-------- .../keycloak/testsuite/i18n/EmailTest.java | 27 ++++++-------- .../testsuite/i18n/LoginPageTest.java | 27 ++++++-------- .../testsuite/jaxrs/JaxrsBasicAuthTest.java | 17 +++++++++ .../testsuite/jaxrs/JaxrsFilterTest.java | 17 +++++++++ .../testsuite/jaxrs/JaxrsTestApplication.java | 17 +++++++++ .../testsuite/jaxrs/JaxrsTestResource.java | 17 +++++++++ .../testsuite/keycloaksaml/InputPage.java | 17 +++++++++ .../testsuite/keycloaksaml/InputServlet.java | 17 +++++++++ .../keycloaksaml/SamlAdapterTest.java | 17 +++++++++ .../keycloaksaml/SamlAdapterTestStrategy.java | 17 +++++++++ .../keycloaksaml/SamlKeycloakRule.java | 17 +++++++++ .../testsuite/keycloaksaml/SamlSPFacade.java | 17 +++++++++ .../keycloaksaml/SendUsernameServlet.java | 17 +++++++++ .../testsuite/model/AbstractModelTest.java | 17 +++++++++ .../keycloak/testsuite/model/AdapterTest.java | 17 +++++++++ .../keycloak/testsuite/model/CacheTest.java | 17 +++++++++ .../testsuite/model/ClientModelTest.java | 17 +++++++++ .../model/CompositeRolesModelTest.java | 17 +++++++++ .../keycloak/testsuite/model/GroupTest.java | 17 +++++++++ .../keycloak/testsuite/model/ImportTest.java | 17 +++++++++ .../testsuite/model/MigrationVersionTest.java | 17 +++++++++ .../keycloak/testsuite/model/ModelTest.java | 17 +++++++++ .../testsuite/model/MultipleRealmsTest.java | 17 +++++++++ .../testsuite/model/TransactionsTest.java | 17 +++++++++ .../testsuite/model/UserConsentModelTest.java | 17 +++++++++ .../model/UserFederationModelTest.java | 17 +++++++++ .../testsuite/model/UserModelTest.java | 17 +++++++++ .../model/UserSessionInitializerTest.java | 17 +++++++++ .../UserSessionPersisterProviderTest.java | 17 +++++++++ .../model/UserSessionProviderOfflineTest.java | 17 +++++++++ .../model/UserSessionProviderTest.java | 17 +++++++++ .../testsuite/oauth/AccessTokenTest.java | 27 ++++++-------- .../oauth/AuthorizationCodeTest.java | 27 ++++++-------- .../oauth/ClientAuthSignedJWTTest.java | 17 +++++++++ .../OAuthDanceClientSessionExtensionTest.java | 17 +++++++++ .../testsuite/oauth/OAuthGrantTest.java | 27 ++++++-------- .../testsuite/oauth/OAuthRedirectUriTest.java | 27 ++++++-------- .../testsuite/oauth/OfflineTokenTest.java | 17 +++++++++ .../testsuite/oauth/RefreshTokenTest.java | 27 ++++++-------- ...urceOwnerPasswordCredentialsGrantTest.java | 17 +++++++++ .../testsuite/oauth/ServiceAccountTest.java | 17 +++++++++ .../oauth/TokenIntrospectionTest.java | 27 ++++++-------- .../keycloak/testsuite/oidc/UserInfoTest.java | 27 ++++++-------- .../testsuite/pages/AbstractAccountPage.java | 27 ++++++-------- .../testsuite/pages/AbstractPage.java | 27 ++++++-------- .../pages/AccountApplicationsPage.java | 17 +++++++++ .../pages/AccountFederatedIdentityPage.java | 17 +++++++++ .../testsuite/pages/AccountLogPage.java | 27 ++++++-------- .../testsuite/pages/AccountPasswordPage.java | 27 ++++++-------- .../testsuite/pages/AccountSessionsPage.java | 27 ++++++-------- .../testsuite/pages/AccountTotpPage.java | 27 ++++++-------- .../pages/AccountUpdateProfilePage.java | 27 ++++++-------- .../org/keycloak/testsuite/pages/AppPage.java | 27 ++++++-------- .../testsuite/pages/BypassKerberosPage.java | 27 ++++++-------- .../keycloak/testsuite/pages/ErrorPage.java | 27 ++++++-------- .../testsuite/pages/IdpConfirmLinkPage.java | 17 +++++++++ .../testsuite/pages/IdpLinkEmailPage.java | 17 +++++++++ .../keycloak/testsuite/pages/InfoPage.java | 27 ++++++-------- .../testsuite/pages/LoginConfigTotpPage.java | 27 ++++++-------- .../keycloak/testsuite/pages/LoginPage.java | 27 ++++++-------- .../pages/LoginPasswordResetPage.java | 27 ++++++-------- .../pages/LoginPasswordUpdatePage.java | 27 ++++++-------- .../pages/LoginRecoverUsernamePage.java | 27 ++++++-------- .../testsuite/pages/LoginTotpPage.java | 27 ++++++-------- ...nUpdateProfileEditUsernameAllowedPage.java | 27 ++++++-------- .../pages/LoginUpdateProfilePage.java | 27 ++++++-------- .../testsuite/pages/OAuthGrantPage.java | 27 ++++++-------- .../testsuite/pages/RegisterPage.java | 27 ++++++-------- .../pages/TermsAndConditionsPage.java | 27 ++++++-------- .../ValidatePassworrdEmailResetPage.java | 27 ++++++-------- .../testsuite/pages/VerifyEmailPage.java | 27 ++++++-------- .../testsuite/perf/AccessTokenPerfTest.java | 27 ++++++-------- .../testsuite/rule/AbstractKeycloakRule.java | 17 +++++++++ .../keycloak/testsuite/rule/ErrorServlet.java | 17 +++++++++ .../testsuite/rule/GreenMailRule.java | 27 ++++++-------- .../keycloak/testsuite/rule/KerberosRule.java | 17 +++++++++ .../keycloak/testsuite/rule/KeycloakRule.java | 27 ++++++-------- .../org/keycloak/testsuite/rule/LDAPRule.java | 17 +++++++++ .../keycloak/testsuite/rule/LoggingRule.java | 17 +++++++++ .../keycloak/testsuite/rule/WebResource.java | 27 ++++++-------- .../org/keycloak/testsuite/rule/WebRule.java | 27 ++++++-------- .../testsuite/saml/SamlEcpProfileTest.java | 17 +++++++++ .../testsuite/saml/SamlKeycloakRule.java | 17 +++++++++ .../testsuite/saml/SamlPicketlinkSPTest.java | 17 +++++++++ .../testsuite/samlfilter/SamlAdapterTest.java | 17 +++++++++ .../samlfilter/SamlKeycloakRule.java | 17 +++++++++ ...ycloak.authentication.AuthenticatorFactory | 17 +++++++++ ....authentication.ClientAuthenticatorFactory | 17 +++++++++ ...cloak.authentication.RequiredActionFactory | 17 +++++++++ ...ak.broker.provider.IdentityProviderFactory | 17 +++++++++ ...roker.social.SocialIdentityProviderFactory | 17 +++++++++ ...ycloak.events.EventListenerProviderFactory | 17 +++++++++ ...cloak.models.UserFederationProviderFactory | 17 +++++++++ .../saml-entity-descriptor.xml | 17 +++++++++ .../kerberos-ldap-connection.properties | 17 +++++++++ .../kerberos-standalone-connection.properties | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../ecp/ecp-sp/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-get/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-input/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../resources/keycloak-saml/sp-metadata.xml | 17 +++++++++ .../resources/ldap/ldap-connection.properties | 17 +++++++++ .../src/test/resources/log4j.properties | 17 +++++++++ .../WEB-INF/picketlink.xml | 17 +++++++++ .../WEB-INF/picketlink.xml | 17 +++++++++ .../encrypted-post/WEB-INF/picketlink.xml | 17 +++++++++ .../signed-front-get/WEB-INF/picketlink.xml | 17 +++++++++ .../saml/signed-get/WEB-INF/picketlink.xml | 17 +++++++++ .../signed-metadata/WEB-INF/picketlink.xml | 17 +++++++++ .../signed-post-email/WEB-INF/picketlink.xml | 17 +++++++++ .../WEB-INF/picketlink.xml | 17 +++++++++ .../WEB-INF/picketlink.xml | 17 +++++++++ .../saml/signed-post/WEB-INF/picketlink.xml | 17 +++++++++ .../saml/simple-get/WEB-INF/picketlink.xml | 17 +++++++++ .../saml/simple-post/WEB-INF/picketlink.xml | 17 +++++++++ .../src/test/resources/saml/sp-metadata.xml | 17 +++++++++ testsuite/jetty/jetty81/pom.xml | 17 +++++++++ .../org/keycloak/testsuite/Jetty8Test.java | 27 ++++++-------- .../org/keycloak/testsuite/JettySamlTest.java | 27 ++++++-------- .../WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-db-error-page/WEB-INF/web.xml | 17 +++++++++ .../customer-db/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/customer-db/WEB-INF/web.xml | 17 +++++++++ .../customer-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-portal/WEB-INF/web.xml | 17 +++++++++ .../input-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/input-portal/WEB-INF/web.xml | 17 +++++++++ .../product-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../product-portal/WEB-INF/web.xml | 17 +++++++++ .../secure-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../secure-portal/WEB-INF/web.xml | 17 +++++++++ .../session-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../session-portal/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-client-signed-post/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-realm-signed-post/WEB-INF/web.xml | 17 +++++++++ .../encrypted-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/web.xml | 17 +++++++++ .../mappers/WEB-INF/jetty-web.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/mappers/WEB-INF/web.xml | 17 +++++++++ .../signed-front-get/WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-front-get/WEB-INF/web.xml | 17 +++++++++ .../signed-get/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-get/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-get/WEB-INF/web.xml | 17 +++++++++ .../signed-metadata/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-metadata/WEB-INF/web.xml | 17 +++++++++ .../signed-post-email/WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-email/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-persistent/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-transient/WEB-INF/web.xml | 17 +++++++++ .../signed-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-post/WEB-INF/web.xml | 17 +++++++++ .../simple-input/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-input/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-input/WEB-INF/web.xml | 17 +++++++++ .../simple-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/simple-post/WEB-INF/web.xml | 17 +++++++++ .../simple-post2/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-post2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post2/WEB-INF/web.xml | 17 +++++++++ .../resources/keycloak-saml/sp-metadata.xml | 17 +++++++++ testsuite/jetty/jetty91/pom.xml | 17 +++++++++ .../org/keycloak/testsuite/Jetty9Test.java | 27 ++++++-------- .../org/keycloak/testsuite/JettySamlTest.java | 27 ++++++-------- .../WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-db-error-page/WEB-INF/web.xml | 17 +++++++++ .../customer-db/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/customer-db/WEB-INF/web.xml | 17 +++++++++ .../customer-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-portal/WEB-INF/web.xml | 17 +++++++++ .../input-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/input-portal/WEB-INF/web.xml | 17 +++++++++ .../product-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../product-portal/WEB-INF/web.xml | 17 +++++++++ .../secure-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../secure-portal/WEB-INF/web.xml | 17 +++++++++ .../session-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../session-portal/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-client-signed-post/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-realm-signed-post/WEB-INF/web.xml | 17 +++++++++ .../encrypted-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/web.xml | 17 +++++++++ .../mappers/WEB-INF/jetty-web.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/mappers/WEB-INF/web.xml | 17 +++++++++ .../signed-front-get/WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-front-get/WEB-INF/web.xml | 17 +++++++++ .../signed-get/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-get/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-get/WEB-INF/web.xml | 17 +++++++++ .../signed-metadata/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-metadata/WEB-INF/web.xml | 17 +++++++++ .../signed-post-email/WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-email/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-persistent/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-transient/WEB-INF/web.xml | 17 +++++++++ .../signed-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-post/WEB-INF/web.xml | 17 +++++++++ .../simple-input/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-input/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-input/WEB-INF/web.xml | 17 +++++++++ .../simple-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/simple-post/WEB-INF/web.xml | 17 +++++++++ .../simple-post2/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-post2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post2/WEB-INF/web.xml | 17 +++++++++ .../resources/keycloak-saml/sp-metadata.xml | 17 +++++++++ testsuite/jetty/jetty92/pom.xml | 17 +++++++++ .../org/keycloak/testsuite/Jetty9Test.java | 27 ++++++-------- .../org/keycloak/testsuite/JettySamlTest.java | 27 ++++++-------- .../WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-db-error-page/WEB-INF/web.xml | 17 +++++++++ .../customer-db/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/customer-db/WEB-INF/web.xml | 17 +++++++++ .../customer-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../customer-portal/WEB-INF/web.xml | 17 +++++++++ .../input-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../adapter-test/input-portal/WEB-INF/web.xml | 17 +++++++++ .../product-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../product-portal/WEB-INF/web.xml | 17 +++++++++ .../secure-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../secure-portal/WEB-INF/web.xml | 17 +++++++++ .../session-portal/WEB-INF/jetty-web.xml | 17 +++++++++ .../session-portal/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-client-signed-post/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-realm-signed-post/WEB-INF/web.xml | 17 +++++++++ .../encrypted-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/web.xml | 17 +++++++++ .../mappers/WEB-INF/jetty-web.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/mappers/WEB-INF/web.xml | 17 +++++++++ .../signed-front-get/WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-front-get/WEB-INF/web.xml | 17 +++++++++ .../signed-get/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-get/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-get/WEB-INF/web.xml | 17 +++++++++ .../signed-metadata/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-metadata/WEB-INF/web.xml | 17 +++++++++ .../signed-post-email/WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-email/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-persistent/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/jetty-web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-transient/WEB-INF/web.xml | 17 +++++++++ .../signed-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../signed-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-post/WEB-INF/web.xml | 17 +++++++++ .../simple-input/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-input/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-input/WEB-INF/web.xml | 17 +++++++++ .../simple-post/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/simple-post/WEB-INF/web.xml | 17 +++++++++ .../simple-post2/WEB-INF/jetty-web.xml | 17 +++++++++ .../simple-post2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post2/WEB-INF/web.xml | 17 +++++++++ .../resources/keycloak-saml/sp-metadata.xml | 17 +++++++++ testsuite/jetty/pom.xml | 17 +++++++++ testsuite/performance/pom.xml | 17 +++++++++ .../BaseJMeterPerformanceTest.java | 17 +++++++++ .../performance/CreateRealmsWorker.java | 17 +++++++++ .../performance/CreateUsersWorker.java | 17 +++++++++ .../testsuite/performance/PerfTestUtils.java | 17 +++++++++ .../performance/ReadUsersWorker.java | 17 +++++++++ .../performance/RemoveUsersWorker.java | 17 +++++++++ .../testsuite/performance/Worker.java | 17 +++++++++ .../src/test/jmeter/jmeter.properties | 17 +++++++++ .../src/test/jmeter/system.properties | 17 +++++++++ testsuite/pom.xml | 17 +++++++++ testsuite/proxy/pom.xml | 17 +++++++++ .../org/keycloak/testsuite/ProxyTest.java | 27 ++++++-------- .../tomcat-test/webapp/WEB-INF/web.xml | 17 +++++++++ testsuite/tomcat6/pom.xml | 17 +++++++++ .../keycloak/testsuite/TomcatSamlTest.java | 27 ++++++-------- .../org/keycloak/testsuite/TomcatServer.java | 17 +++++++++ .../org/keycloak/testsuite/TomcatTest.java | 27 ++++++-------- .../META-INF/context.xml | 17 +++++++++ .../customer-db-error-page/WEB-INF/web.xml | 17 +++++++++ .../customer-db/META-INF/context.xml | 17 +++++++++ .../adapter-test/customer-db/WEB-INF/web.xml | 17 +++++++++ .../customer-portal/META-INF/context.xml | 17 +++++++++ .../customer-portal/WEB-INF/web.xml | 17 +++++++++ .../input-portal/META-INF/context.xml | 17 +++++++++ .../adapter-test/input-portal/WEB-INF/web.xml | 17 +++++++++ .../product-portal/META-INF/context.xml | 17 +++++++++ .../product-portal/WEB-INF/web.xml | 17 +++++++++ .../secure-portal/META-INF/context.xml | 17 +++++++++ .../secure-portal/WEB-INF/web.xml | 17 +++++++++ .../session-portal/META-INF/context.xml | 17 +++++++++ .../session-portal/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-client-signed-post/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-realm-signed-post/WEB-INF/web.xml | 17 +++++++++ .../test/resources/keycloak-saml/context.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/web.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/mappers/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-front-get/WEB-INF/web.xml | 17 +++++++++ .../signed-get/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-get/WEB-INF/web.xml | 17 +++++++++ .../signed-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-metadata/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-email/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-persistent/WEB-INF/web.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-transient/WEB-INF/web.xml | 17 +++++++++ .../signed-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-post/WEB-INF/web.xml | 17 +++++++++ .../simple-input/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-input/WEB-INF/web.xml | 17 +++++++++ .../simple-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/simple-post/WEB-INF/web.xml | 17 +++++++++ .../simple-post2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post2/WEB-INF/web.xml | 17 +++++++++ .../resources/keycloak-saml/sp-metadata.xml | 17 +++++++++ testsuite/tomcat7/pom.xml | 17 +++++++++ .../org/keycloak/testsuite/Tomcat7Test.java | 27 ++++++-------- .../keycloak/testsuite/TomcatSamlTest.java | 27 ++++++-------- .../META-INF/context.xml | 17 +++++++++ .../customer-db-error-page/WEB-INF/web.xml | 17 +++++++++ .../customer-db/META-INF/context.xml | 17 +++++++++ .../adapter-test/customer-db/WEB-INF/web.xml | 17 +++++++++ .../customer-portal/META-INF/context.xml | 17 +++++++++ .../customer-portal/WEB-INF/web.xml | 17 +++++++++ .../input-portal/META-INF/context.xml | 17 +++++++++ .../adapter-test/input-portal/WEB-INF/web.xml | 17 +++++++++ .../product-portal/META-INF/context.xml | 17 +++++++++ .../product-portal/WEB-INF/web.xml | 17 +++++++++ .../secure-portal/META-INF/context.xml | 17 +++++++++ .../secure-portal/WEB-INF/web.xml | 17 +++++++++ .../session-portal/META-INF/context.xml | 17 +++++++++ .../session-portal/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-client-signed-post/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-realm-signed-post/WEB-INF/web.xml | 17 +++++++++ .../encrypted-post/META-INF/context.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/web.xml | 17 +++++++++ .../mappers/META-INF/context.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/mappers/WEB-INF/web.xml | 17 +++++++++ .../signed-front-get/META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-front-get/WEB-INF/web.xml | 17 +++++++++ .../signed-get/META-INF/context.xml | 17 +++++++++ .../signed-get/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-get/WEB-INF/web.xml | 17 +++++++++ .../signed-metadata/META-INF/context.xml | 17 +++++++++ .../signed-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-metadata/WEB-INF/web.xml | 17 +++++++++ .../signed-post-email/META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-email/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-persistent/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-transient/WEB-INF/web.xml | 17 +++++++++ .../signed-post/META-INF/context.xml | 17 +++++++++ .../signed-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-post/WEB-INF/web.xml | 17 +++++++++ .../simple-input/META-INF/context.xml | 17 +++++++++ .../simple-input/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-input/WEB-INF/web.xml | 17 +++++++++ .../simple-post/META-INF/context.xml | 17 +++++++++ .../simple-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/simple-post/WEB-INF/web.xml | 17 +++++++++ .../simple-post2/META-INF/context.xml | 17 +++++++++ .../simple-post2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post2/WEB-INF/web.xml | 17 +++++++++ .../resources/keycloak-saml/sp-metadata.xml | 17 +++++++++ testsuite/tomcat8/pom.xml | 17 +++++++++ .../keycloak/testsuite/TomcatSamlTest.java | 27 ++++++-------- .../org/keycloak/testsuite/TomcatTest.java | 27 ++++++-------- .../META-INF/context.xml | 17 +++++++++ .../customer-db-error-page/WEB-INF/web.xml | 17 +++++++++ .../customer-db/META-INF/context.xml | 17 +++++++++ .../adapter-test/customer-db/WEB-INF/web.xml | 17 +++++++++ .../customer-portal/META-INF/context.xml | 17 +++++++++ .../customer-portal/WEB-INF/web.xml | 17 +++++++++ .../input-portal/META-INF/context.xml | 17 +++++++++ .../adapter-test/input-portal/WEB-INF/web.xml | 17 +++++++++ .../product-portal/META-INF/context.xml | 17 +++++++++ .../product-portal/WEB-INF/web.xml | 17 +++++++++ .../secure-portal/META-INF/context.xml | 17 +++++++++ .../secure-portal/WEB-INF/web.xml | 17 +++++++++ .../session-portal/META-INF/context.xml | 17 +++++++++ .../session-portal/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-client-signed-post/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../bad-realm-signed-post/WEB-INF/web.xml | 17 +++++++++ .../encrypted-post/META-INF/context.xml | 17 +++++++++ .../encrypted-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../encrypted-post/WEB-INF/web.xml | 17 +++++++++ .../mappers/META-INF/context.xml | 17 +++++++++ .../mappers/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/mappers/WEB-INF/web.xml | 17 +++++++++ .../signed-front-get/META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-front-get/WEB-INF/web.xml | 17 +++++++++ .../signed-get/META-INF/context.xml | 17 +++++++++ .../signed-get/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-get/WEB-INF/web.xml | 17 +++++++++ .../signed-metadata/META-INF/context.xml | 17 +++++++++ .../signed-metadata/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-metadata/WEB-INF/web.xml | 17 +++++++++ .../signed-post-email/META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-email/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-persistent/WEB-INF/web.xml | 17 +++++++++ .../META-INF/context.xml | 17 +++++++++ .../WEB-INF/keycloak-saml.xml | 17 +++++++++ .../signed-post-transient/WEB-INF/web.xml | 17 +++++++++ .../signed-post/META-INF/context.xml | 17 +++++++++ .../signed-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/signed-post/WEB-INF/web.xml | 17 +++++++++ .../simple-input/META-INF/context.xml | 17 +++++++++ .../simple-input/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-input/WEB-INF/web.xml | 17 +++++++++ .../simple-post/META-INF/context.xml | 17 +++++++++ .../simple-post/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../keycloak-saml/simple-post/WEB-INF/web.xml | 17 +++++++++ .../simple-post2/META-INF/context.xml | 17 +++++++++ .../simple-post2/WEB-INF/keycloak-saml.xml | 17 +++++++++ .../simple-post2/WEB-INF/web.xml | 17 +++++++++ .../resources/keycloak-saml/sp-metadata.xml | 17 +++++++++ .../tomcat-test/webapp/META-INF/context.xml | 17 +++++++++ .../tomcat-test/webapp/WEB-INF/web.xml | 17 +++++++++ testsuite/wildfly/pom.xml | 17 +++++++++ .../src/test/config/arq/arquillian.xml | 17 +++++++++ util/embedded-ldap/pom.xml | 17 +++++++++ .../ldap/FileDirectoryServiceFactory.java | 17 +++++++++ .../ldap/InMemoryDirectoryServiceFactory.java | 17 +++++++++ .../util/ldap/InMemorySchemaPartition.java | 17 +++++++++ .../util/ldap/KerberosEmbeddedServer.java | 17 +++++++++ .../util/ldap/KerberosKeytabCreator.java | 17 +++++++++ .../util/ldap/LDAPEmbeddedServer.java | 17 +++++++++ .../src/main/resources/log4j.properties | 17 +++++++++ util/pom.xml | 17 +++++++++ wildfly/adduser/pom.xml | 29 +++++++-------- .../org/keycloak/wildfly/adduser/AddUser.java | 17 +++++++++ wildfly/extensions/pom.xml | 29 +++++++-------- .../wildfly/ModuleProviderLoaderFactory.java | 17 +++++++++ .../wildfly/ModuleThemeProviderFactory.java | 17 +++++++++ ...rg.keycloak.provider.ProviderLoaderFactory | 17 +++++++++ .../org.keycloak.theme.ThemeProviderFactory | 17 +++++++++ wildfly/pom.xml | 17 +++++++++ wildfly/server-subsystem/pom.xml | 29 +++++++-------- .../KeycloakAdapterConfigService.java | 18 +++++----- .../server/extension/KeycloakExtension.java | 18 +++++----- .../KeycloakServerDeploymentProcessor.java | 18 +++++----- .../extension/KeycloakSubsystemAdd.java | 18 +++++----- .../KeycloakSubsystemDefinition.java | 18 +++++----- .../extension/KeycloakSubsystemParser.java | 18 +++++----- .../KeycloakSubsystemRemoveHandler.java | 18 +++++----- ...eycloakSubsystemWriteAttributeHandler.java | 18 +++++----- .../server/extension/ServerUtil.java | 18 +++++----- .../server/logging/KeycloakLogger.java | 18 +++++----- .../server/logging/KeycloakMessages.java | 18 +++++----- .../org.jboss.as.controller.Extension | 17 +++++++++ .../extension/LocalDescriptions.properties | 17 +++++++++ .../schema/wildfly-keycloak-server_1_1.xsd | 17 +++++++++ .../keycloak-datasources.xml | 17 +++++++++ .../keycloak-infinispan.xml | 17 +++++++++ .../subsystem-templates/keycloak-server.xml | 17 +++++++++ .../extension/SubsystemParsingTestCase.java | 18 +++++----- .../server/extension/keycloak-server-1.1.xml | 17 +++++++++ 3563 files changed, 51471 insertions(+), 6707 deletions(-) diff --git a/adapters/oidc/adapter-core/pom.xml b/adapters/oidc/adapter-core/pom.xml index f329803aee6d..6cb530554ff7 100755 --- a/adapters/oidc/adapter-core/pom.xml +++ b/adapters/oidc/adapter-core/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterDeploymentContext.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterDeploymentContext.java index fd676f5a213d..e4f4a634744b 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterDeploymentContext.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterDeploymentContext.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.apache.http.HttpEntity; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterTokenStore.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterTokenStore.java index 2bc9279c5c4c..daf9754685a6 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterTokenStore.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterTokenStore.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.keycloak.adapters.spi.AdapterSessionStore; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterUtils.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterUtils.java index ee220c880e1d..aa3b5b4d5107 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterUtils.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AdapterUtils.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AuthenticatedActionsHandler.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AuthenticatedActionsHandler.java index 8083654967ff..18c3f4acabd1 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AuthenticatedActionsHandler.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/AuthenticatedActionsHandler.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BasicAuthRequestAuthenticator.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BasicAuthRequestAuthenticator.java index 7f260ab8b482..1d32f6e8b793 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BasicAuthRequestAuthenticator.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BasicAuthRequestAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.apache.http.HttpEntity; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BearerTokenRequestAuthenticator.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BearerTokenRequestAuthenticator.java index 686b8020a72f..9af6214ba230 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BearerTokenRequestAuthenticator.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/BearerTokenRequestAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CookieTokenStore.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CookieTokenStore.java index b385592bb8c4..7f66dbf2e69d 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CookieTokenStore.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CookieTokenStore.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import java.io.IOException; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CorsHeaders.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CorsHeaders.java index a4a5ae1150c2..715af3dce633 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CorsHeaders.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/CorsHeaders.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; /** diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/HttpClientBuilder.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/HttpClientBuilder.java index 97600a79c440..f461577e0c6e 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/HttpClientBuilder.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/HttpClientBuilder.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.apache.http.client.CookieStore; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakConfigResolver.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakConfigResolver.java index 3b80ea667be2..f905f972d392 100644 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakConfigResolver.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakConfigResolver.java @@ -1,12 +1,12 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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, diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeployment.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeployment.java index b97ecdb913da..ef3c5c674cd7 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeployment.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeployment.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.apache.http.client.HttpClient; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeploymentBuilder.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeploymentBuilder.java index 0bda9b25cb69..1ff38c7f0f7d 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeploymentBuilder.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeploymentBuilder.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/NodesRegistrationManagement.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/NodesRegistrationManagement.java index a31faf13874b..1002d391fedb 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/NodesRegistrationManagement.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/NodesRegistrationManagement.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import java.io.IOException; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OAuthRequestAuthenticator.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OAuthRequestAuthenticator.java index e69e6f2288e1..06830758fa48 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OAuthRequestAuthenticator.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OAuthRequestAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCAuthenticationError.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCAuthenticationError.java index 089b689993ff..420ae93606f4 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCAuthenticationError.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCAuthenticationError.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.keycloak.adapters.spi.AuthenticationError; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCHttpFacade.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCHttpFacade.java index 6718f05750e8..6b9aa78fe769 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCHttpFacade.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OIDCHttpFacade.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.keycloak.KeycloakSecurityContext; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OidcKeycloakAccount.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OidcKeycloakAccount.java index f1be0982d6f9..24dcae2af505 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OidcKeycloakAccount.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/OidcKeycloakAccount.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.keycloak.KeycloakSecurityContext; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/PreAuthActionsHandler.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/PreAuthActionsHandler.java index a332f83e1414..1a8c735afdd2 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/PreAuthActionsHandler.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/PreAuthActionsHandler.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RefreshableKeycloakSecurityContext.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RefreshableKeycloakSecurityContext.java index 6e954e7cbbb8..bdb57766df1e 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RefreshableKeycloakSecurityContext.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RefreshableKeycloakSecurityContext.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RequestAuthenticator.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RequestAuthenticator.java index 3c65709c2303..fe5130b6da93 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RequestAuthenticator.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/RequestAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/ServerRequest.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/ServerRequest.java index aa2a451dac96..8996777842cf 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/ServerRequest.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/ServerRequest.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.apache.http.HttpEntity; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProvider.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProvider.java index 2c6a92dc9592..2483bdfd1e03 100644 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProvider.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProvider.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.authentication; import java.util.Map; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProviderUtils.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProviderUtils.java index 3a7b1c3826c7..4152338a0727 100644 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProviderUtils.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientCredentialsProviderUtils.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.authentication; import java.util.HashMap; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientIdAndSecretCredentialsProvider.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientIdAndSecretCredentialsProvider.java index ef39ff92ec02..6c8a075befd4 100644 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientIdAndSecretCredentialsProvider.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/ClientIdAndSecretCredentialsProvider.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.authentication; import java.util.Map; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/JWTClientCredentialsProvider.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/JWTClientCredentialsProvider.java index 0c5dd72a0f49..747137db8049 100644 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/JWTClientCredentialsProvider.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/authentication/JWTClientCredentialsProvider.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.authentication; import java.security.PrivateKey; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/AbstractKeycloakLoginModule.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/AbstractKeycloakLoginModule.java index 7402d1b107f9..f5d7f9dc17d5 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/AbstractKeycloakLoginModule.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/AbstractKeycloakLoginModule.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jaas; import java.io.InputStream; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/BearerTokenLoginModule.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/BearerTokenLoginModule.java index 9d24d6ad35c6..f9a72f299358 100755 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/BearerTokenLoginModule.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/BearerTokenLoginModule.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jaas; import org.jboss.logging.Logger; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/DirectAccessGrantsLoginModule.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/DirectAccessGrantsLoginModule.java index 4f1e0e2fa9e6..ddd11521bb84 100644 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/DirectAccessGrantsLoginModule.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/DirectAccessGrantsLoginModule.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jaas; import java.io.IOException; diff --git a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/RolePrincipal.java b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/RolePrincipal.java index d578c810e0e4..60890ffb9a45 100644 --- a/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/RolePrincipal.java +++ b/adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/jaas/RolePrincipal.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jaas; import java.io.Serializable; diff --git a/adapters/oidc/adapter-core/src/main/resources/META-INF/services/org.keycloak.adapters.authentication.ClientCredentialsProvider b/adapters/oidc/adapter-core/src/main/resources/META-INF/services/org.keycloak.adapters.authentication.ClientCredentialsProvider index 3b2124bd4ff3..190b09d324a1 100644 --- a/adapters/oidc/adapter-core/src/main/resources/META-INF/services/org.keycloak.adapters.authentication.ClientCredentialsProvider +++ b/adapters/oidc/adapter-core/src/main/resources/META-INF/services/org.keycloak.adapters.authentication.ClientCredentialsProvider @@ -1,2 +1,19 @@ +# +# 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. +# + org.keycloak.adapters.authentication.ClientIdAndSecretCredentialsProvider org.keycloak.adapters.authentication.JWTClientCredentialsProvider \ No newline at end of file diff --git a/adapters/oidc/adapter-core/src/test/java/org/keycloak/adapters/KeycloakDeploymentBuilderTest.java b/adapters/oidc/adapter-core/src/test/java/org/keycloak/adapters/KeycloakDeploymentBuilderTest.java index 99d8fef96240..342f9256835a 100644 --- a/adapters/oidc/adapter-core/src/test/java/org/keycloak/adapters/KeycloakDeploymentBuilderTest.java +++ b/adapters/oidc/adapter-core/src/test/java/org/keycloak/adapters/KeycloakDeploymentBuilderTest.java @@ -1,3 +1,20 @@ +/* + * 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.adapters; import org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager; diff --git a/adapters/oidc/as7-eap6/as7-adapter-spi/pom.xml b/adapters/oidc/as7-eap6/as7-adapter-spi/pom.xml index 521793e3fe0d..2859e5874a0a 100755 --- a/adapters/oidc/as7-eap6/as7-adapter-spi/pom.xml +++ b/adapters/oidc/as7-eap6/as7-adapter-spi/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/as7-eap6/as7-adapter-spi/src/main/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactory.java b/adapters/oidc/as7-eap6/as7-adapter-spi/src/main/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactory.java index f9e804d2a38c..bd25b717c0da 100755 --- a/adapters/oidc/as7-eap6/as7-adapter-spi/src/main/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactory.java +++ b/adapters/oidc/as7-eap6/as7-adapter-spi/src/main/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactory.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jbossweb; import org.apache.catalina.Realm; diff --git a/adapters/oidc/as7-eap6/as7-adapter-spi/src/test/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactoryTest.java b/adapters/oidc/as7-eap6/as7-adapter-spi/src/test/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactoryTest.java index f27bca2f6f83..46ab0b565c13 100644 --- a/adapters/oidc/as7-eap6/as7-adapter-spi/src/test/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactoryTest.java +++ b/adapters/oidc/as7-eap6/as7-adapter-spi/src/test/java/org/keycloak/adapters/jbossweb/JBossWebPrincipalFactoryTest.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jbossweb; import org.apache.catalina.Realm; diff --git a/adapters/oidc/as7-eap6/as7-adapter/pom.xml b/adapters/oidc/as7-eap6/as7-adapter/pom.xml index 2fb76a0e012d..4071d3617f2e 100755 --- a/adapters/oidc/as7-eap6/as7-adapter/pom.xml +++ b/adapters/oidc/as7-eap6/as7-adapter/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/as7-eap6/as7-adapter/src/main/java/org/keycloak/adapters/jbossweb/KeycloakAuthenticatorValve.java b/adapters/oidc/as7-eap6/as7-adapter/src/main/java/org/keycloak/adapters/jbossweb/KeycloakAuthenticatorValve.java index 583d370c57b1..46b7e64c42a5 100755 --- a/adapters/oidc/as7-eap6/as7-adapter/src/main/java/org/keycloak/adapters/jbossweb/KeycloakAuthenticatorValve.java +++ b/adapters/oidc/as7-eap6/as7-adapter/src/main/java/org/keycloak/adapters/jbossweb/KeycloakAuthenticatorValve.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jbossweb; import org.apache.catalina.LifecycleException; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/pom.xml b/adapters/oidc/as7-eap6/as7-subsystem/pom.xml index 70fd8b72739a..a9ee35641f11 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/pom.xml +++ b/adapters/oidc/as7-eap6/as7-subsystem/pom.xml @@ -1,19 +1,20 @@ + ~ 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. + --> 4.0.0 diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialAddHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialAddHandler.java index 47de3b792624..94da8eeec371 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialAddHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialAddHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialDefinition.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialDefinition.java index 7b0257b6d7f5..a8f0c8d85d3d 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialDefinition.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialDefinition.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialReadWriteAttributeHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialReadWriteAttributeHandler.java index d068b1d93636..7b1be7e79cb1 100644 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialReadWriteAttributeHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialReadWriteAttributeHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialRemoveHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialRemoveHandler.java index b4815dbcc4b1..e11436451e8b 100644 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialRemoveHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/CredentialRemoveHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigDeploymentProcessor.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigDeploymentProcessor.java index 5891b4b80262..9b60acd97501 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigDeploymentProcessor.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigDeploymentProcessor.java @@ -1,18 +1,18 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigService.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigService.java index 845da8ed36e6..326862bbf11d 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigService.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakAdapterConfigService.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessor.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessor.java index 1d4169709b8c..2ea60dcc73a7 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessor.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessor.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessorAS7.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessorAS7.java index c8935d44d522..fa8c89fabf83 100644 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessorAS7.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakDependencyProcessorAS7.java @@ -1,3 +1,20 @@ +/* + * 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.subsystem.as7; import org.jboss.as.server.deployment.module.ModuleDependency; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakExtension.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakExtension.java index 2db933684cd2..79eeb11cb2d8 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakExtension.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakExtension.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemAdd.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemAdd.java index f1a4019cdfc0..9f995b3b12d1 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemAdd.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemAdd.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemDefinition.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemDefinition.java index cae933f9397f..ded19a6b5327 100644 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemDefinition.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemDefinition.java @@ -1,18 +1,18 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemParser.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemParser.java index da4795bebfa6..4ed35a687b94 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemParser.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/KeycloakSubsystemParser.java @@ -1,18 +1,18 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmAddHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmAddHandler.java index b80c85cd10ed..37218bea2f3b 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmAddHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmAddHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmDefinition.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmDefinition.java index 8704aacdd5c0..418e393283fe 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmDefinition.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmDefinition.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmRemoveHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmRemoveHandler.java index 672f5369be89..d05d4d67b251 100644 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmRemoveHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmRemoveHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmWriteAttributeHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmWriteAttributeHandler.java index 5eae618a40b4..f4cdca3c1930 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmWriteAttributeHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/RealmWriteAttributeHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentAddHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentAddHandler.java index da84fcb2e16f..5dbee67f2cec 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentAddHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentAddHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentDefinition.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentDefinition.java index 1aeeddfcb3de..9b7350532b23 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentDefinition.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentDefinition.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentRemoveHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentRemoveHandler.java index e638f42eb335..3fbd27e09595 100644 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentRemoveHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentRemoveHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentWriteAttributeHandler.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentWriteAttributeHandler.java index 95ae08484df6..04b26f643b40 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentWriteAttributeHandler.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SecureDeploymentWriteAttributeHandler.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SharedAttributeDefinitons.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SharedAttributeDefinitons.java index c4fdf4e7a385..00d752b8b736 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SharedAttributeDefinitons.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/SharedAttributeDefinitons.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/Util.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/Util.java index f55410c618f1..c20c131823f6 100644 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/Util.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/Util.java @@ -1,3 +1,20 @@ +/* + * 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.subsystem.as7; import org.jboss.as.controller.PathAddress; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakLogger.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakLogger.java index df8ec0ea0b5a..fb4bc0f3a3d3 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakLogger.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakLogger.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7.logging; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakMessages.java b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakMessages.java index 3e7a1600ad49..10c8e6f02a77 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakMessages.java +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/java/org/keycloak/subsystem/as7/logging/KeycloakMessages.java @@ -1,18 +1,18 @@ /* - * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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. + * 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.subsystem.as7.logging; diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/META-INF/services/org.jboss.as.controller.Extension b/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/META-INF/services/org.jboss.as.controller.Extension index 1615116b4fa6..f16dc384c584 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/META-INF/services/org.jboss.as.controller.Extension +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/META-INF/services/org.jboss.as.controller.Extension @@ -1 +1,18 @@ +# +# 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. +# + org.keycloak.subsystem.as7.KeycloakExtension diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/org/keycloak/subsystem/as7/LocalDescriptions.properties b/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/org/keycloak/subsystem/as7/LocalDescriptions.properties index e95b6cd01972..96b76344fea0 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/org/keycloak/subsystem/as7/LocalDescriptions.properties +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/org/keycloak/subsystem/as7/LocalDescriptions.properties @@ -1,3 +1,20 @@ +# +# 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. +# + keycloak.subsystem=Keycloak subsystem keycloak.subsystem.add=Operation Adds Keycloak subsystem keycloak.subsystem.remove=Operation removes Keycloak subsystem diff --git a/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/schema/keycloak_1_1.xsd b/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/schema/keycloak_1_1.xsd index 89b37b653ddb..3ab31e755595 100755 --- a/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/schema/keycloak_1_1.xsd +++ b/adapters/oidc/as7-eap6/as7-subsystem/src/main/resources/schema/keycloak_1_1.xsd @@ -1,5 +1,22 @@ + + + diff --git a/adapters/oidc/installed/pom.xml b/adapters/oidc/installed/pom.xml index 304afd00972b..90ea914d5f3d 100755 --- a/adapters/oidc/installed/pom.xml +++ b/adapters/oidc/installed/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakInstalled.java b/adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakInstalled.java index 652860bc1721..fd8af9fc34a6 100644 --- a/adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakInstalled.java +++ b/adapters/oidc/installed/src/main/java/org/keycloak/adapters/installed/KeycloakInstalled.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.installed; import org.keycloak.OAuth2Constants; diff --git a/adapters/oidc/jaxrs-oauth-client/pom.xml b/adapters/oidc/jaxrs-oauth-client/pom.xml index f89184cb1bdd..8bed6c77e5c9 100755 --- a/adapters/oidc/jaxrs-oauth-client/pom.xml +++ b/adapters/oidc/jaxrs-oauth-client/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilter.java b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilter.java index f0bce71ea9cd..6387f61aac54 100644 --- a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilter.java +++ b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilter.java @@ -1,3 +1,20 @@ +/* + * 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.jaxrs; import javax.annotation.Priority; diff --git a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilterImpl.java b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilterImpl.java index bb8105d79d9d..b3d1035a8e6e 100755 --- a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilterImpl.java +++ b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsBearerTokenFilterImpl.java @@ -1,3 +1,20 @@ +/* + * 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.jaxrs; import org.keycloak.KeycloakPrincipal; diff --git a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsHttpFacade.java b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsHttpFacade.java index 4af3b9047472..5c9c2631ba74 100755 --- a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsHttpFacade.java +++ b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsHttpFacade.java @@ -1,3 +1,20 @@ +/* + * 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.jaxrs; import java.io.InputStream; diff --git a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsOAuthClient.java b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsOAuthClient.java index 7bbea5a0fcd6..cd2599eefeae 100755 --- a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsOAuthClient.java +++ b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/JaxrsOAuthClient.java @@ -1,3 +1,20 @@ +/* + * 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.jaxrs; import org.keycloak.AbstractOAuthClient; diff --git a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/OsgiJaxrsBearerTokenFilterImpl.java b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/OsgiJaxrsBearerTokenFilterImpl.java index eed342add687..16c7c4247a6e 100644 --- a/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/OsgiJaxrsBearerTokenFilterImpl.java +++ b/adapters/oidc/jaxrs-oauth-client/src/main/java/org/keycloak/jaxrs/OsgiJaxrsBearerTokenFilterImpl.java @@ -1,3 +1,20 @@ +/* + * 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.jaxrs; import java.io.IOException; diff --git a/adapters/oidc/jetty/jetty-core/pom.xml b/adapters/oidc/jetty/jetty-core/pom.xml index a78906f7d2e5..ca0a4a51e3f3 100755 --- a/adapters/oidc/jetty/jetty-core/pom.xml +++ b/adapters/oidc/jetty/jetty-core/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/AbstractKeycloakJettyAuthenticator.java b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/AbstractKeycloakJettyAuthenticator.java index dad757041499..f8d72783f6ec 100755 --- a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/AbstractKeycloakJettyAuthenticator.java +++ b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/AbstractKeycloakJettyAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty.core; import org.eclipse.jetty.security.DefaultUserIdentity; diff --git a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyCookieTokenStore.java b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyCookieTokenStore.java index b62bc9ec316b..01c17d117f1c 100755 --- a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyCookieTokenStore.java +++ b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyCookieTokenStore.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty.core; import org.eclipse.jetty.server.Request; diff --git a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyRequestAuthenticator.java b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyRequestAuthenticator.java index d9e9a393a988..782a30566854 100755 --- a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyRequestAuthenticator.java +++ b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettyRequestAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty.core; import org.eclipse.jetty.server.Request; diff --git a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettySessionTokenStore.java b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettySessionTokenStore.java index a51998ec271b..676187b28246 100755 --- a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettySessionTokenStore.java +++ b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/JettySessionTokenStore.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty.core; import org.eclipse.jetty.server.Request; diff --git a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/OIDCJettyHttpFacade.java b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/OIDCJettyHttpFacade.java index 42727cc12d88..78fa6f1d4449 100755 --- a/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/OIDCJettyHttpFacade.java +++ b/adapters/oidc/jetty/jetty-core/src/main/java/org/keycloak/adapters/jetty/core/OIDCJettyHttpFacade.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty.core; import org.keycloak.KeycloakSecurityContext; diff --git a/adapters/oidc/jetty/jetty8.1/pom.xml b/adapters/oidc/jetty/jetty8.1/pom.xml index 199e7e991847..ea9adb770569 100755 --- a/adapters/oidc/jetty/jetty8.1/pom.xml +++ b/adapters/oidc/jetty/jetty8.1/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java b/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java index ec7a7e8af7ee..d4804bbee97c 100755 --- a/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java +++ b/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.security.authentication.FormAuthenticator; diff --git a/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java b/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java index 2bc1d8c00364..ae149319c238 100755 --- a/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java +++ b/adapters/oidc/jetty/jetty8.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.server.AbstractHttpConnection; diff --git a/adapters/oidc/jetty/jetty9.1/pom.xml b/adapters/oidc/jetty/jetty9.1/pom.xml index 550143ef290a..be79889b7174 100755 --- a/adapters/oidc/jetty/jetty9.1/pom.xml +++ b/adapters/oidc/jetty/jetty9.1/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/Jetty91RequestAuthenticator.java b/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/Jetty91RequestAuthenticator.java index ca00f0dfe67e..bee3a1d6ebe2 100755 --- a/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/Jetty91RequestAuthenticator.java +++ b/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/Jetty91RequestAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.server.Request; diff --git a/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java b/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java index 874bf56ab433..2abf4b082613 100755 --- a/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java +++ b/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.http.HttpMethod; diff --git a/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java b/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java index 5c7570f5d41f..6ca324e0fcc2 100755 --- a/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java +++ b/adapters/oidc/jetty/jetty9.1/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.server.Authentication; diff --git a/adapters/oidc/jetty/jetty9.2/pom.xml b/adapters/oidc/jetty/jetty9.2/pom.xml index baf84f28a6a7..82815860c58c 100755 --- a/adapters/oidc/jetty/jetty9.2/pom.xml +++ b/adapters/oidc/jetty/jetty9.2/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/Jetty92RequestAuthenticator.java b/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/Jetty92RequestAuthenticator.java index f1dd6aa406ea..f6f5ad04539c 100755 --- a/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/Jetty92RequestAuthenticator.java +++ b/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/Jetty92RequestAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.server.Request; diff --git a/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java b/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java index bc01360e43e4..d70b329b57c0 100755 --- a/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java +++ b/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/JettyAdapterSessionStore.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.http.HttpMethod; diff --git a/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java b/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java index 67841c1f7735..6986b82dc7bf 100755 --- a/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java +++ b/adapters/oidc/jetty/jetty9.2/src/main/java/org/keycloak/adapters/jetty/KeycloakJettyAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.adapters.jetty; import org.eclipse.jetty.server.Authentication; diff --git a/adapters/oidc/jetty/pom.xml b/adapters/oidc/jetty/pom.xml index f1cd46b89ce4..1e4d28f4dac9 100755 --- a/adapters/oidc/jetty/pom.xml +++ b/adapters/oidc/jetty/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/adapters/oidc/js/pom.xml b/adapters/oidc/js/pom.xml index 24374cc69229..c6083d9ca040 100755 --- a/adapters/oidc/js/pom.xml +++ b/adapters/oidc/js/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/adapters/oidc/js/src/main/resources/keycloak.js b/adapters/oidc/js/src/main/resources/keycloak.js index 928ed691a50a..d8fdfc75e63a 100755 --- a/adapters/oidc/js/src/main/resources/keycloak.js +++ b/adapters/oidc/js/src/main/resources/keycloak.js @@ -1,3 +1,20 @@ +/* + * 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. + */ + (function( window, undefined ) { var Keycloak = function (config) { diff --git a/adapters/oidc/js/src/main/resources/login-status-iframe.html b/adapters/oidc/js/src/main/resources/login-status-iframe.html index cc6ff18485e3..fe7eda1cc56a 100755 --- a/adapters/oidc/js/src/main/resources/login-status-iframe.html +++ b/adapters/oidc/js/src/main/resources/login-status-iframe.html @@ -1,3 +1,20 @@ + + \ No newline at end of file diff --git a/examples/demo-template/pom.xml b/examples/demo-template/pom.xml index 1601d55d7c70..c1cc6501884c 100755 --- a/examples/demo-template/pom.xml +++ b/examples/demo-template/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/demo-template/product-app/pom.xml b/examples/demo-template/product-app/pom.xml index 8c897acf1bfa..462b7e1eb6cb 100755 --- a/examples/demo-template/product-app/pom.xml +++ b/examples/demo-template/product-app/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/demo-template/product-app/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java b/examples/demo-template/product-app/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java index 9f5f61bea492..c28e92ef6fcb 100755 --- a/examples/demo-template/product-app/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java +++ b/examples/demo-template/product-app/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import org.apache.http.HttpEntity; diff --git a/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 9c1bac9b3689..2db9a4acac82 100755 --- a/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/product-app/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/demo-template/product-app/src/main/webapp/WEB-INF/web.xml b/examples/demo-template/product-app/src/main/webapp/WEB-INF/web.xml index f489a65e6691..1a5582b2010d 100755 --- a/examples/demo-template/product-app/src/main/webapp/WEB-INF/web.xml +++ b/examples/demo-template/product-app/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + + diff --git a/examples/demo-template/service-account/pom.xml b/examples/demo-template/service-account/pom.xml index 61327fb4f0de..b59747e155e4 100644 --- a/examples/demo-template/service-account/pom.xml +++ b/examples/demo-template/service-account/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSecretServlet.java b/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSecretServlet.java index 4892bad0aa35..bc1f4c643f70 100644 --- a/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSecretServlet.java +++ b/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSecretServlet.java @@ -1,3 +1,20 @@ +/* + * 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; /** diff --git a/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSignedJWTServlet.java b/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSignedJWTServlet.java index ce5ff7938db9..7acc84ddb2a7 100644 --- a/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSignedJWTServlet.java +++ b/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductSAClientSignedJWTServlet.java @@ -1,3 +1,20 @@ +/* + * 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; /** diff --git a/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductServiceAccountServlet.java b/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductServiceAccountServlet.java index 42ee23d5a1ab..e4d6a4033ad7 100644 --- a/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductServiceAccountServlet.java +++ b/examples/demo-template/service-account/src/main/java/org/keycloak/example/ProductServiceAccountServlet.java @@ -1,3 +1,20 @@ +/* + * 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.ByteArrayOutputStream; diff --git a/examples/demo-template/service-account/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/service-account/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 180885890a89..890407ce6921 100755 --- a/examples/demo-template/service-account/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/service-account/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/demo-template/service-account/src/main/webapp/WEB-INF/web.xml b/examples/demo-template/service-account/src/main/webapp/WEB-INF/web.xml index 024a52272cde..eeb7ba5ec6dc 100644 --- a/examples/demo-template/service-account/src/main/webapp/WEB-INF/web.xml +++ b/examples/demo-template/service-account/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + + Service account example diff --git a/examples/demo-template/subsystem-config.xml b/examples/demo-template/subsystem-config.xml index e9dce6b1a616..1ba9211604c7 100755 --- a/examples/demo-template/subsystem-config.xml +++ b/examples/demo-template/subsystem-config.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/demo-template/third-party-cdi/pom.xml b/examples/demo-template/third-party-cdi/pom.xml index 773693dc5f05..287c353d8f55 100755 --- a/examples/demo-template/third-party-cdi/pom.xml +++ b/examples/demo-template/third-party-cdi/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/AppContextListener.java b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/AppContextListener.java index 1fe4a2ff7163..be9ecf1fa335 100755 --- a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/AppContextListener.java +++ b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/AppContextListener.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import org.jboss.logging.Logger; diff --git a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/CDIResourcesProducer.java b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/CDIResourcesProducer.java index 41e012178816..5208d697eb2b 100755 --- a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/CDIResourcesProducer.java +++ b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/CDIResourcesProducer.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import org.keycloak.servlet.ServletOAuthClient; diff --git a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/DatabaseClient.java b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/DatabaseClient.java index 56b5ebe4c99a..e37becf8a602 100755 --- a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/DatabaseClient.java +++ b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/DatabaseClient.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import org.apache.http.HttpEntity; diff --git a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/MessagesChecker.java b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/MessagesChecker.java index e59864f5bf20..db85a2c6c901 100755 --- a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/MessagesChecker.java +++ b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/MessagesChecker.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import javax.enterprise.context.RequestScoped; diff --git a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/RefreshTokenFilter.java b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/RefreshTokenFilter.java index 590b5dfcf8d8..471fe4774145 100755 --- a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/RefreshTokenFilter.java +++ b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/RefreshTokenFilter.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import org.keycloak.OAuth2Constants; diff --git a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/ServletRequestQualifier.java b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/ServletRequestQualifier.java index ceccfbf4850e..b364897f8bd5 100755 --- a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/ServletRequestQualifier.java +++ b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/ServletRequestQualifier.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import javax.inject.Qualifier; diff --git a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/UserData.java b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/UserData.java index 5161cab9d3b7..38883dab1b0c 100755 --- a/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/UserData.java +++ b/examples/demo-template/third-party-cdi/src/main/java/org/keycloak/example/oauth/UserData.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import javax.enterprise.context.SessionScoped; diff --git a/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/beans.xml b/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/beans.xml index c4feade01958..5f4f2e233c5d 100755 --- a/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/beans.xml +++ b/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/beans.xml @@ -1,19 +1,19 @@ + ~ 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. + --> + ~ 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. + --> + diff --git a/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/web.xml b/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/web.xml index 93e1ef63c4dd..92ddabf5f261 100755 --- a/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/web.xml +++ b/examples/demo-template/third-party-cdi/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + + diff --git a/examples/demo-template/third-party-cdi/src/main/webapp/index.html b/examples/demo-template/third-party-cdi/src/main/webapp/index.html index 7b641f77fd3b..c0bd1a40cc34 100755 --- a/examples/demo-template/third-party-cdi/src/main/webapp/index.html +++ b/examples/demo-template/third-party-cdi/src/main/webapp/index.html @@ -1,3 +1,20 @@ + + diff --git a/examples/demo-template/third-party/pom.xml b/examples/demo-template/third-party/pom.xml index f2ac75feb966..cd0b9afdfd99 100755 --- a/examples/demo-template/third-party/pom.xml +++ b/examples/demo-template/third-party/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/Bootstrap.java b/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/Bootstrap.java index cb6ac99537dc..7b91675bc1da 100755 --- a/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/Bootstrap.java +++ b/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/Bootstrap.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import org.keycloak.servlet.ServletOAuthClient; diff --git a/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java b/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java index c72ee0576117..c380ce5ff374 100755 --- a/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java +++ b/examples/demo-template/third-party/src/main/java/org/keycloak/example/oauth/ProductDatabaseClient.java @@ -1,3 +1,20 @@ +/* + * 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.oauth; import org.apache.http.HttpEntity; diff --git a/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index 69d395de48b5..53c916d1a076 100755 --- a/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/demo-template/third-party/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/demo-template/third-party/src/main/webapp/WEB-INF/web.xml b/examples/demo-template/third-party/src/main/webapp/WEB-INF/web.xml index 9e72e01e90ea..975e27d43b93 100755 --- a/examples/demo-template/third-party/src/main/webapp/WEB-INF/web.xml +++ b/examples/demo-template/third-party/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + +

Third Party App That Pulls Data Using OAuth

diff --git a/examples/fuse/camel/pom.xml b/examples/fuse/camel/pom.xml index 152b10c0ac39..6fea67ed4f73 100755 --- a/examples/fuse/camel/pom.xml +++ b/examples/fuse/camel/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/fuse/camel/src/main/java/org/keycloak/example/CamelHelloProcessor.java b/examples/fuse/camel/src/main/java/org/keycloak/example/CamelHelloProcessor.java index 6ef2be24c08a..52259cba934d 100644 --- a/examples/fuse/camel/src/main/java/org/keycloak/example/CamelHelloProcessor.java +++ b/examples/fuse/camel/src/main/java/org/keycloak/example/CamelHelloProcessor.java @@ -1,3 +1,20 @@ +/* + * 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 javax.servlet.http.HttpServletRequest; diff --git a/examples/fuse/camel/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/examples/fuse/camel/src/main/resources/OSGI-INF/blueprint/blueprint.xml index fa3a62e947a5..a4796cc152ec 100644 --- a/examples/fuse/camel/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/examples/fuse/camel/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -1,4 +1,21 @@ + + + + diff --git a/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CamelClient.java b/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CamelClient.java index 6e27e30aa55f..db7f797f8ddb 100644 --- a/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CamelClient.java +++ b/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CamelClient.java @@ -1,3 +1,20 @@ +/* + * 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; diff --git a/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CxfRsClient.java b/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CxfRsClient.java index e73802af0fa3..3a920f233fc4 100644 --- a/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CxfRsClient.java +++ b/examples/fuse/customer-app-fuse/src/main/java/org/keycloak/example/CxfRsClient.java @@ -1,3 +1,20 @@ +/* + * 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.IOException; diff --git a/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/jetty-web.xml b/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/jetty-web.xml index e3d87a249274..6b42d3f00cf0 100644 --- a/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/jetty-web.xml +++ b/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/jetty-web.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/web.xml b/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/web.xml index 6fb7590e0743..9a92050613d3 100755 --- a/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/web.xml +++ b/examples/fuse/customer-app-fuse/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + + diff --git a/examples/fuse/cxf-jaxrs/pom.xml b/examples/fuse/cxf-jaxrs/pom.xml index de5c4c7ca47b..237cdaea4e96 100755 --- a/examples/fuse/cxf-jaxrs/pom.xml +++ b/examples/fuse/cxf-jaxrs/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/fuse/cxf-jaxrs/src/main/java/org/keycloak/example/rs/CxfCustomerService.java b/examples/fuse/cxf-jaxrs/src/main/java/org/keycloak/example/rs/CxfCustomerService.java index c76155601921..a0ad78d889e1 100644 --- a/examples/fuse/cxf-jaxrs/src/main/java/org/keycloak/example/rs/CxfCustomerService.java +++ b/examples/fuse/cxf-jaxrs/src/main/java/org/keycloak/example/rs/CxfCustomerService.java @@ -1,3 +1,20 @@ +/* + * 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 java.util.ArrayList; diff --git a/examples/fuse/cxf-jaxrs/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/examples/fuse/cxf-jaxrs/src/main/resources/OSGI-INF/blueprint/blueprint.xml index e64e011f35f3..619b047ef31f 100644 --- a/examples/fuse/cxf-jaxrs/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/examples/fuse/cxf-jaxrs/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -1,4 +1,21 @@ + + + + diff --git a/examples/fuse/cxf-jaxws/pom.xml b/examples/fuse/cxf-jaxws/pom.xml index e7f6e214f539..0a4dee619be3 100755 --- a/examples/fuse/cxf-jaxws/pom.xml +++ b/examples/fuse/cxf-jaxws/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/Product.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/Product.java index 2cf7dfb695b4..9028e35dcc53 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/Product.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/Product.java @@ -1,3 +1,20 @@ +/* + * 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.WebMethod; diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/ProductImpl.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/ProductImpl.java index d4136440a9e6..80411354788a 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/ProductImpl.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/ProductImpl.java @@ -1,3 +1,20 @@ +/* + * 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; diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/UnknownProductFault.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/UnknownProductFault.java index d9aa03557122..da7ceb1975ef 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/UnknownProductFault.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/UnknownProductFault.java @@ -1,3 +1,20 @@ +/* + * 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; diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProduct.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProduct.java index 7b2826579ae9..6e4b1c814388 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProduct.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProduct.java @@ -1,4 +1,21 @@ +/* + * 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; diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProductResponse.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProductResponse.java index 174c4d9036ea..a1220c3a69d6 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProductResponse.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/GetProductResponse.java @@ -1,4 +1,21 @@ +/* + * 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; diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/ObjectFactory.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/ObjectFactory.java index b712c5e4fef8..eef95634f6a4 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/ObjectFactory.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/ObjectFactory.java @@ -1,4 +1,21 @@ +/* + * 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; diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/UnknownProductFault.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/UnknownProductFault.java index 3c1e9915ba57..862239d4b06a 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/UnknownProductFault.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/UnknownProductFault.java @@ -1,4 +1,21 @@ +/* + * 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; diff --git a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/package-info.java b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/package-info.java index 877c2df88484..4fd528b5de74 100644 --- a/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/package-info.java +++ b/examples/fuse/cxf-jaxws/src/main/java/org/keycloak/example/ws/types/package-info.java @@ -1 +1,18 @@ +/* + * 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; diff --git a/examples/fuse/cxf-jaxws/src/main/resources/META-INF/spring/beans.xml b/examples/fuse/cxf-jaxws/src/main/resources/META-INF/spring/beans.xml index 29f2ca50fd60..2d15ae017b3f 100644 --- a/examples/fuse/cxf-jaxws/src/main/resources/META-INF/spring/beans.xml +++ b/examples/fuse/cxf-jaxws/src/main/resources/META-INF/spring/beans.xml @@ -1,4 +1,21 @@ + + + + diff --git a/examples/fuse/features/src/main/resources/features.xml b/examples/fuse/features/src/main/resources/features.xml index ead6ccefe25c..ffe95de15d14 100644 --- a/examples/fuse/features/src/main/resources/features.xml +++ b/examples/fuse/features/src/main/resources/features.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/fuse/pom.xml b/examples/fuse/pom.xml index cc223c84e232..c95635ad5d81 100755 --- a/examples/fuse/pom.xml +++ b/examples/fuse/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/fuse/product-app-fuse/pom.xml b/examples/fuse/product-app-fuse/pom.xml index 25b1d1c566a4..7020f0e72214 100755 --- a/examples/fuse/product-app-fuse/pom.xml +++ b/examples/fuse/product-app-fuse/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/fuse/product-app-fuse/src/main/java/org/keycloak/example/ProductPortalServlet.java b/examples/fuse/product-app-fuse/src/main/java/org/keycloak/example/ProductPortalServlet.java index 8d659b09c896..4b96f3bd1b17 100644 --- a/examples/fuse/product-app-fuse/src/main/java/org/keycloak/example/ProductPortalServlet.java +++ b/examples/fuse/product-app-fuse/src/main/java/org/keycloak/example/ProductPortalServlet.java @@ -1,3 +1,20 @@ +/* + * 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.IOException; diff --git a/examples/fuse/product-app-fuse/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/examples/fuse/product-app-fuse/src/main/resources/OSGI-INF/blueprint/blueprint.xml index e6b0757994af..8de70c38ef16 100644 --- a/examples/fuse/product-app-fuse/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/examples/fuse/product-app-fuse/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/fuse/product-app-fuse/src/main/resources/WEB-INF/jetty-web.xml b/examples/fuse/product-app-fuse/src/main/resources/WEB-INF/jetty-web.xml index e3d87a249274..6b42d3f00cf0 100644 --- a/examples/fuse/product-app-fuse/src/main/resources/WEB-INF/jetty-web.xml +++ b/examples/fuse/product-app-fuse/src/main/resources/WEB-INF/jetty-web.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/js-console/pom.xml b/examples/js-console/pom.xml index 548fb64d8a61..0d5867769422 100755 --- a/examples/js-console/pom.xml +++ b/examples/js-console/pom.xml @@ -1,4 +1,21 @@ + + diff --git a/examples/js-console/src/main/webapp/WEB-INF/web.xml b/examples/js-console/src/main/webapp/WEB-INF/web.xml index a7460c2e9f55..16e8b239d24a 100644 --- a/examples/js-console/src/main/webapp/WEB-INF/web.xml +++ b/examples/js-console/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + + diff --git a/examples/kerberos/pom.xml b/examples/kerberos/pom.xml index 2b1c9820ed6f..412d006642c1 100755 --- a/examples/kerberos/pom.xml +++ b/examples/kerberos/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/examples/kerberos/src/main/java/org/keycloak/example/kerberos/GSSCredentialsClient.java b/examples/kerberos/src/main/java/org/keycloak/example/kerberos/GSSCredentialsClient.java index df58bc4ebda6..ef8ba512d418 100644 --- a/examples/kerberos/src/main/java/org/keycloak/example/kerberos/GSSCredentialsClient.java +++ b/examples/kerberos/src/main/java/org/keycloak/example/kerberos/GSSCredentialsClient.java @@ -1,3 +1,20 @@ +/* + * 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.kerberos; import java.util.Hashtable; diff --git a/examples/kerberos/src/main/webapp/WEB-INF/web.xml b/examples/kerberos/src/main/webapp/WEB-INF/web.xml index aa2116608a36..79d0ddd64be0 100644 --- a/examples/kerberos/src/main/webapp/WEB-INF/web.xml +++ b/examples/kerberos/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + + + diff --git a/examples/ldap/src/main/webapp/WEB-INF/web.xml b/examples/ldap/src/main/webapp/WEB-INF/web.xml index e6ec7c8cbaea..23d88965d483 100644 --- a/examples/ldap/src/main/webapp/WEB-INF/web.xml +++ b/examples/ldap/src/main/webapp/WEB-INF/web.xml @@ -1,4 +1,21 @@ + + + 4.0.0 diff --git a/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/boundary/ProtectedServlet.java b/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/boundary/ProtectedServlet.java index bf8212b27f91..4191d5d42aef 100755 --- a/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/boundary/ProtectedServlet.java +++ b/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/boundary/ProtectedServlet.java @@ -1,12 +1,12 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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, diff --git a/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/control/PathBasedKeycloakConfigResolver.java b/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/control/PathBasedKeycloakConfigResolver.java index b7223005e9d7..2883ee8a8604 100755 --- a/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/control/PathBasedKeycloakConfigResolver.java +++ b/examples/multi-tenant/src/main/java/org/keycloak/example/multitenant/control/PathBasedKeycloakConfigResolver.java @@ -1,12 +1,12 @@ /* - * Copyright 2014 Red Hat Inc. and/or its affiliates and other contributors - * as indicated by the @author tags. All rights reserved. + * 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 + * 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, diff --git a/examples/multi-tenant/src/main/webapp/WEB-INF/jboss-deployment-structure.xml b/examples/multi-tenant/src/main/webapp/WEB-INF/jboss-deployment-structure.xml index d371dbd5d223..d5541d49f10d 100644 --- a/examples/multi-tenant/src/main/webapp/WEB-INF/jboss-deployment-structure.xml +++ b/examples/multi-tenant/src/main/webapp/WEB-INF/jboss-deployment-structure.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/multi-tenant/src/main/webapp/WEB-INF/web.xml b/examples/multi-tenant/src/main/webapp/WEB-INF/web.xml index adfc73f5a558..ad092092b517 100644 --- a/examples/multi-tenant/src/main/webapp/WEB-INF/web.xml +++ b/examples/multi-tenant/src/main/webapp/WEB-INF/web.xml @@ -1,3 +1,20 @@ + + + diff --git a/examples/providers/authenticator/pom.xml b/examples/providers/authenticator/pom.xml index e3b8e4a74a95..f56fec2e02c0 100755 --- a/examples/providers/authenticator/pom.xml +++ b/examples/providers/authenticator/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticator.java b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticator.java index 8e8cb48d791c..3fdd4ff6e41a 100755 --- a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticator.java +++ b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticator.java @@ -1,3 +1,20 @@ +/* + * 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.examples.authenticator; import org.keycloak.authentication.AuthenticationFlowContext; diff --git a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticatorFactory.java b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticatorFactory.java index 94db2ae520a7..77c93b6e23f1 100755 --- a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticatorFactory.java +++ b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionAuthenticatorFactory.java @@ -1,3 +1,20 @@ +/* + * 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.examples.authenticator; import org.keycloak.Config; diff --git a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredAction.java b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredAction.java index 8fa26eec3aef..f196205b70b3 100755 --- a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredAction.java +++ b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredAction.java @@ -1,3 +1,20 @@ +/* + * 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.examples.authenticator; import org.keycloak.authentication.RequiredActionContext; diff --git a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredActionFactory.java b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredActionFactory.java index ff699e27efc0..46ad4ebc7516 100755 --- a/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredActionFactory.java +++ b/examples/providers/authenticator/src/main/java/org/keycloak/examples/authenticator/SecretQuestionRequiredActionFactory.java @@ -1,3 +1,20 @@ +/* + * 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.examples.authenticator; import org.keycloak.Config; diff --git a/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory b/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory index a62922e858aa..f288d3daa982 100755 --- a/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory +++ b/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.AuthenticatorFactory @@ -1 +1,18 @@ +# +# 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. +# + org.keycloak.examples.authenticator.SecretQuestionAuthenticatorFactory \ No newline at end of file diff --git a/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.RequiredActionFactory b/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.RequiredActionFactory index 88b6a06f84ab..034c2f17c266 100755 --- a/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.RequiredActionFactory +++ b/examples/providers/authenticator/src/main/resources/META-INF/services/org.keycloak.authentication.RequiredActionFactory @@ -1 +1,18 @@ +# +# 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. +# + org.keycloak.examples.authenticator.SecretQuestionRequiredActionFactory \ No newline at end of file diff --git a/examples/providers/event-listener-sysout/pom.xml b/examples/providers/event-listener-sysout/pom.xml index c0c24abcf28e..cbe455128e75 100755 --- a/examples/providers/event-listener-sysout/pom.xml +++ b/examples/providers/event-listener-sysout/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProvider.java b/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProvider.java index d81288e343f8..74208589a55d 100755 --- a/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProvider.java +++ b/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProvider.java @@ -1,3 +1,20 @@ +/* + * 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.examples.providers.events; import org.keycloak.events.admin.AdminEvent; diff --git a/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProviderFactory.java b/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProviderFactory.java index e7eb8d527e22..c3e4e7c4be76 100755 --- a/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProviderFactory.java +++ b/examples/providers/event-listener-sysout/src/main/java/org/keycloak/examples/providers/events/SysoutEventListenerProviderFactory.java @@ -1,3 +1,20 @@ +/* + * 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.examples.providers.events; import org.keycloak.Config; diff --git a/examples/providers/event-listener-sysout/src/main/resources/META-INF/services/org.keycloak.events.EventListenerProviderFactory b/examples/providers/event-listener-sysout/src/main/resources/META-INF/services/org.keycloak.events.EventListenerProviderFactory index 636ed4ec85fd..a0ee81c4495f 100644 --- a/examples/providers/event-listener-sysout/src/main/resources/META-INF/services/org.keycloak.events.EventListenerProviderFactory +++ b/examples/providers/event-listener-sysout/src/main/resources/META-INF/services/org.keycloak.events.EventListenerProviderFactory @@ -1 +1,18 @@ +# +# 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. +# + org.keycloak.examples.providers.events.SysoutEventListenerProviderFactory \ No newline at end of file diff --git a/examples/providers/event-store-mem/pom.xml b/examples/providers/event-store-mem/pom.xml index e80b0c3de2f2..ac2ea1e59af1 100755 --- a/examples/providers/event-store-mem/pom.xml +++ b/examples/providers/event-store-mem/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemAdminEventQuery.java b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemAdminEventQuery.java index 8c737ba4de20..bffc462e2403 100755 --- a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemAdminEventQuery.java +++ b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemAdminEventQuery.java @@ -1,3 +1,20 @@ +/* + * 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.examples.providers.events; import java.util.Collections; diff --git a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventQuery.java b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventQuery.java index af50961da6e3..293cdda20b2d 100755 --- a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventQuery.java +++ b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventQuery.java @@ -1,3 +1,20 @@ +/* + * 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.examples.providers.events; import org.keycloak.events.Event; diff --git a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProvider.java b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProvider.java index e0b2d4cc3044..3df4e06e2f05 100755 --- a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProvider.java +++ b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProvider.java @@ -1,3 +1,20 @@ +/* + * 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.examples.providers.events; import org.keycloak.events.admin.AdminEvent; diff --git a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProviderFactory.java b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProviderFactory.java index f08d31a1e020..c03ea7ace3d8 100755 --- a/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProviderFactory.java +++ b/examples/providers/event-store-mem/src/main/java/org/keycloak/examples/providers/events/MemEventStoreProviderFactory.java @@ -1,3 +1,20 @@ +/* + * 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.examples.providers.events; import org.keycloak.Config; diff --git a/examples/providers/event-store-mem/src/main/resources/META-INF/services/org.keycloak.events.EventStoreProviderFactory b/examples/providers/event-store-mem/src/main/resources/META-INF/services/org.keycloak.events.EventStoreProviderFactory index baa00d76a022..fb3398f1d516 100644 --- a/examples/providers/event-store-mem/src/main/resources/META-INF/services/org.keycloak.events.EventStoreProviderFactory +++ b/examples/providers/event-store-mem/src/main/resources/META-INF/services/org.keycloak.events.EventStoreProviderFactory @@ -1 +1,18 @@ +# +# 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. +# + org.keycloak.examples.providers.events.MemEventStoreProviderFactory \ No newline at end of file diff --git a/examples/providers/federation-provider/pom.xml b/examples/providers/federation-provider/pom.xml index b31ba5e0821d..a9d58a72e22c 100755 --- a/examples/providers/federation-provider/pom.xml +++ b/examples/providers/federation-provider/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationFactory.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationFactory.java index e9393ef83402..2d5abc3f22e7 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationFactory.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationFactory.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.Config; diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationProvider.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationProvider.java index eb4b9bb1fc9a..ddf54404d308 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationProvider.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/BasePropertiesFederationProvider.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.models.CredentialValidationOutput; diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationFactory.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationFactory.java index 39bb3722c6ab..03877d32190f 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationFactory.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationFactory.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.models.KeycloakSession; diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationProvider.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationProvider.java index 5467a425f007..2776b292adce 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationProvider.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ClasspathPropertiesFederationProvider.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.models.KeycloakSession; diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationFactory.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationFactory.java index 588dca2bdc2d..b492ee352d59 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationFactory.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationFactory.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.models.KeycloakSession; diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationProvider.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationProvider.java index 80f9d8d1e96a..2bfa93267452 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationProvider.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/FilePropertiesFederationProvider.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.models.KeycloakSession; diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ReadonlyUserModelProxy.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ReadonlyUserModelProxy.java index 30b86a44a4d0..d1cec50d6953 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ReadonlyUserModelProxy.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/ReadonlyUserModelProxy.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.models.UserCredentialModel; diff --git a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/WritableUserModelProxy.java b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/WritableUserModelProxy.java index dd90ab425f08..93f0b3ddf023 100755 --- a/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/WritableUserModelProxy.java +++ b/examples/providers/federation-provider/src/main/java/org/keycloak/examples/federation/properties/WritableUserModelProxy.java @@ -1,3 +1,20 @@ +/* + * 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.examples.federation.properties; import org.keycloak.models.UserCredentialModel; diff --git a/examples/providers/federation-provider/src/main/resources/META-INF/services/org.keycloak.models.UserFederationProviderFactory b/examples/providers/federation-provider/src/main/resources/META-INF/services/org.keycloak.models.UserFederationProviderFactory index 51b29218af9b..77da29906c64 100755 --- a/examples/providers/federation-provider/src/main/resources/META-INF/services/org.keycloak.models.UserFederationProviderFactory +++ b/examples/providers/federation-provider/src/main/resources/META-INF/services/org.keycloak.models.UserFederationProviderFactory @@ -1,2 +1,19 @@ +# +# 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. +# + org.keycloak.examples.federation.properties.ClasspathPropertiesFederationFactory org.keycloak.examples.federation.properties.FilePropertiesFederationFactory \ No newline at end of file diff --git a/examples/providers/federation-provider/src/main/resources/test-users.properties b/examples/providers/federation-provider/src/main/resources/test-users.properties index aea1071ea560..79e8965f7bc7 100755 --- a/examples/providers/federation-provider/src/main/resources/test-users.properties +++ b/examples/providers/federation-provider/src/main/resources/test-users.properties @@ -1 +1,18 @@ +# +# 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. +# + tbrady=superbowl \ No newline at end of file diff --git a/examples/providers/federation-provider/src/main/resources/test2-users.properties b/examples/providers/federation-provider/src/main/resources/test2-users.properties index 7ff83ba391da..e27d3ab3d686 100755 --- a/examples/providers/federation-provider/src/main/resources/test2-users.properties +++ b/examples/providers/federation-provider/src/main/resources/test2-users.properties @@ -1,3 +1,20 @@ +# +# 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. +# + # #Sun Aug 03 10:52:57 EDT 2014 belichick=superbowl diff --git a/examples/providers/pom.xml b/examples/providers/pom.xml index ed3e41d88cfd..200cdac7ecd3 100755 --- a/examples/providers/pom.xml +++ b/examples/providers/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/saml/pom.xml b/examples/saml/pom.xml index ff862b34f974..f7cd1101b14f 100755 --- a/examples/saml/pom.xml +++ b/examples/saml/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/saml/post-with-encryption/pom.xml b/examples/saml/post-with-encryption/pom.xml index bc9df5bc8f9e..af4fce439806 100755 --- a/examples/saml/post-with-encryption/pom.xml +++ b/examples/saml/post-with-encryption/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/examples/saml/post-with-encryption/src/main/webapp/WEB-INF/keycloak-saml.xml b/examples/saml/post-with-encryption/src/main/webapp/WEB-INF/keycloak-saml.xml index a094acf3f4b5..600108027095 100755 --- a/examples/saml/post-with-encryption/src/main/webapp/WEB-INF/keycloak-saml.xml +++ b/examples/saml/post-with-encryption/src/main/webapp/WEB-INF/keycloak-saml.xml @@ -1,3 +1,20 @@ + + + + diff --git a/examples/saml/post-with-encryption/src/main/webapp/css/idp.css b/examples/saml/post-with-encryption/src/main/webapp/css/idp.css index afb49ea94290..f0afa32b13bf 100755 --- a/examples/saml/post-with-encryption/src/main/webapp/css/idp.css +++ b/examples/saml/post-with-encryption/src/main/webapp/css/idp.css @@ -1,24 +1,19 @@ /* - ~ JBoss, Home of Professional Open Source. - ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors - ~ as indicated by the @author tags. See the copyright.txt file in the - ~ distribution for a full listing of individual contributors. - ~ - ~ This is free software; you can redistribute it and/or modify it - ~ under the terms of the GNU Lesser General Public License as - ~ published by the Free Software Foundation; either version 2.1 of - ~ the License, or (at your option) any later version. - ~ - ~ This software is distributed in the hope that it will be useful, - ~ but WITHOUT ANY WARRANTY; without even the implied warranty of - ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - ~ Lesser General Public License for more details. - ~ - ~ You should have received a copy of the GNU Lesser General Public - ~ License along with this software; if not, write to the Free - ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. -*/ + * 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. + */ body { background: url(images/rh_bg.png) repeat-x scroll 0 0 #F3F3F3; color: #555555; diff --git a/examples/saml/post-with-signature/pom.xml b/examples/saml/post-with-signature/pom.xml index 32ced7b327f9..78286d67cf38 100755 --- a/examples/saml/post-with-signature/pom.xml +++ b/examples/saml/post-with-signature/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/examples/saml/post-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml b/examples/saml/post-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml index d098103c009c..815e42637d07 100755 --- a/examples/saml/post-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml +++ b/examples/saml/post-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml @@ -1,3 +1,20 @@ + + + + diff --git a/examples/saml/post-with-signature/src/main/webapp/css/idp.css b/examples/saml/post-with-signature/src/main/webapp/css/idp.css index afb49ea94290..f0afa32b13bf 100755 --- a/examples/saml/post-with-signature/src/main/webapp/css/idp.css +++ b/examples/saml/post-with-signature/src/main/webapp/css/idp.css @@ -1,24 +1,19 @@ /* - ~ JBoss, Home of Professional Open Source. - ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors - ~ as indicated by the @author tags. See the copyright.txt file in the - ~ distribution for a full listing of individual contributors. - ~ - ~ This is free software; you can redistribute it and/or modify it - ~ under the terms of the GNU Lesser General Public License as - ~ published by the Free Software Foundation; either version 2.1 of - ~ the License, or (at your option) any later version. - ~ - ~ This software is distributed in the hope that it will be useful, - ~ but WITHOUT ANY WARRANTY; without even the implied warranty of - ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - ~ Lesser General Public License for more details. - ~ - ~ You should have received a copy of the GNU Lesser General Public - ~ License along with this software; if not, write to the Free - ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. -*/ + * 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. + */ body { background: url(images/rh_bg.png) repeat-x scroll 0 0 #F3F3F3; color: #555555; diff --git a/examples/saml/redirect-with-signature/pom.xml b/examples/saml/redirect-with-signature/pom.xml index b0e0848d26c6..a1adaf9870fc 100755 --- a/examples/saml/redirect-with-signature/pom.xml +++ b/examples/saml/redirect-with-signature/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/examples/saml/redirect-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml b/examples/saml/redirect-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml index 34ee41464f7c..1e0ad02d437c 100755 --- a/examples/saml/redirect-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml +++ b/examples/saml/redirect-with-signature/src/main/webapp/WEB-INF/keycloak-saml.xml @@ -1,3 +1,20 @@ + + + + diff --git a/examples/saml/redirect-with-signature/src/main/webapp/css/idp.css b/examples/saml/redirect-with-signature/src/main/webapp/css/idp.css index afb49ea94290..f0afa32b13bf 100755 --- a/examples/saml/redirect-with-signature/src/main/webapp/css/idp.css +++ b/examples/saml/redirect-with-signature/src/main/webapp/css/idp.css @@ -1,24 +1,19 @@ /* - ~ JBoss, Home of Professional Open Source. - ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors - ~ as indicated by the @author tags. See the copyright.txt file in the - ~ distribution for a full listing of individual contributors. - ~ - ~ This is free software; you can redistribute it and/or modify it - ~ under the terms of the GNU Lesser General Public License as - ~ published by the Free Software Foundation; either version 2.1 of - ~ the License, or (at your option) any later version. - ~ - ~ This software is distributed in the hope that it will be useful, - ~ but WITHOUT ANY WARRANTY; without even the implied warranty of - ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - ~ Lesser General Public License for more details. - ~ - ~ You should have received a copy of the GNU Lesser General Public - ~ License along with this software; if not, write to the Free - ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. -*/ + * 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. + */ body { background: url(images/rh_bg.png) repeat-x scroll 0 0 #F3F3F3; color: #555555; diff --git a/examples/saml/servlet-filter/pom.xml b/examples/saml/servlet-filter/pom.xml index 38ca902ac871..5d519c682c6c 100755 --- a/examples/saml/servlet-filter/pom.xml +++ b/examples/saml/servlet-filter/pom.xml @@ -1,3 +1,20 @@ + + 4.0.0 diff --git a/examples/saml/servlet-filter/src/main/webapp/WEB-INF/keycloak-saml.xml b/examples/saml/servlet-filter/src/main/webapp/WEB-INF/keycloak-saml.xml index f27a39ef7189..fd9e2fa7f363 100755 --- a/examples/saml/servlet-filter/src/main/webapp/WEB-INF/keycloak-saml.xml +++ b/examples/saml/servlet-filter/src/main/webapp/WEB-INF/keycloak-saml.xml @@ -1,3 +1,20 @@ + + + + diff --git a/examples/saml/servlet-filter/src/main/webapp/css/idp.css b/examples/saml/servlet-filter/src/main/webapp/css/idp.css index afb49ea94290..f0afa32b13bf 100755 --- a/examples/saml/servlet-filter/src/main/webapp/css/idp.css +++ b/examples/saml/servlet-filter/src/main/webapp/css/idp.css @@ -1,24 +1,19 @@ /* - ~ JBoss, Home of Professional Open Source. - ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors - ~ as indicated by the @author tags. See the copyright.txt file in the - ~ distribution for a full listing of individual contributors. - ~ - ~ This is free software; you can redistribute it and/or modify it - ~ under the terms of the GNU Lesser General Public License as - ~ published by the Free Software Foundation; either version 2.1 of - ~ the License, or (at your option) any later version. - ~ - ~ This software is distributed in the hope that it will be useful, - ~ but WITHOUT ANY WARRANTY; without even the implied warranty of - ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - ~ Lesser General Public License for more details. - ~ - ~ You should have received a copy of the GNU Lesser General Public - ~ License along with this software; if not, write to the Free - ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. -*/ + * 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. + */ body { background: url(images/rh_bg.png) repeat-x scroll 0 0 #F3F3F3; color: #555555; diff --git a/examples/themes/pom.xml b/examples/themes/pom.xml index d68eeac40a33..c8fe2d72a6ed 100755 --- a/examples/themes/pom.xml +++ b/examples/themes/pom.xml @@ -1,3 +1,20 @@ + + diff --git a/examples/themes/src/main/resources/theme/address/account/theme.properties b/examples/themes/src/main/resources/theme/address/account/theme.properties index 512d63324a91..3e50437b9abd 100644 --- a/examples/themes/src/main/resources/theme/address/account/theme.properties +++ b/examples/themes/src/main/resources/theme/address/account/theme.properties @@ -1 +1,18 @@ +# +# 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. +# + parent=keycloak \ No newline at end of file diff --git a/examples/themes/src/main/resources/theme/address/admin/resources/partials/user-attributes.html b/examples/themes/src/main/resources/theme/address/admin/resources/partials/user-attributes.html index 85479618468c..af512de26eb2 100755 --- a/examples/themes/src/main/resources/theme/address/admin/resources/partials/user-attributes.html +++ b/examples/themes/src/main/resources/theme/address/admin/resources/partials/user-attributes.html @@ -1,3 +1,20 @@ + +