PinnedGC Algorithms in JavaGarbage collection is the process used to deallocate unused memory. The main objective of the garbage collection would be to find out the dead or abandoned objects and claim the memory space used by them. But during the period that the garbage collection is performed new objects get created, the…Garbage Collection3 min readGarbage Collection3 min read
Apr 3, 2021Enable Token Encryption In WSO2 APIM 3.1Enabling token encryption in a fresh WSO2 APIM 3.1 pack would contain only very few changes in deployment.toml file as mentioned in document[1]. But if there is an already running environment following steps have to be carried out to enable token encryption. This will be including some mandatory steps like…2 min read2 min read
Nov 28, 2020Characteristics of Distributed File SystemsAs the name suggests, a distributed file system (DFS) is a method of storing and accessing files based on the client/server architecture. In a distributed file system, more than one servers store files that can be accessed through the networks. …Distributed Systems5 min readDistributed Systems5 min read
Nov 22, 2020Software ArchitectureThe software architecture of a program or computing system can be defined as the structure or structures of the system, which comprise software elements, the externally visible properties of those elements, and the relationships among them. …Software Architecture3 min readSoftware Architecture3 min read
Nov 14, 2020SSO for WSO2 APIM via windows authenticationIntegrated Windows Authentication (IWA) is a popular authentication mechanism that is used to authenticate users in Microsoft Windows servers. It uses Negotiate/Kerberos or NTLM to authenticate users based on an encrypted ticket/message passed between a browser and a server. The following steps have to be carried out to enable SSO…3 min read3 min read
Published in Adaptive Authentication WSO2 APIM·Jun 28, 2020Login to WSO2 APIM Developer Portal using Social Media CredentialAfter successfully integrating the WSO2 APIM with WSO2 IS server user will be able to log in to the APIM developer portal by using the social media credential. Please follow the steps mentioned in document [1] to integrate WSO2 APIM with WSO2 IS. But even it is possible to configure…2 min read2 min read
Published in Rest Resources·May 31, 2020The resource is the fundamental concept of the RESTful API.Resource is the fundamental concept of the RESTful API. It is similar to an object instance in object-oriented programming or an entity in the database. Generally, a resource contains the associated data and relationships to the other resources. In object-oriented programming, object instance may be having different types of methods…2 min read2 min read