A B C D E F G H I J L M N O P Q R S T U V W X

A

abort() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
 
abort(NakedObjectTransactionManager, FacetHolder) - Static method in class org.nakedobjects.runtime.transaction.TransactionUtils
 
abortTransaction() - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
abortTransaction() - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
abortTransaction() - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
abortTransaction() - Method in interface org.nakedobjects.runtime.persistence.objectstore.ObjectStoreTransactionManagement
Used by the ObjectStoreTransactionManager to tell the underlying ObjectStore to abort a transaction.
abortTransaction() - Method in class org.nakedobjects.runtime.persistence.objectstore.transaction.ObjectStoreTransactionManager
 
abortTransaction() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransactionManager
 
AbstractInMemoryPersistenceCommand - Class in org.nakedobjects.runtime.objectstore.inmemory.internal.commands
 
AbstractInMemoryPersistenceCommand(NakedObject, ObjectStorePersistedObjects) - Constructor for class org.nakedobjects.runtime.objectstore.inmemory.internal.commands.AbstractInMemoryPersistenceCommand
 
AbstractServerMonitor - Class in org.nakedobjects.runtime.system.internal.monitor
 
AbstractServerMonitor() - Constructor for class org.nakedobjects.runtime.system.internal.monitor.AbstractServerMonitor
 
AbstractServletOrFilterMapping - Class in org.nakedobjects.runtime.web
 
AbstractServletOrFilterMapping(Class<?>, String...) - Constructor for class org.nakedobjects.runtime.web.AbstractServletOrFilterMapping
 
AbstractServletOrFilterMapping(Class<?>, Map<String, String>, String...) - Constructor for class org.nakedobjects.runtime.web.AbstractServletOrFilterMapping
 
ActionInvocationFacetWrapTransaction - Class in org.nakedobjects.runtime.transaction.facets
 
ActionInvocationFacetWrapTransaction(ActionInvocationFacet) - Constructor for class org.nakedobjects.runtime.transaction.facets.ActionInvocationFacetWrapTransaction
 
adapter(NakedObject) - Static method in class org.nakedobjects.runtime.util.Dump
 
adapter(NakedObject, DebugString) - Static method in class org.nakedobjects.runtime.util.Dump
 
ADAPTER_FACTORY_CLASS_NAME - Static variable in class org.nakedobjects.runtime.persistence.PersistenceConstants
Key used to lookup implementation of AdapterFactory in NakedObjectConfiguration.
ADAPTER_FACTORY_CLASS_NAME_DEFAULT - Static variable in class org.nakedobjects.runtime.persistence.PersistenceConstants
 
adapterByPojoMap - Variable in class org.nakedobjects.runtime.persistence.adaptermanager.internal.PojoAdapterHashMap
 
AdapterFactory - Interface in org.nakedobjects.runtime.persistence.adapterfactory
Polymorphic instantiation of NakedObject.
AdapterFactoryAbstract - Class in org.nakedobjects.runtime.persistence.adapterfactory
 
AdapterFactoryAbstract() - Constructor for class org.nakedobjects.runtime.persistence.adapterfactory.AdapterFactoryAbstract
 
AdapterFactoryAware - Interface in org.nakedobjects.runtime.persistence.adapterfactory
 
AdapterFactoryInstaller - Interface in org.nakedobjects.runtime.persistence.adapterfactory
 
adapterFor(Object, NakedObject, Identified) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.AdapterManager
Either returns an existing adapter (as per AdapterManagerLookup.getAdapterFor(Object)), otherwise creates either a transient, standalone or aggregated adapter for the supplied domain object, depending on its NakedObjectSpecification and the context arguments provided.
adapterFor(Object) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.AdapterManager
Either returns an existing adapter (as per AdapterManagerLookup.getAdapterFor(Object)), otherwise creates either a transient root or a standalone adapter for the supplied domain object, depending on its NakedObjectSpecification.
adapterFor(Object) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
Either returns an existing adapter (as per AdapterManagerLookup.getAdapterFor(Object)), otherwise creates either a transient root or a standalone adapter for the supplied domain object, depending on its NakedObjectSpecification.
adapterFor(Object, NakedObject, Identified) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
adapterFor(Object) - Method in class org.nakedobjects.runtime.persistence.internal.RuntimeContextFromSession
 
adapterFor(Object, NakedObject, Identified) - Method in class org.nakedobjects.runtime.persistence.internal.RuntimeContextFromSession
 
