org.eclipse.stardust.engine.core.spi.security
Interface LoginProvider


Deprecated. Use ExternalLoginProvider instead.

@SPI(status=Deprecated,
     useRestriction=Public)
@Deprecated
public interface LoginProvider

Contract for providing login-based authentication services.

Version:
$Revision$
Author:
ubirkemeyer

Method Summary
 LoginResult login(String id, String password)
          Deprecated. Performs a login-based authentication request.
 

Method Detail

login

LoginResult login(String id,
                  String password)
Deprecated. 
Performs a login-based authentication request.

Parameters:
id - The identity of the party requesting authentication.
password - The password proving the identity of the requesting party.
Returns:
A description of the outcome of the authentication request.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.