public abstract class IdentityInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The id.
|
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 String getId()
public String getTitle()
public abstract boolean isGroup()
public abstract String getType()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.