AdapterManager - Interface in org.nakedobjects.runtime.persistence.adaptermanager
Responsible for managing the adapters and identities for each and every POJO that is being used by the framework.
AdapterManagerAbstract - Class in org.nakedobjects.runtime.persistence.adaptermanager
 
AdapterManagerAbstract() - Constructor for class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerAbstract
 
AdapterManagerAware - Interface in org.nakedobjects.runtime.persistence.adaptermanager
 
AdapterManagerBackdoor - Interface in org.nakedobjects.runtime.persistence.adaptermanager
Not part of the standard API, but used by the MemoryObjectStore to add pre-existing adapters straight into the identity maps.
AdapterManagerDefault - Class in org.nakedobjects.runtime.persistence.adaptermanager
 
AdapterManagerDefault() - Constructor for class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
AdapterManagerExtended - Interface in org.nakedobjects.runtime.persistence.adaptermanager
Extension of the AdapterManager as viewed by the PersistenceSession.
AdapterManagerLookup - Interface in org.nakedobjects.runtime.persistence.adaptermanager
Responsible for managing the adapters and identities for each and every POJO that is being used by the framework.
AdapterManagerPersist - Interface in org.nakedobjects.runtime.persistence.adaptermanager
API used solely by the PersistenceSession.
AdapterManagerProxy - Interface in org.nakedobjects.runtime.persistence.adaptermanager
API used solely by the PersistenceSession.
AdapterManagerTestSupport - Interface in org.nakedobjects.runtime.persistence.adaptermanager
 
AdapterUtils - Class in org.nakedobjects.runtime.persistence.adaptermanager
 
add(Oid, NakedObject) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.internal.OidAdapterHashMap
 
add(Oid, NakedObject) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.internal.OidAdapterMap
Add an adapter for a given oid
add(Object, NakedObject) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.internal.PojoAdapterHashMap
 
add(Object, NakedObject) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.internal.PojoAdapterMap
 
add(NakedObject, NakedObject) - Method in class org.nakedobjects.runtime.transaction.facets.CollectionAddToFacetWrapTransaction
 
addAuthenticator(Authenticator) - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
Adds an Authenticator.
addChangedObject(NakedObject) - Method in interface org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifier
Used by the framework to add objects that have just changed.
addChangedObject(NakedObject) - Method in class org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifierDefault
 
addCollectionAdapter(OneToManyAssociation, NakedObject) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AggregateAdapters
 
addCommand(PersistenceCommand) - Method in class org.nakedobjects.runtime.persistence.objectstore.transaction.ObjectStoreTransaction
Add the non-null command to the list of commands to execute at the end of the transaction.
addCommand(PersistenceCommand) - Method in class org.nakedobjects.runtime.persistence.objectstore.transaction.ObjectStoreTransactionManager
 
addConfigurationResources(List<String>) - Method in class org.nakedobjects.runtime.installers.InstallerAbstract
Optional hook method to allow subclasses to specify any additional config resources.
addContextParams(String...) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
addDisposedObject(NakedObject) - Method in interface org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifier
Used by the framework to add objects that have just been disposed of.
addDisposedObject(NakedObject) - Method in class org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifierDefault
 
addEvent(String, String) - Static method in class org.nakedobjects.runtime.system.internal.monitor.Monitor
 
addEvent(String, String, DebugInfo[]) - Static method in class org.nakedobjects.runtime.system.internal.monitor.Monitor
 
addExistingAdapter(NakedObject) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerBackdoor
Add a pre-existing adapter straight into the maps.
addExistingAdapter(NakedObject) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
addFacetDecoratorInstaller(FacetDecoratorInstaller) - Method in class org.nakedobjects.runtime.system.installers.JavaReflectorInstaller
Adds in FacetDecoratorInstaller; if null or if already added then request will be silently ignored.
addFilterSpecification(Class<?>, String...) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
addFilterSpecification(Class<?>, Map<String, String>, String...) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
addFixture(Object) - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerDelegate
Automatically flattens any Lists, recursively (depth-first) if necessary.
addFixturesTo(FixturesInstallerDelegate) - Method in class org.nakedobjects.runtime.fixturesinstaller.config.FixturesFromConfiguration
 
addFixturesTo(FixturesInstallerDelegate) - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerAbstract
Add fixtures to delegate; these are then installed.
addFixturesTo(FixturesInstallerDelegate) - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerNoop
 
addGenericRepository(Class) - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
ADDITIONAL_PROPERTY - Static variable in class org.nakedobjects.runtime.options.Constants
 
