public class PropertyAuthenticationService extends AbstractPlainAuthenticationService
Authentication data is stored in the following from in the system property
org.eclipse.scada.sec.provider.plain.property.data
:
username:password:ROLE1,ROLE2|username2:password2:ROLE1,ROLE2
AbstractPlainAuthenticationService.UserEntry
Modifier and Type | Field and Description |
---|---|
static String |
PROP |
protected Map<String,AbstractPlainAuthenticationService.UserEntry> |
userInformation |
Constructor and Description |
---|
PropertyAuthenticationService() |
Modifier and Type | Method and Description |
---|---|
protected AbstractPlainAuthenticationService.UserEntry |
getUserEntry(String name) |
static Map<String,AbstractPlainAuthenticationService.UserEntry> |
split(String data) |
authenticate, getUser, joinRequest, makeInfo
public static final String PROP
protected Map<String,AbstractPlainAuthenticationService.UserEntry> userInformation
public static Map<String,AbstractPlainAuthenticationService.UserEntry> split(String data)
protected AbstractPlainAuthenticationService.UserEntry getUserEntry(String name)
getUserEntry
in class AbstractPlainAuthenticationService
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.