public static class AbstractPlainAuthenticationService.UserEntry extends Object implements Serializable
Constructor and Description |
---|
UserEntry(String password,
Collection<String> roles) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPassword() |
Set<String> |
getRoles() |
int |
hashCode() |
String |
toString() |
public UserEntry(String password, Collection<String> roles)
public String getPassword()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.