public static class AbstractPlainAuthenticationService.UserEntry
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AbstractPlainAuthenticationService.UserEntry(java.lang.String password,
java.util.Collection<java.lang.String> roles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPassword() |
java.util.Set<java.lang.String> |
getRoles() |
int |
hashCode() |
java.lang.String |
toString() |
public AbstractPlainAuthenticationService.UserEntry(java.lang.String password,
java.util.Collection<java.lang.String> roles)
public java.lang.String getPassword()
public java.util.Set<java.lang.String> getRoles()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
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