public class WsSubject extends Object
Constructor and Description |
---|
WsSubject()
constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getAttributeValue(int i)
helper method to get an attribute value
|
String[] |
getAttributeValues()
if attributes are being sent back per config in the grouper.properties,
this is attribute0 value, this is extended subject data
|
String |
getId()
subject id, note if no subject found, and identifier was passed in,
that will be placed here
|
String |
getIdentifierLookup()
identifier used to lookup subject
|
String |
getMemberId() |
String |
getName() |
String |
getResultCode() |
String |
getSourceId() |
String |
getSuccess()
T or F for success
|
void |
setAttributeValues(String[] attributesa)
attribute data of subjects in group (in same order as attributeNames)
|
void |
setId(String id1)
subject id, note if no subject found, and identifier was passed in,
that will be placed here
|
void |
setIdentifierLookup(String identifierLookup1)
return the identifier looked up
|
void |
setMemberId(String memberId) |
void |
setName(String name1) |
void |
setResultCode(String resultCode1) |
void |
setSourceId(String source1) |
void |
setSuccess(String success1)
T or F for success
|
public String getIdentifierLookup()
public void setIdentifierLookup(String identifierLookup1)
identifierLookup1
- public String getId()
public void setId(String id1)
id1
- public String getName()
public void setName(String name1)
name1
- the name to setpublic String[] getAttributeValues()
public String getAttributeValue(int i)
i
- public void setAttributeValues(String[] attributesa)
attributesa
- the attributes to setpublic String getSourceId()
public void setSourceId(String source1)
source1
- the source to setpublic String getResultCode()
public void setResultCode(String resultCode1)
resultCode1
- the resultCode to setpublic String getSuccess()
public void setSuccess(String success1)
success1
- the success to setpublic String getMemberId()
public void setMemberId(String memberId)
memberId
- the memberId to setCopyright © 2016 Internet2. All rights reserved.