public class UserInformation extends Object implements Comparable<UserInformation>
Constructor and Description |
---|
UserInformation(String id,
Set<String> roles) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(UserInformation o) |
boolean |
equals(Object obj) |
Object |
getDetails() |
<T> T |
getDetails(Class<T> detailsClazz) |
String |
getId() |
Set<String> |
getRoles() |
int |
hashCode() |
public String getId()
public <T> T getDetails(Class<T> detailsClazz)
public Object getDetails()
public int compareTo(UserInformation o)
compareTo
in interface Comparable<UserInformation>
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.