public class IdentityDetails extends Object
Modifier and Type | Field and Description |
---|---|
protected Attribute[] |
attributes |
protected ListWrapper |
groupList |
protected ListWrapper |
memberList |
protected String |
name |
protected String |
realm |
protected ListWrapper |
roleList |
protected String |
type |
Constructor and Description |
---|
IdentityDetails() |
IdentityDetails(String name,
String type,
String realm,
ListWrapper roleList,
ListWrapper groupList,
ListWrapper memberList,
Attribute[] attributes) |
Modifier and Type | Method and Description |
---|---|
Attribute[] |
getAttributes() |
ListWrapper |
getGroupList() |
ListWrapper |
getMemberList() |
String |
getName() |
String |
getRealm() |
ListWrapper |
getRoleList() |
String |
getType() |
void |
setAttributes(Attribute[] attributes) |
void |
setGroupList(ListWrapper groupList) |
void |
setMemberList(ListWrapper memberList) |
void |
setName(String name) |
void |
setRealm(String realm) |
void |
setRoleList(ListWrapper roleList) |
void |
setType(String type) |
protected String name
protected String type
protected String realm
protected ListWrapper roleList
protected ListWrapper groupList
protected ListWrapper memberList
protected Attribute[] attributes
public IdentityDetails()
public IdentityDetails(String name, String type, String realm, ListWrapper roleList, ListWrapper groupList, ListWrapper memberList, Attribute[] attributes)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getRealm()
public void setRealm(String realm)
public ListWrapper getRoleList()
public void setRoleList(ListWrapper roleList)
public ListWrapper getGroupList()
public void setGroupList(ListWrapper groupList)
public ListWrapper getMemberList()
public void setMemberList(ListWrapper memberList)
public Attribute[] getAttributes()
public void setAttributes(Attribute[] attributes)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.