public class Member extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Member.TYPE
The Enum TYPE.
|
| Constructor and Description |
|---|
Member()
Instantiates a new member.
|
Member(String identity,
String name,
Member.TYPE memberType)
Instantiates a new member.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity()
Gets the identity.
|
Member.TYPE |
getMemberType()
Gets the member type.
|
String |
getName()
Gets the name.
|
void |
setIdentity(String identity)
Sets the identity.
|
void |
setMemberType(Member.TYPE memberType)
Sets the member type.
|
void |
setName(String name)
Sets the name.
|
String |
toString() |
public Member()
public Member(String identity, String name, Member.TYPE memberType)
identity - the identity is the username of a User or the name of a
Group. In general is key to identify he/she/it in the in
the infrastructurename - the name is the name of a User or the name of a GroupmemberType - the member typepublic String getIdentity()
public String getName()
public Member.TYPE getMemberType()
public void setIdentity(String identity)
identity - the new identitypublic void setName(String name)
name - the new namepublic void setMemberType(Member.TYPE memberType)
memberType - the new member typeCopyright © 2025. All rights reserved.