org.springframework.richclient.core
Interface Authorizable

All Known Subinterfaces:
SecurityControllable
All Known Implementing Classes:
AboutCommand, AbstractActionCommandExecutor, AbstractCommand, AbstractReporterForm.StateSynchronizingToggleCommand, ActionCommand, AdjustFontSizeCommand, ApplicationWindowAwareCommand, CascadeCommand, CommandGroup, CommandGroupFactoryBean, DialogCommand, ExclusiveCommandGroup, ExitCommand, HelpContentsCommand, HibernateExceptionHandlerCommand, JXErrorDialogExceptionHandlerCommand, LoginCommand, LogoutCommand, MessagesDialogExceptionHandlerCommand, MinimizeAllCommand, NewWindowCommand, PreferenceCommand, ShowFrameCommand, ShowPageCommand, ShowPageMenu, ShowViewCommand, ShowViewMenu, SortTableCommand, TargetableActionCommand, TileCommand, TitleBarTimeStampCommand, ToggleCommand

public interface Authorizable

Interface to be implemented by objects whose operations can be authorized or not.

Author:
Larry Streepy

Field Summary
static String AUTHORIZED_PROPERTY
          Property notified on change.
 
Method Summary
 boolean isAuthorized()
          Get the authorized state.
 void setAuthorized(boolean authorized)
          Set the authorized state.
 

Field Detail

AUTHORIZED_PROPERTY

static final String AUTHORIZED_PROPERTY
Property notified on change.

See Also:
Constant Field Values
Method Detail

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-2008 The Spring Framework. All Rights Reserved.