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