public abstract class IdentityInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY
The Constant EMPTY.
|
protected String |
id
The id.
|
static String |
ME
The Constant ME.
|
protected String |
title
The title.
|
| Constructor and Description |
|---|
IdentityInfo(String id,
String title)
Instantiates a new identity info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
String |
getTitle()
Gets the title.
|
abstract String |
getType()
Gets the identity type.
|
abstract boolean |
isGroup()
Checks if it is a group.
|
public static final String ME
public static final String EMPTY
protected final String title
protected final String id
public String getId()
public String getTitle()
public abstract boolean isGroup()
public abstract String getType()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.