Package org.gluu.oxtrust.action
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddItemToSimpleCustomProperties(List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties) cancel()init()booleanvoidremoveItemFromSimpleCustomProperties(List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties, org.gluu.model.SimpleCustomProperty simpleCustomProperty) voidsetOxAuthLogConfigLocation(String oxAuthLogConfigLocation) voidsetOxTrustLogConfigLocation(String oxTrustLogConfigLocation) update()
-
Constructor Details
-
ConfigureLogViewerAction
public ConfigureLogViewerAction()
-
-
Method Details
-
init
-
update
-
cancel
-
isInitialized
public boolean isInitialized() -
addItemToSimpleCustomProperties
public void addItemToSimpleCustomProperties(List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties) - Specified by:
addItemToSimpleCustomPropertiesin interfaceSimpleCustomPropertiesListModel
-
removeItemFromSimpleCustomProperties
public void removeItemFromSimpleCustomProperties(List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties, org.gluu.model.SimpleCustomProperty simpleCustomProperty) - Specified by:
removeItemFromSimpleCustomPropertiesin interfaceSimpleCustomPropertiesListModel
-
getLogViewerConfiguration
-
getOxTrustLogConfigLocation
-
setOxTrustLogConfigLocation
-
getOxAuthLogConfigLocation
-
setOxAuthLogConfigLocation
-