org.springframework.richclient.core
Interface Authorizable
- All Known Subinterfaces:
- ConfigurableFormModel, FormModel, HierarchicalFormModel, SecurityControllable, ValidatingFormModel
- All Known Implementing Classes:
- AboutCommand, AbstractActionCommandExecutor, AbstractCommand, AbstractFormModel, AbstractReporterForm.StateSynchronizingToggleCommand, AbstractWidgetCommand, ActionCommand, AdjustFontSizeCommand, ApplicationWindowAwareCommand, CascadeCommand, CommandGroup, CommandGroupFactoryBean, DataEditorWidgetViewCommand, DefaultFormModel, DialogCommand, ExclusiveCommandGroup, ExitCommand, HelpContentsCommand, HibernateExceptionHandlerCommand, JXErrorDialogExceptionHandlerCommand, LoginCommand, LogoutCommand, MessagesDialogExceptionHandlerCommand, MinimizeAllCommand, NewWindowCommand, PreferenceCommand, ShowDialogCommand, ShowFrameCommand, ShowPageCommand, ShowPageMenu, ShowViewCommand, ShowViewMenu, ShowViewWithInputCommand, SortTableCommand, SplitPaneExpansionToggleCommand, TargetableActionCommand, TileCommand, TitleBarTimeStampCommand, ToggleCommand, WidgetDialogCommand, WidgetViewCommand
public interface Authorizable
Interface to be implemented by objects whose operations can be authorized or not.
- Author:
- Larry Streepy
Method Summary |
boolean |
isAuthorized()
Get the authorized state. |
void |
setAuthorized(boolean authorized)
Set the authorized state. |
AUTHORIZED_PROPERTY
static final String AUTHORIZED_PROPERTY
- Property notified on change.
- See Also:
- Constant Field Values
setAuthorized
void setAuthorized(boolean authorized)
- Set the authorized state.
- Parameters:
authorized
- Pass true
if the object is to be authorized
isAuthorized
boolean isAuthorized()
- Get the authorized state.
- Returns:
- authorized
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.