Class ConfigureLogViewerAction

java.lang.Object
org.gluu.oxtrust.action.ConfigureLogViewerAction
All Implemented Interfaces:
Serializable, SimpleCustomPropertiesListModel

@Named("configureLogViewerAction") @ConversationScoped @Secure("#{permissionService.hasPermission(\'configuration\', \'access\')}") public class ConfigureLogViewerAction extends Object implements SimpleCustomPropertiesListModel, Serializable
Action class for configuring log viewer
Author:
Yuriy Movchan Date: 07/08/2013
See Also:
  • Constructor Details

    • ConfigureLogViewerAction

      public ConfigureLogViewerAction()
  • Method Details

    • init

      public String init()
    • update

      public String update()
    • cancel

      public String cancel()
    • isInitialized

      public boolean isInitialized()
    • addItemToSimpleCustomProperties

      public void addItemToSimpleCustomProperties(List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties)
      Specified by:
      addItemToSimpleCustomProperties in interface SimpleCustomPropertiesListModel
    • removeItemFromSimpleCustomProperties

      public void removeItemFromSimpleCustomProperties(List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties, org.gluu.model.SimpleCustomProperty simpleCustomProperty)
      Specified by:
      removeItemFromSimpleCustomProperties in interface SimpleCustomPropertiesListModel
    • getLogViewerConfiguration

      public LogViewerConfig getLogViewerConfiguration()
    • getOxTrustLogConfigLocation

      public String getOxTrustLogConfigLocation()
    • setOxTrustLogConfigLocation

      public void setOxTrustLogConfigLocation(String oxTrustLogConfigLocation)
    • getOxAuthLogConfigLocation

      public String getOxAuthLogConfigLocation()
    • setOxAuthLogConfigLocation

      public void setOxAuthLogConfigLocation(String oxAuthLogConfigLocation)