Contents
|
Authentication Web Service Attributes
The Authentication Web service attribute ia global attribute. The values applied to it are applied across the Access Manager configuration and are inherited by every configured organization. (They cannot be applied directly to roles or organizations, as the goal of global attributes is to customize the Access Manager application.) The Authentication Web Service attribute is:
Mechanism Handler List
This attribute stores information about SASL mechanisms supported by the Web Authentication service deployed in Access Manager. It lists entries that contain a key/value pair (separated by “|”). For example:
key=PLAIN|class=com.sun.identity.liberty.ws.authnsvc.mechanism.PlainMechan ismHandler
To add a new request handler, click the Add button. The key and class parameters are required. The parameters are:
key. This defines SASL mechanism supported by Authentication service.
class. This parameter specifies the name of the implementation class for SASL mechanism. The Authentication Service layer provides a handler interface to be implemented for each SASL mechanism to process the requested message and then return a response.
Contents |