Package org.cyclos.model.users.operators
Class OperatorProfileActionsData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.users.users.BasicProfileActionsData
-
- org.cyclos.model.users.operators.OperatorProfileActionsData
-
- All Implemented Interfaces:
Serializable
public class OperatorProfileActionsData extends BasicProfileActionsData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME-
Fields inherited from class org.cyclos.model.users.users.BasicProfileActionsData
DISCONNECT, MANAGE_PASSWORDS, MANAGE_PHONES, MANUALLY_VALIDATE_EMAIL, MANUALLY_VALIDATE_REGISTRATION, POSSIBLE_NEW_STATUSES, RESEND_EMAIL_CHANGE_EMAIL, RESEND_REGISTRATION_VALIDATION_EMAIL, RESET_SECURITY_QUESTION, TOKENS, VIEW_GROUP_HISTORY, VIEW_HISTORY_LOG, VIEW_IDENTITY_PROVIDERS, VIEW_NOTIFICATION_SETTINGS, VIEW_OIDC_AUTHORIZATIONS, VIEW_STATUS_HISTORY, VIEW_TRUSTED_DEVICES
-
-
Constructor Summary
Constructors Constructor Description OperatorProfileActionsData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()-
Methods inherited from class org.cyclos.model.users.users.BasicProfileActionsData
doGetProperties, getPossibleNewStatuses, getTokens, isDisconnect, isManagePasswords, isManagePhones, isManuallyValidateEmail, isManuallyValidateRegistration, isResendEmailChangeEmail, isResendRegistrationValidationEmail, isResetSecurityQuestion, isViewGroupHistory, isViewHistoryLog, isViewIdentityProviders, isViewNotificationSettings, isViewOidcAuthorizations, isViewStatusHistory, isViewTrustedDevices, setDisconnect, setManagePasswords, setManagePhones, setManuallyValidateEmail, setManuallyValidateRegistration, setPossibleNewStatuses, setResendEmailChangeEmail, setResendRegistrationValidationEmail, setResetSecurityQuestion, setTokens, setViewGroupHistory, setViewHistoryLog, setViewIdentityProviders, setViewNotificationSettings, setViewOidcAuthorizations, setViewStatusHistory, setViewTrustedDevices
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId
-
-