@SPI(status=Stable,
useRestriction=Public)
public interface ExternalLoginProvider
| Modifier and Type | Method and Description |
|---|---|
ExternalLoginResult |
login(String id,
String password,
Map properties)
Performs a login-based authentication request.
|
ExternalLoginResult login(String id, String password, Map properties)
id - The identity of the party requesting authentication.password - The password proving the identity of the requesting party.properties - Map providing further login properties. Key is of type String.
Valid Values are SecurityProperties.PARTITION,
SecurityProperties.DOMAIN,
and SecurityProperties.REALMCopyright © 2016 Eclipse Stardust. All Rights Reserved.