Class DMTabController
- java.lang.Object
-
- com.sun.identity.console.controller.TabControllerBase
-
- com.sun.identity.console.controller.DMTabController
-
- All Implemented Interfaces:
TabController,ServiceListener
public class DMTabController extends TabControllerBase
-
-
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 DMTabController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetConfigAttribute()booleanisVisible()Returns true if the server is running in realm mode.-
Methods inherited from class com.sun.identity.console.controller.TabControllerBase
addListener, globalConfigChanged, organizationConfigChanged, schemaChanged, updateStatus
-
-
-
-
Method Detail
-
isVisible
public boolean isVisible()
Returns true if the server is running in realm mode.- Returns:
- true if tab is visible.
-
getConfigAttribute
protected String getConfigAttribute()
- Specified by:
getConfigAttributein classTabControllerBase
-
-