Class FedTabController
- java.lang.Object
-
- com.sun.identity.console.controller.TabControllerBase
-
- com.sun.identity.console.controller.FedTabController
-
- All Implemented Interfaces:
TabController,ServiceListener
public class FedTabController extends TabControllerBase
This class determines whether to show/hide the federation tab.
-
-
Field Summary
-
Fields inherited from class com.sun.identity.console.controller.TabControllerBase
visible
-
Fields inherited from interface com.sun.identity.sm.ServiceListener
ADDED, MODIFIED, REMOVED
-
-
Constructor Summary
Constructors Constructor Description FedTabController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetConfigAttribute()booleanisVisible()Returns true if tab is visible.-
Methods inherited from class com.sun.identity.console.controller.TabControllerBase
addListener, globalConfigChanged, organizationConfigChanged, schemaChanged, updateStatus
-
-
-
-
Method Detail
-
isVisible
public boolean isVisible()
Returns true if tab is visible.- Returns:
- true if tab is visible.
-
getConfigAttribute
protected String getConfigAttribute()
- Specified by:
getConfigAttributein classTabControllerBase
-
-