Package org.gluu.oxtrust.action
Class RegistrationManagementAction
- java.lang.Object
-
- org.gluu.oxtrust.action.RegistrationManagementAction
-
- All Implemented Interfaces:
java.io.Serializable
,SimpleCustomPropertiesListModel
@ConversationScoped @Named("registrationManagementAction") @Secure("#{permissionService.hasPermission(\'configuration\', \'access\')}") public class RegistrationManagementAction extends java.lang.Object implements SimpleCustomPropertiesListModel, java.io.Serializable
Action class for displaying attributes- Author:
- Yuriy Movchan Date: 10.17.2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistrationManagementAction()
-
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()
java.lang.String
getAttributeData()
java.lang.String
getAttributeName()
java.util.List<org.gluu.model.GluuAttribute>
getAttributes()
org.gluu.config.oxtrust.AppConfiguration
getOxTrustappConfiguration()
java.lang.String
getSearchPattern()
java.util.List<org.gluu.model.GluuAttribute>
getSelectedAttributes()
java.lang.String
init()
boolean
isCaptchaDisabled()
boolean
isConfigureRegistrationForm()
java.lang.String
lookupAttributeData()
void
removeItemFromSimpleCustomProperties(java.util.List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties, org.gluu.model.SimpleCustomProperty simpleCustomProperty)
java.lang.String
save()
java.lang.String
search()
void
setAttributeData(java.lang.String attributeData)
void
setAttributeName(java.lang.String attributeName)
void
setAttributes(java.util.List<org.gluu.model.GluuAttribute> attributes)
void
setCaptchaDisabled(boolean captchaDisabled)
void
setConfigureRegistrationForm(boolean configureRegistrationForm)
void
setOxTrustappConfiguration(org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration)
void
setSearchPattern(java.lang.String searchPattern)
void
setSelectedAttributes(java.util.List<org.gluu.model.GluuAttribute> selectedAttributes)
-
-
-
Method Detail
-
getOxTrustappConfiguration
public org.gluu.config.oxtrust.AppConfiguration getOxTrustappConfiguration()
-
setOxTrustappConfiguration
public void setOxTrustappConfiguration(org.gluu.config.oxtrust.AppConfiguration oxTrustappConfiguration)
-
search
public java.lang.String search()
-
init
public java.lang.String init()
-
save
public java.lang.String save()
-
removeItemFromSimpleCustomProperties
public void removeItemFromSimpleCustomProperties(java.util.List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties, org.gluu.model.SimpleCustomProperty simpleCustomProperty)
- Specified by:
removeItemFromSimpleCustomProperties
in interfaceSimpleCustomPropertiesListModel
-
addItemToSimpleCustomProperties
public void addItemToSimpleCustomProperties(java.util.List<org.gluu.model.SimpleCustomProperty> simpleCustomProperties)
- Specified by:
addItemToSimpleCustomProperties
in interfaceSimpleCustomPropertiesListModel
-
cancel
public java.lang.String cancel()
-
lookupAttributeData
public java.lang.String lookupAttributeData()
-
isCaptchaDisabled
public boolean isCaptchaDisabled()
-
setCaptchaDisabled
public void setCaptchaDisabled(boolean captchaDisabled)
-
getSearchPattern
public java.lang.String getSearchPattern()
-
setSearchPattern
public void setSearchPattern(java.lang.String searchPattern)
-
isConfigureRegistrationForm
public boolean isConfigureRegistrationForm()
-
setConfigureRegistrationForm
public void setConfigureRegistrationForm(boolean configureRegistrationForm)
-
getAttributes
public java.util.List<org.gluu.model.GluuAttribute> getAttributes()
-
setAttributes
public void setAttributes(java.util.List<org.gluu.model.GluuAttribute> attributes)
-
getSelectedAttributes
public java.util.List<org.gluu.model.GluuAttribute> getSelectedAttributes()
-
setSelectedAttributes
public void setSelectedAttributes(java.util.List<org.gluu.model.GluuAttribute> selectedAttributes)
-
getAttributeData
public java.lang.String getAttributeData()
-
setAttributeData
public void setAttributeData(java.lang.String attributeData)
-
getAttributeName
public java.lang.String getAttributeName()
-
setAttributeName
public void setAttributeName(java.lang.String attributeName)
-
-