com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.

Glossary


AJAX

Asynchronous JavaScript and XML (AJAX) is a group of interrelated web development techniques used on the client-side to create asynchronous web applications. 


 

Asset

In UES an asset refers to any artifact such as a gadget, microsite or dashboard.


Full-duplex

A full-duplex (FDX) system, also referred to as a double-duplex system, allows simultaneous communication in both directions.


IdP

Identity provider (IdP) is the entity that provides an identity assertion to the service provider. At times the identity provider may request certain information (i.e., username, password) from the user in order to authenticate the user.


Port offset

The port offset feature allows you to run multiple WSO2 products, multiple instances of a WSO2 product, or multiple WSO2 product clusters on the same server or virtual machine (VM). The port offset defines the number by which all ports defined in the runtime such as the HTTP/S ports will be offset. For example, if the HTTP port is defined as 9763 and the portOffset is 1, the effective HTTP port will be 9764. Therefore, for each additional WSO2 product, instance, or cluster you add to a server, set the port offset to a unique value (the default is 0).

Port offset can be passed to the server during startup as follows:
./wso2server.sh -DportOffset=3

Alternatively, you can set it in the Ports section of <PRODUCT_HOME>/repository/conf/carbon.xml as follows:
<Offset>3</Offset>


 

RIA

Rich Internet application (RIA) is a Web application that is designed to provide the same features and functions that are normally associated with desktop applications. It generally operates in a web browser and does require any software to be installed on the client's side for it to work.


SAML

Security Assertion Markup Language (SAML) is an XML-based solution for exchanging user security information between an enterprise and a service provider.


Service Provider

The service provider is the entity that requests and obtains an identity assertion from the identity provider. On the basis of this assertion, the service provider can make an access control decision, such as it can decide whether or not to perform some service for the connected user.


SOAP

Simple Object Access Protocol (SOAP) is a way for a program running in one type of operating system to communicate with a program in the same or another kind of an operating system, by using the Hypertext Transfer Protocol (HTTP) and Extensible Markup Language (XML) as the mechanisms for information exchange.


SSO

Single Sign-on (SSO) is a property of access control that is used to access multiple related, but independent software systems.

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.