|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.subject.provider.SubjectImpl
edu.internet2.middleware.grouper.subj.UnresolvableSubject
public class UnresolvableSubject
Subject
from id, type and source. Used when an actual subject could not be resolved.
Allows the UI to continue working when, otherwise, a SubjectNotFoundException would cause an error.
Constructor Summary | |
---|---|
UnresolvableSubject(java.lang.String subjectId,
java.lang.String subjectTypeId,
java.lang.String sourceId)
|
|
UnresolvableSubject(java.lang.String subjectId,
java.lang.String subjectTypeId,
java.lang.String sourceId,
java.lang.String theUnresolvableString)
|
Method Summary | |
---|---|
edu.internet2.middleware.subject.Source |
getSource()
|
edu.internet2.middleware.subject.SubjectType |
getType()
|
java.lang.String |
getUnresolvableString()
string to label unresolvable |
void |
setSourceId(java.lang.String sourceId1)
|
Methods inherited from class edu.internet2.middleware.subject.provider.SubjectImpl |
---|
attributeValueOrCommaSeparated, attributeValueOrCommaSeparated, equals, equalsStatic, getAttributes, getAttributes, getAttributeValue, getAttributeValue, getAttributeValueOrCommaSeparated, getAttributeValueOrCommaSeparated, getAttributeValues, getAttributeValues, getAttributeValueSingleValued, getAttributeValueSingleValued, getDescription, getDescriptionOverride, getId, getName, getNameOverride, getSourceId, getTypeName, hashCode, hashcodeStatic, initVirtualAttributes, setAttributes, setDescription, setId, setName, setTypeName, toAttributeMap, toString, toStringStatic, virtualAttributesForSource, virtualAttributeVariablesForSource |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnresolvableSubject(java.lang.String subjectId, java.lang.String subjectTypeId, java.lang.String sourceId)
subjectId
- subjectTypeId
- sourceId
- public UnresolvableSubject(java.lang.String subjectId, java.lang.String subjectTypeId, java.lang.String sourceId, java.lang.String theUnresolvableString)
subjectId
- subjectTypeId
- sourceId
- theUnresolvableString
- string to be before the subject idMethod Detail |
---|
public java.lang.String getUnresolvableString()
public edu.internet2.middleware.subject.Source getSource()
getSource
in interface edu.internet2.middleware.subject.Subject
getSource
in class edu.internet2.middleware.subject.provider.SubjectImpl
Subject.getSource()
public void setSourceId(java.lang.String sourceId1)
setSourceId
in class edu.internet2.middleware.subject.provider.SubjectImpl
SubjectImpl.setSourceId(java.lang.String)
public edu.internet2.middleware.subject.SubjectType getType()
getType
in interface edu.internet2.middleware.subject.Subject
getType
in class edu.internet2.middleware.subject.provider.SubjectImpl
Subject.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |