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 java.lang.String |
PROP |
protected java.util.Map<java.lang.String,AbstractPlainAuthenticationService.UserEntry> |
userInformation |
| Constructor and Description |
|---|
PropertyAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractPlainAuthenticationService.UserEntry |
getUserEntry(java.lang.String name) |
static java.util.Map<java.lang.String,AbstractPlainAuthenticationService.UserEntry> |
split(java.lang.String data) |
authenticate, getUser, joinRequest, makeInfopublic static final java.lang.String PROP
protected java.util.Map<java.lang.String,AbstractPlainAuthenticationService.UserEntry> userInformation
public static java.util.Map<java.lang.String,AbstractPlainAuthenticationService.UserEntry> split(java.lang.String data)
protected AbstractPlainAuthenticationService.UserEntry getUserEntry(java.lang.String name)
getUserEntry in class AbstractPlainAuthenticationService
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0