addListener(MonitorListener) - Static method in class org.nakedobjects.runtime.system.internal.monitor.Monitor
 
addMessage(String) - Method in interface org.nakedobjects.runtime.transaction.messagebroker.MessageBroker
 
addMessage(String) - Method in class org.nakedobjects.runtime.transaction.messagebroker.MessageBrokerDefault
 
addOption(Options) - Method in interface org.nakedobjects.runtime.options.OptionHandler
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerAdditionalProperty
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerConfiguration
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerConnector
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerDebug
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerDeploymentType
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerDiagnostics
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerFixture
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerHelp
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerNoSplash
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerPassword
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerPersistor
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerQuiet
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerReflector
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerUser
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerUserProfileStore
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerVerbose
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerVersion
 
addOption(Options) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerViewer
 
addOption(String, String) - Method in class org.nakedobjects.runtime.userprofile.Options
 
addOptionHandler(OptionHandler) - Method in class org.nakedobjects.runtime.NakedObjects
 
addOptionHandlers(InstallerLookup) - Method in class org.nakedobjects.runtime.NakedObjects
 
addPersistedObject(NakedObject) - Method in interface org.nakedobjects.runtime.persistence.objectstore.algorithm.ToPersistObjectSet
 
addPersistedObject(NakedObject) - Method in class org.nakedobjects.runtime.persistence.objectstore.PersistenceSessionObjectStore
Uses the ObjectStore to create a CreateObjectCommand, and adds to the NakedObjectTransactionManager.
addResourcePath(String) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
addService(Object) - Method in class org.nakedobjects.runtime.persistence.services.ServicesInstallerAbstract
Add this service, automatically unravelling if is a Collection of services.
addServices(List<Object>) - Method in class org.nakedobjects.runtime.persistence.services.ServicesInstallerAbstract
 
addServletContextListener(Class<?>) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
addServletSpecification(Class<?>, String...) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
addServletSpecification(Class<?>, Map<String, String>, String...) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
addSimpleRepository(Class<?>) - Method in class org.nakedobjects.runtime.persistence.services.ServicesInstallerAbstract
 
addToObjects(Object) - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
addToOptions(String, String) - Method in class org.nakedobjects.runtime.userprofile.UserProfile
 
addToPerspectives(PerspectiveEntry) - Method in class org.nakedobjects.runtime.userprofile.UserProfile
 
addToServices(Class) - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
addToServices(Object) - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
addViewersIfAnyTo(List<String>) - Method in enum org.nakedobjects.runtime.system.DeploymentType
 
addWarning(String) - Method in interface org.nakedobjects.runtime.transaction.messagebroker.MessageBroker
 
addWarning(String) - Method in class org.nakedobjects.runtime.transaction.messagebroker.MessageBrokerDefault
 
addWebAppSpecification(WebAppSpecification) - Method in interface org.nakedobjects.runtime.web.EmbeddedWebServer
 
addWebAppSpecification(WebAppSpecification) - Method in class org.nakedobjects.runtime.web.EmbeddedWebServerAbstract
Must be called prior to initialization.
addWelcomeFile(String) - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
AggregateAdapters - Class in org.nakedobjects.runtime.persistence.adaptermanager
 
AggregateAdapters(NakedObject) - Constructor for class org.nakedobjects.runtime.persistence.adaptermanager.AggregateAdapters
 
allInstances(Class<?>) - Static method in class org.nakedobjects.runtime.persistence.services.RepositoryHelper
 
allInstances(NakedObjectSpecification, Class<?>) - Static method in class org.nakedobjects.runtime.persistence.services.RepositoryHelper
 
allInstances() - Method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
allMatchingQuery(Query<T>) - Method in class org.nakedobjects.runtime.persistence.internal.RuntimeContextFromSession
 
allSessionIds() - Method in class org.nakedobjects.runtime.context.NakedObjectsContext
All known session Ids.
allSessionIds() - Method in class org.nakedobjects.runtime.context.NakedObjectsContextPipe
 
allSessionIds() - Method in class org.nakedobjects.runtime.context.NakedObjectsContextStatic
 
allSessionIds() - Method in class org.nakedobjects.runtime.context.NakedObjectsContextThreadLocal
 
