ExternalLoginProvider instead.@SPI(status=Deprecated,
useRestriction=Public)
@Deprecated
public interface LoginProvider
| Modifier and Type | Method and Description |
|---|---|
LoginResult |
login(String id,
String password)
Deprecated.
Performs a login-based authentication request.
|
LoginResult login(String id, String password)
id - The identity of the party requesting authentication.password - The password proving the identity of the requesting party.Copyright © 2016 Eclipse Stardust. All Rights Reserved.