Class SourceManager.SourceManagerStatusBean
java.lang.Object
edu.internet2.middleware.subject.provider.SourceManager.SourceManagerStatusBean
- Enclosing class:
- SourceManager
bean to hold the status stuff across all sources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap of source id to statusall label from the useravailable statuses from screen (if not specified, any will be allowed).search string from user which represents the status.void
loop through config beans from subject.properties
-
Constructor Details
-
SourceManagerStatusBean
public SourceManagerStatusBean()
-
-
Method Details
-
getSourceIdToStatusConfigs
map of source id to status- Returns:
- the source id
-
getStatusLabels
search string from user which represents the status. e.g. status=active- Returns:
- search string
-
getStatusesFromUser
available statuses from screen (if not specified, any will be allowed). comma separated list- Returns:
- available statuses
-
getStatusAllFromUser
all label from the user- Returns:
- status from user
-
processConfigBeans
public void processConfigBeans()loop through config beans from subject.properties
-