Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following topics provide information and instructions on how to use XACML to perform various access control related functions.

Note
titleUsing thrift in XACML calls

In order to use thrift in XACML calls, you must first enable the thrift service in the <IS_HOME>/repository/conf/identity.xml file. Set this to true.

Code Block
languagexml
<Server xmlns="http://wso2.org/projects/carbon/carbon.xml">
	...
	<EntitlementSettings>
		...
		<ThirftBasedEntitlementConfig>
			<EnableThriftService>true</EnableThriftService>
			...
		</ThirftBasedEntitlementConfig>
	</EntitlementSettings>
</Server>

 

Child pages (Children Display)