alreadyPersistedOrNotPersistable(NakedObject) - Method in class org.nakedobjects.runtime.persistence.objectstore.algorithm.PersistAlgorithmAbstract
If has a ResolveState that is already persisted or has a specification that indicates instances of its type should not be persisted.
alreadyPersistedOrNotPersistableOrServiceOrStandalone(NakedObject) - Method in class org.nakedobjects.runtime.persistence.objectstore.algorithm.PersistAlgorithmAbstract
Whether the persist algorithm should skip over this object.
alwaysHideSpec() - Static method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
APP_DN_KEY - Static variable in class org.nakedobjects.runtime.authorization.standard.ldap.LdapAuthorizationConstants
 
appendState(ToString) - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
 
appendTo(ToString) - Method in class org.nakedobjects.runtime.persistence.objectstore.transaction.ObjectStoreTransaction
 
appendTo(ToString) - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
 
applySessionClosePolicy() - Method in class org.nakedobjects.runtime.context.NakedObjectsContext
Helper method for subclasses' implementation of NakedObjectsContext.openSessionInstance(AuthenticationSession).
assertObjectNotPersistentAndPersistable(NakedObject) - Method in class org.nakedobjects.runtime.persistence.objectstore.algorithm.PersistAlgorithmAbstract
As per PersistAlgorithmAbstract.alreadyPersistedOrNotPersistable(NakedObject), ensures object can be persisted else throws NotPersistableException.
attach(PersistenceSession, ObjectStorePersistedObjects) - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryPersistenceSessionFactory
Not API - called when InMemoryObjectStore is closed.
attachPersistedObjects(ObjectStorePersistedObjects) - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
AUTH_LEARN_DEFAULT - Static variable in class org.nakedobjects.runtime.authorization.standard.ldap.LdapAuthorizationConstants
 
AUTH_LEARN_KEY - Static variable in class org.nakedobjects.runtime.authorization.standard.ldap.LdapAuthorizationConstants
 
authenticate(AuthenticationRequest) - Method in interface org.nakedobjects.runtime.authentication.AuthenticationManager
Caches and returns an authentication AuthenticationSession if the request is valid; otherwise returns null.
authenticate(AuthenticationRequest) - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
 
authenticate(AuthenticationRequest, String) - Method in interface org.nakedobjects.runtime.authentication.standard.Authenticator
 
authenticate(AuthenticationRequest, String) - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticatorAbstract
Default implementation returns a SimpleSession; can be overridden if required.
authenticate(AuthenticationRequest, String) - Method in class org.nakedobjects.runtime.authentication.standard.exploration.ExplorationAuthenticator
 
authenticate(AuthenticationRequest, String) - Method in class org.nakedobjects.runtime.authentication.standard.singleuser.SingleUserAuthenticator
 
AUTHENTICATION_DEFAULT - Static variable in class org.nakedobjects.runtime.system.SystemConstants
Default for SystemConstants.AUTHENTICATION_INSTALLER_KEY
AUTHENTICATION_INSTALLER_KEY - Static variable in class org.nakedobjects.runtime.system.SystemConstants
Key used to lookup authentication manager in NakedObjectConfiguration, and root for any authentication manager-specific configuration keys.
AuthenticationManager - Interface in org.nakedobjects.runtime.authentication
 
AuthenticationManagerInstaller - Interface in org.nakedobjects.runtime.authentication
 
authenticationManagerInstaller(String, boolean) - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
 
authenticationManagerInstaller(String, boolean) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
AuthenticationManagerStandard - Class in org.nakedobjects.runtime.authentication.standard
 
