Nipuna Upekshanipunaupeksha.hashnode.dev·Jul 17, 2024Writing a Custom Local Authenticator for WSO2 Identity Server 🖥️The WSO2 Identity Server is mainly comprised of two frameworks, authentication framework and provisioning framework. One of the most important components in the authentication framework is the local authenticators. The local authenticators are used t...DiscussCustom Component Implementation for WSO2 Identity ServerWSO2
Nipuna Upekshanipunaupeksha.hashnode.dev·Jul 17, 2024Writing a Custom User Store Manager for WSO2 Identity Server 📦User stores are places where you store user information. However, sometimes, the default user store schema might not work with your use cases. For instance, suppose you have a company that already has a user database and only needs to authenticate th...DiscussCustom Component Implementation for WSO2 Identity ServerUser Stores
Nipuna Upekshanipunaupeksha.hashnode.dev·Jul 17, 2024Writing a Custom User Store Listener for WSO2 Identity Server 🫙WSO2 Identity Server allows you to alter user store operations by registering an event listener for them. These listeners are executed at specific points in the user store process, and users can design listeners that implement the logic they want to ...DiscussCustom Component Implementation for WSO2 Identity ServerWSO2
Nipuna Upekshanipunaupeksha.hashnode.dev·Jul 16, 2024Writing a Custom Event Handler for WSO2 Identity Server 🔧The eventing framework of the WSO2 Identity Server can be used to trigger events for user operation events like PRE_ADD_USER and POST_ADD_USER. Furthermore, it can also be used to do operations upon a triggered event. For instance, an event handler c...DiscussCustom Component Implementation for WSO2 Identity ServerEvent Handlers
Rashmin Mudunkotuwarashm1n.hashnode.dev·Dec 23, 2021Java Bundles For The Win ! — An Introduction To OSGIIntroduction If you are new to the Java ecosystem, you probably would not have heard of OSGI. But fear not, in this article I will give you a solid understanding about the basics of OSGI and its use cases. OSGI, short for Open Service Gateway Initiat...DiscussJava
Ronny Bräunlichblog.code-n-roll.dev·Feb 24, 2016Extension/Service/Plugin mechanisms in JavaSince I started to deep dive into OSGi I was wondering more and more how frameworks that have some way of extension mechanism, e.g. Apache Camel where you can define your own endpoint or the Eclipse IDE with its plugins, handle finding and instantiat...Discuss·36 readsJava
Ronny Bräunlichblog.code-n-roll.dev·Feb 20, 2016What can capabilities do for your processes?Before we release camunda BPM OSGi 2.0 I want to do a little bit more of advertisement for it and show what is possible with the new version. One change in the new version will be, that it depends on OSGi 4.3 and no longer 4.2. One change, besides th...DiscussOSGi
Ronny Bräunlichblog.code-n-roll.dev·Feb 13, 2016camunda BPM OSGi - Event BridgeI have implemented the eventing feature already some months ago but I haven't managed to advertise it a little bit more until now. So, let's praise my work ;) I'll start with some background information, which you can skip if you're familiar with c...Discusscamunda
Ronny Bräunlichblog.code-n-roll.dev·Jan 29, 2015Cluster your service with the ConfigurationAdmin and Apache Karaf Cellar using the camunda BPM engine as exampleIntroduction Initially, this was supposed to be a short introduction about the topic in the title and an opportunity for me to get to know Apache Karaf Cellar. Unfortunately, I couldn't finish the topic until today because I had some unexpected probl...Discuss·57 readsOSGi
Ronny Bräunlichblog.code-n-roll.dev·Sep 29, 2014Create a ProcessEngine with the ConfigurationAdminServiceThere is a new feature in the camunda BPM OSGi extension and I would like to introduce it to you. So, let's start with the news. What's new? The OSGi extension now exports a ManagedServiceFactory to provide another way to configure and automaticall...Discusscamunda