IAuthenticationHandler interface

Syntax

public interface IAuthenticationHandler

Derived classes

Usage

The IAuthenticationHandler implementation is responsible for authenticating a transaction, i.e. get the user's approval for the transaction.If the authentication returns normally, it is assumed that the transaction was authenticated. Otherwise, an exception should be thrown.

Multiple instances with different coverages can be active parallel and additional implementation of this interface can be added to the OSGi container. As soon as a new instance is registered the IAuthenticationBroker service is notified and the service can be used. In order to add a new AuthenticationHandler, a new entry in MOB_AUTHENTICATION_METHOD table is needed for the new coverage

2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.