AuthenticationManagerStandard(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
 
AuthenticationManagerStandardInstallerAbstract - Class in org.nakedobjects.runtime.authentication.standard
 
AuthenticationManagerStandardInstallerAbstract(String) - Constructor for class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandardInstallerAbstract
 
AuthenticationRequest - Interface in org.nakedobjects.runtime.authentication
 
AuthenticationRequestAbstract - Class in org.nakedobjects.runtime.authentication
 
AuthenticationRequestAbstract(String) - Constructor for class org.nakedobjects.runtime.authentication.AuthenticationRequestAbstract
 
AuthenticationRequestExploration - Class in org.nakedobjects.runtime.authentication.standard.exploration
For testing purposes, requests corresponding to an ExplorationSession.
AuthenticationRequestExploration() - Constructor for class org.nakedobjects.runtime.authentication.standard.exploration.AuthenticationRequestExploration
 
AuthenticationRequestExploration(LogonFixture) - Constructor for class org.nakedobjects.runtime.authentication.standard.exploration.AuthenticationRequestExploration
 
AuthenticationRequestLogonFixture - Class in org.nakedobjects.runtime.authentication.standard.fixture
For testing purposes, request corresponding to a LogonFixture.
AuthenticationRequestLogonFixture(LogonFixture) - Constructor for class org.nakedobjects.runtime.authentication.standard.fixture.AuthenticationRequestLogonFixture
 
AuthenticationRequestLogonFixture(String, List<String>) - Constructor for class org.nakedobjects.runtime.authentication.standard.fixture.AuthenticationRequestLogonFixture
 
AuthenticationRequestPassword - Class in org.nakedobjects.runtime.authentication
 
AuthenticationRequestPassword(String, String) - Constructor for class org.nakedobjects.runtime.authentication.AuthenticationRequestPassword
 
AuthenticationRequestSingleUser - Class in org.nakedobjects.runtime.authentication.standard.singleuser
Requests corresponding to an SingleUserSession.
AuthenticationRequestSingleUser() - Constructor for class org.nakedobjects.runtime.authentication.standard.singleuser.AuthenticationRequestSingleUser
 
Authenticator - Interface in org.nakedobjects.runtime.authentication.standard
 
AuthenticatorAbstract - Class in org.nakedobjects.runtime.authentication.standard
 
AuthenticatorAbstract(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authentication.standard.AuthenticatorAbstract
 
AuthenticatorNoop - Class in org.nakedobjects.runtime.authentication.standard.noop
 
AuthenticatorNoop(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authentication.standard.noop.AuthenticatorNoop
 
AUTHORIZATION_DEFAULT - Static variable in class org.nakedobjects.runtime.system.SystemConstants
Default for SystemConstants.AUTHORIZATION_DEFAULT
AUTHORIZATION_INSTALLER_KEY - Static variable in class org.nakedobjects.runtime.system.SystemConstants
Key used to lookup authorization manager in NakedObjectConfiguration, and root for any authorization manager-specific configuration keys.
AuthorizationConstants - Class in org.nakedobjects.runtime.authorization.standard
 
AuthorizationFacet - Interface in org.nakedobjects.runtime.authorization.standard
Optionally hide or disable an object, property, collection or action depending on the authorization.
AuthorizationFacetAbstract - Class in org.nakedobjects.runtime.authorization.standard
 
AuthorizationFacetAbstract(FacetHolder, AuthorizationManager) - Constructor for class org.nakedobjects.runtime.authorization.standard.AuthorizationFacetAbstract
 
AuthorizationFacetFactoryImpl - Class in org.nakedobjects.runtime.authorization.standard
 
AuthorizationFacetFactoryImpl() - Constructor for class org.nakedobjects.runtime.authorization.standard.AuthorizationFacetFactoryImpl
 
AuthorizationFacetImpl - Class in org.nakedobjects.runtime.authorization.standard
 
AuthorizationFacetImpl(FacetHolder, AuthorizationManager) - Constructor for class org.nakedobjects.runtime.authorization.standard.AuthorizationFacetImpl
 
AuthorizationManager - Interface in org.nakedobjects.runtime.authorization
Authorises the user in the current session view and use members of an object.
AuthorizationManagerAbstract - Class in org.nakedobjects.runtime.authorization
 
AuthorizationManagerAbstract(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authorization.AuthorizationManagerAbstract
 
AuthorizationManagerInstaller - Interface in org.nakedobjects.runtime.authorization
 
authorizationManagerInstaller(String, boolean) - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
 
authorizationManagerInstaller(String, boolean) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
AuthorizationManagerStandard - Class in org.nakedobjects.runtime.authorization.standard
 
AuthorizationManagerStandard(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authorization.standard.AuthorizationManagerStandard
 
AuthorizationManagerStandardInstallerAbstract - Class in org.nakedobjects.runtime.authorization.standard
 
AuthorizationManagerStandardInstallerAbstract(String) - Constructor for class org.nakedobjects.runtime.authorization.standard.AuthorizationManagerStandardInstallerAbstract
 
Authorizor - Interface in org.nakedobjects.runtime.authorization.standard
 
AuthorizorAbstract - Class in org.nakedobjects.runtime.authorization.standard
 
AuthorizorAbstract(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authorization.standard.AuthorizorAbstract
 
availableInstallers(Object[]) - Method in class org.nakedobjects.runtime.options.OptionHandlerAbstract
 
AWTConsole - Class in org.nakedobjects.runtime.system.internal.console
 
AWTConsole() - Constructor for class org.nakedobjects.runtime.system.internal.console.AWTConsole
 

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.