Package org.gluu.oxtrust.action
Class ConfigureLogViewerAction
- java.lang.Object
-
- org.gluu.oxtrust.action.ConfigureLogViewerAction
-
- All Implemented Interfaces:
java.io.Serializable
,SimpleCustomPropertiesListModel
@Named("configureLogViewerAction") @ConversationScoped @Secure("#{permissionService.hasPermission(\'configuration\', \'access\')}") public class ConfigureLogViewerAction extends java.lang.Object implements SimpleCustomPropertiesListModel, java.io.Serializable
Action class for configuring log viewer- Author:
- Yuriy Movchan Date: 07/08/2013
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigureLogViewerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addItemToSimpleCustomProperties(java.util.List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties)
java.lang.String
cancel()
LogViewerConfig
getLogViewerConfiguration()
java.lang.String
getOxAuthLogConfigLocation()
java.lang.String
getOxTrustLogConfigLocation()
java.lang.String
init()
boolean
isInitialized()
void
removeItemFromSimpleCustomProperties(java.util.List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties, org.gluu.model.SimpleCustomProperty simpleCustomProperty)
void
setOxAuthLogConfigLocation(java.lang.String oxAuthLogConfigLocation)
void
setOxTrustLogConfigLocation(java.lang.String oxTrustLogConfigLocation)
java.lang.String
update()
-
-
-
Method Detail
-
init
public java.lang.String init()
-
update
public java.lang.String update()
-
cancel
public java.lang.String cancel()
-
isInitialized
public boolean isInitialized()
-
addItemToSimpleCustomProperties
public void addItemToSimpleCustomProperties(java.util.List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties)
- Specified by:
addItemToSimpleCustomProperties
in interfaceSimpleCustomPropertiesListModel
-
removeItemFromSimpleCustomProperties
public void removeItemFromSimpleCustomProperties(java.util.List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties, org.gluu.model.SimpleCustomProperty simpleCustomProperty)
- Specified by:
removeItemFromSimpleCustomProperties
in interfaceSimpleCustomPropertiesListModel
-
getLogViewerConfiguration
public LogViewerConfig getLogViewerConfiguration()
-
getOxTrustLogConfigLocation
public java.lang.String getOxTrustLogConfigLocation()
-
setOxTrustLogConfigLocation
public void setOxTrustLogConfigLocation(java.lang.String oxTrustLogConfigLocation)
-
getOxAuthLogConfigLocation
public java.lang.String getOxAuthLogConfigLocation()
-
setOxAuthLogConfigLocation
public void setOxAuthLogConfigLocation(java.lang.String oxAuthLogConfigLocation)
-
-