A C D E F G H I L M N O P R S U V W 

A

AbstractModuleAfterInvocationProvider - Class in org.ikasan.console.security
Abstract class that provides functionality for determining access/configuration rights
AbstractModuleAfterInvocationProvider(String) - Constructor for class org.ikasan.console.security.AbstractModuleAfterInvocationProvider
Constructor
AbstractPointToPointFlowProfileAfterInvocationProvider - Class in org.ikasan.console.security
Abstract class that provides functionality for determining access/configuration rights
AbstractPointToPointFlowProfileAfterInvocationProvider(String) - Constructor for class org.ikasan.console.security.AbstractPointToPointFlowProfileAfterInvocationProvider
Constructor
addAuthorities(Collection<? extends GrantedAuthority>) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
Add authorities to the list of granted authorities
addAuthority(GrantedAuthority) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
Add an authority to the list of granted authorities
addPagedModelAttributes(String, Boolean, String, Boolean, Boolean, ModelMap, int, int, PagedSearchResult<?>, HttpServletRequest, Map<String, Object>) - Static method in class org.ikasan.console.web.controller.MasterDetailControllerUtil
Adds all standard control attributes to the model for displaying the search results page
addParam(Map<String, Object>, String, Object) - Static method in class org.ikasan.console.web.controller.MasterDetailControllerUtil
Adds a parameter to the searchParams map, only if it has a value
AdminController - Class in org.ikasan.console.web.controller
Controller class for the administrator screen
AdminController() - Constructor for class org.ikasan.console.web.controller.AdminController
 
AfterInvocationModuleCollectionFilteringProvider - Class in org.ikasan.console.security
Class for determining access/configuration rights for collection of configuration
AfterInvocationModuleCollectionFilteringProvider() - Constructor for class org.ikasan.console.security.AfterInvocationModuleCollectionFilteringProvider
Constructor
AfterInvocationPointToPointFlowProfileCollectionFilteringProvider - Class in org.ikasan.console.security
Class for determining access/configuration rights for collection of configuration
AfterInvocationPointToPointFlowProfileCollectionFilteringProvider() - Constructor for class org.ikasan.console.security.AfterInvocationPointToPointFlowProfileCollectionFilteringProvider
Constructor
authenticate(Authentication) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationProvider
 
authenticate(Authentication) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticatorImpl
 

C

changeEmail(User, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Accepts submission of the changeEmail form
changePassword(HttpServletRequest, HttpServletResponse) - Method in class org.ikasan.console.web.controller.MyAccountController
Navigate to the change password page for a user (not an administrator)
changePassword(User, String, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Accepts submission of the changePassword form
compare(PointToPointFlow<Module>, PointToPointFlow<Module>) - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowComparator
Compare two instances of PointToPointFlow
completed(HttpServletRequest, HttpServletResponse, ModelMap) - Method in class org.ikasan.console.web.controller.PersistenceController
 
ConsoleEmailNotifier - Class in org.ikasan.console.service
Console Email Notifier implementation
ConsoleEmailNotifier(JavaMailSender, String, String, String) - Constructor for class org.ikasan.console.service.ConsoleEmailNotifier
Constructor non optional parameters TODO: Enforce mandatory fields here
ConsoleModuleService - Class in org.ikasan.console.module.service
Console implementation of ModuleService
ConsoleModuleService(ModuleDao) - Constructor for class org.ikasan.console.module.service.ConsoleModuleService
Constructor
ConsoleService - Interface in org.ikasan.console.service
Service Tier interface for providing console services
ConsoleServiceImpl - Class in org.ikasan.console.service
Default implementation of ConsoleService
ConsoleServiceImpl(ConsoleEmailNotifier) - Constructor for class org.ikasan.console.service.ConsoleServiceImpl
Constructor
createProviderPersistence(String, ModelMap) - Method in class org.ikasan.console.web.controller.PersistenceController
 
createUser(HttpServletRequest, HttpServletResponse) - Method in class org.ikasan.console.web.controller.UsersController
Navigate to the create user page

D

decide(Authentication, Object, Collection<ConfigAttribute>, Object) - Method in class org.ikasan.console.security.AfterInvocationModuleCollectionFilteringProvider
 
decide(Authentication, Object, Collection<ConfigAttribute>, Object) - Method in class org.ikasan.console.security.AfterInvocationPointToPointFlowProfileCollectionFilteringProvider
Decide if the user has rights to invoke actions on a PointToPointFlowProfile
decide(Authentication, Object, Collection<ConfigAttribute>, Object) - Method in class org.ikasan.console.security.ModuleAfterInvocationProvider
 
defaultFalse(Boolean) - Static method in class org.ikasan.console.web.controller.MasterDetailControllerUtil
Standardises the input field to use false if otherwise not supplied
defaultTrue(Boolean) - Static method in class org.ikasan.console.web.controller.MasterDetailControllerUtil
Standardises the input field to use true if otherwise not supplied
defaultZero(Integer) - Static method in class org.ikasan.console.web.controller.MasterDetailControllerUtil
Returns the input value if not null, otherwise 0
deleteUser(String, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Delete a existing user
disableUser(String, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Disable an existing user
DUMMY_ROLE - Static variable in class org.ikasan.console.security.service.authentication.LdapAuthenticationProvider
A fake role, used to by pass a strict API in Spring security

E

enableUser(String, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Enable an existing user

F

findAllModules() - Method in class org.ikasan.console.module.dao.HibernateModuleDao
 
findAllModules() - Method in interface org.ikasan.console.module.dao.ModuleDao
Get a Set of all Modules or an empty Set if none are found
findAllPointToPointFlowProfiles() - Method in class org.ikasan.console.pointtopointflow.dao.HibernatePointToPointFlowProfileDao
 
findAllPointToPointFlowProfiles() - Method in interface org.ikasan.console.pointtopointflow.dao.PointToPointFlowProfileDao
Get a list of all PointToPointFlowProfiles
findModules(Set<Long>) - Method in class org.ikasan.console.module.dao.HibernateModuleDao
 
findModules(Set<Long>) - Method in interface org.ikasan.console.module.dao.ModuleDao
Get a list of all Modules matching the Set of ids passed in
findPointToPointFlowProfiles(Set<Long>) - Method in class org.ikasan.console.pointtopointflow.dao.HibernatePointToPointFlowProfileDao
 
findPointToPointFlowProfiles(Set<Long>) - Method in interface org.ikasan.console.pointtopointflow.dao.PointToPointFlowProfileDao
Get a list of all PointToPointFlowProfiles matching the Set of ids passed in
forgotPassword() - Method in class org.ikasan.console.web.controller.MyAccountController
Takes the user to the forgotPassword screen

G

getAllModules() - Method in class org.ikasan.console.module.service.ConsoleModuleService
 
getAllModules() - Method in interface org.ikasan.console.module.service.ModuleService
Returns all available Modules or an empty Set
getAllPointToPointFlowProfileIds() - Method in interface org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileService
Get a Set of all of the ids for all of the PointToPointFlowProfiles or an empty Set
getAllPointToPointFlowProfileIds() - Method in class org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileServiceImpl
Get a list of all PointToPointFlowProfile Ids
getAllPointToPointFlowProfiles() - Method in interface org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileService
Get a Set of PointToPointFlowProfiles
getAllPointToPointFlowProfiles() - Method in class org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileServiceImpl
Get a list of all PointToPointFlowProfiles
getAuthenticator() - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationProvider
Get the authenticator
getAuthorities() - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
 
getComponentName() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the component name
getContext() - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
Retrieve the LDAP context attached to this user's authentication object.
getContextFactory() - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticatorImpl
Get the context factory
getCredentials() - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
 
getDescription() - Method in class org.ikasan.console.module.Module
Get the description
getDesignDiagramURL() - Method in class org.ikasan.console.module.Module
Get the design diagram URL
getEmail() - Method in class org.ikasan.console.web.command.UserCriteria
Get the email
getEventId() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the event id
getFromDate() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the from date
getFromDateTime() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the from date time object
getFromModule() - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
Get the fromModule for this PointToPointFlow
getFromTime() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the from time
getId() - Method in class org.ikasan.console.module.Module
Get the id
getId() - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
Get the unique id
getId() - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
Get the unique id
getModule(Long) - Method in class org.ikasan.console.module.dao.HibernateModuleDao
 
getModule(Long) - Method in interface org.ikasan.console.module.dao.ModuleDao
Returns the Module for the given id (or returns null)
getModule(Long) - Method in class org.ikasan.console.module.service.ConsoleModuleService
 
getModule(Long) - Method in interface org.ikasan.console.module.service.ModuleService
Returns the Module for the given id (or returns null)
getModuleFlow() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the module flow
getModuleIdsFromPointToPointFlowProfiles(Set<Long>) - Method in interface org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileService
Get a Set of all of the module ids for the given PointToPointFlowProfile Ids or an empty Set
getModuleIdsFromPointToPointFlowProfiles(Set<Long>) - Method in class org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileServiceImpl
 
getModuleNames(Set<Long>) - Method in class org.ikasan.console.module.service.ConsoleModuleService
 
getModuleNames(Set<Long>) - Method in interface org.ikasan.console.module.service.ModuleService
Returns a Set of Module names, given their ids
getModules() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get a set of the modules
getModules() - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
Get the modules
getName() - Method in class org.ikasan.console.module.Module
Get the name
getName() - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
Get the name for this PointToPointFlow
getPassword() - Method in class org.ikasan.console.web.command.UserCriteria
Get the password
getPayloadContent() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the payload content
getPayloadId() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the payload id
getPointToPointFlowProfile() - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
Get the Profile for this PointToPointFlow
getPointToPointFlowProfiles() - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
Get the point to point flow profiles
getPointToPointFlows() - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
Get the set of PointToPointFlows
getPrincipal() - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
 
getPrincipalPrefix() - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticatorImpl
Get the principal prefix
getSerialVersionUID() - Static method in class org.ikasan.console.web.command.UserCriteria
Get the serial uid
getSerialVersionUID() - Static method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the serial uid
getToModule() - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
Get the toModule for this PointToPointFlow
getUntilDate() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the to date
getUntilDateTime() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the to date time object
getUntilTime() - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Get the to time
getUsername() - Method in class org.ikasan.console.web.command.UserCriteria
Get the username
grantAuthority(String, String, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Grant a new authority to an existing user

H

handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.ikasan.console.web.controller.AdminController
Handle the request
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.ikasan.console.web.controller.HomeController
Standard handleRequest Method, in this case simply returns the view that the user requested.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.ikasan.console.web.controller.SupportController
Standard handleRequest Method, in this case simply returns the view that the user requested.
HibernateModuleDao - Class in org.ikasan.console.module.dao
Hibernate implementation of the ModuleDao
HibernateModuleDao() - Constructor for class org.ikasan.console.module.dao.HibernateModuleDao
 
HibernatePointToPointFlowProfileDao - Class in org.ikasan.console.pointtopointflow.dao
Hibernate implementation of the PointToPointFlowDao
HibernatePointToPointFlowProfileDao() - Constructor for class org.ikasan.console.pointtopointflow.dao.HibernatePointToPointFlowProfileDao
 
home(HttpServletRequest, HttpServletResponse, ModelMap) - Method in class org.ikasan.console.web.controller.PersistenceController
 
HomeController - Class in org.ikasan.console.web.controller
Spring MVC controller class for dealing with a request to go to the home page
HomeController() - Constructor for class org.ikasan.console.web.controller.HomeController
 

I

initialiseWiretapEventSearch() - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
Show the combined wiretap event search and search results view

L

LdapAuthenticationProvider - Class in org.ikasan.console.security.service.authentication
Custom Spring Security authentication provider which tries to bind to an LDAP server with the passed-in credentials; of note, when used with the custom LdapAuthenticatorImpl, does not require an LDAP username and password for initial binding.
LdapAuthenticationProvider(UserService) - Constructor for class org.ikasan.console.security.service.authentication.LdapAuthenticationProvider
Constructor - Takes a UserService
LdapAuthenticationToken - Class in org.ikasan.console.security.service.authentication
Authentication token to use when an application needs further access to the LDAP context used to authenticate the user.
LdapAuthenticationToken(Authentication, GrantedAuthority) - Constructor for class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
Construct a new LdapAuthenticationToken, using an existing Authentication object and a default authority.
LdapAuthenticationToken(Authentication, String) - Constructor for class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
Construct a new LdapAuthenticationToken, using an existing Authentication object and a default authority.
LdapAuthenticatorImpl - Class in org.ikasan.console.security.service.authentication
Custom Spring Security LDAP authenticator which tries to bind to an LDAP server using the passed-in credentials; does not require "master" credentials for an initial bind prior to searching for the passed-in username.
LdapAuthenticatorImpl() - Constructor for class org.ikasan.console.security.service.authentication.LdapAuthenticatorImpl
 
listUsers(ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
List the users known to the system
listWiretapEvents(HttpServletRequest, Integer, String, Boolean, String, Boolean, Boolean, Integer, Set<Long>, Set<Long>, String, String, String, String, String, String, String, String, String, ModelMap) - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
Show the combined wiretap event search and search results view

M

maintainUser(String, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Maintain a user known to the system
MasterDetailControllerUtil - Class in org.ikasan.console.web.controller
Common utility functions used by MVC controllers that deal with paged Master/Detail search functions
MasterDetailControllerUtil() - Constructor for class org.ikasan.console.web.controller.MasterDetailControllerUtil
 
mayReadModule(Authentication, Module) - Method in class org.ikasan.console.security.AbstractModuleAfterInvocationProvider
Determines if the specified module should be accessible to the currently logged in user
mayReadPointToPointFlowProfile(Authentication, PointToPointFlowProfile) - Method in class org.ikasan.console.security.AbstractPointToPointFlowProfileAfterInvocationProvider
Determines if the specified PointToPointFlowProfile should be accessible to the currently logged in user
Module - Class in org.ikasan.console.module
Console representation of a Module
Module() - Constructor for class org.ikasan.console.module.Module
 
ModuleAfterInvocationProvider - Class in org.ikasan.console.security
Class for determining access/configuration rights
ModuleAfterInvocationProvider() - Constructor for class org.ikasan.console.security.ModuleAfterInvocationProvider
Constructor
ModuleDao - Interface in org.ikasan.console.module.dao
Interface for all Module data access.
ModuleService - Interface in org.ikasan.console.module.service
Service Tier interface for providing user access to Modules
myAccount(HttpServletRequest, HttpServletResponse, ModelMap) - Method in class org.ikasan.console.web.controller.MyAccountController
Navigate to the my account page for a user (not an administrator)
MyAccountController - Class in org.ikasan.console.web.controller
The controller for the various my account views
MyAccountController(UserService, ConsoleService) - Constructor for class org.ikasan.console.web.controller.MyAccountController
Constructor

N

nullForEmpty(String) - Static method in class org.ikasan.console.web.controller.MasterDetailControllerUtil
Returns the input value or null for an empty String

O

org.ikasan.console.module - package org.ikasan.console.module
 
org.ikasan.console.module.dao - package org.ikasan.console.module.dao
 
org.ikasan.console.module.service - package org.ikasan.console.module.service
 
org.ikasan.console.pointtopointflow - package org.ikasan.console.pointtopointflow
 
org.ikasan.console.pointtopointflow.dao - package org.ikasan.console.pointtopointflow.dao
 
org.ikasan.console.pointtopointflow.service - package org.ikasan.console.pointtopointflow.service
 
org.ikasan.console.security - package org.ikasan.console.security
 
org.ikasan.console.security.service.authentication - package org.ikasan.console.security.service.authentication
 
org.ikasan.console.service - package org.ikasan.console.service
 
org.ikasan.console.web.command - package org.ikasan.console.web.command
 
org.ikasan.console.web.controller - package org.ikasan.console.web.controller
 
outputFile(long, HttpServletResponse) - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
Download the payload content as a file TODO Improve Error handling?

P

PersistenceController - Class in org.ikasan.console.web.controller
Spring MVC controller class for dealing with a request to go to the home page
PersistenceController(PersistenceServiceFactory) - Constructor for class org.ikasan.console.web.controller.PersistenceController
 
PointToPointFlowComparator - Class in org.ikasan.console.pointtopointflow
PointToPointFlowComparator is an implementation of Comparator for PointToPointFlow that compares two such objects based on their Module children.
PointToPointFlowComparator() - Constructor for class org.ikasan.console.pointtopointflow.PointToPointFlowComparator
 
PointToPointFlowImpl - Class in org.ikasan.console.pointtopointflow
Object that represents a PointToPointFlow in Ikasan.
PointToPointFlowImpl() - Constructor for class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
 
PointToPointFlowProfileDao - Interface in org.ikasan.console.pointtopointflow.dao
Interface for all PointToPointFlowProfile data access.
PointToPointFlowProfileImpl - Class in org.ikasan.console.pointtopointflow
Object that represents a PointToPointFlowProfile in Ikasan.
PointToPointFlowProfileImpl() - Constructor for class org.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
 
PointToPointFlowProfileService - Interface in org.ikasan.console.pointtopointflow.service
Service layer for PointToPointFlowProfiles
PointToPointFlowProfileServiceImpl - Class in org.ikasan.console.pointtopointflow.service
Console implementation of PointToPointFlowProfileService
PointToPointFlowProfileServiceImpl(PointToPointFlowProfileDao) - Constructor for class org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileServiceImpl
Constructor

R

recreateLdapContext(LdapAuthenticator, LdapAuthenticationToken) - Static method in class org.ikasan.console.security.service.authentication.LdapAuthenticatorImpl
Since the InitialLdapContext that's stored as a property of an LdapAuthenticationToken is transient (because it isn't Serializable), we need some way to recreate the InitialLdapContext if it's null (e.g., if the LdapAuthenticationToken has been serialized and deserialized).
requestProviderSetup(HttpServletRequest, HttpServletResponse, ModelMap) - Method in class org.ikasan.console.web.controller.PersistenceController
Standard handleRequest Method, in this case simply returns the view that the user requested.
resolveOrderBy(String) - Static method in class org.ikasan.console.web.controller.MasterDetailControllerUtil
Returns the input value if not null, otherwise "id"
revokeAuthority(String, String, ModelMap) - Method in class org.ikasan.console.web.controller.UsersController
Revoke an authority from a existing user

S

saveUser(ModelMap, String, String, String, Boolean) - Method in class org.ikasan.console.web.controller.UsersController
Accepts submission of the createUser form
sendMail() - Method in class org.ikasan.console.service.ConsoleEmailNotifier
Send the mail
sendNewPassword(User) - Method in interface org.ikasan.console.service.ConsoleService
Allows a specified user's password to be sent to them.
sendNewPassword(User) - Method in class org.ikasan.console.service.ConsoleServiceImpl
An implementation of sendNewPassword, in this case we're sending an email to them TODO More specific error handling than catching Exception required
sendPassword(String, ModelMap) - Method in class org.ikasan.console.web.controller.MyAccountController
Send the new Password to the user TODO Split tasks into individual methods
setAuthenticator(LdapAuthenticator) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationProvider
Set the authenticator to be used
setBody(String) - Method in class org.ikasan.console.service.ConsoleEmailNotifier
Setter for mail body text.
setComponentName(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the component name
setContext(InitialLdapContext) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationToken
Attach an LDAP context to this user's authentication object.
setContextFactory(DefaultSpringSecurityContextSource) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticatorImpl
Set the context factory to use for generating a new LDAP context.
setDescription(String) - Method in class org.ikasan.console.module.Module
Set the description
setDesignDiagramURL(String) - Method in class org.ikasan.console.module.Module
Set the design diagram URL
setEventId(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the event id
setFrom(String) - Method in class org.ikasan.console.service.ConsoleEmailNotifier
Setter for mail
setFromDate(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the from date
setFromModule(Module) - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
Set the from Module
setFromTime(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the from time
setId(long) - Method in class org.ikasan.console.module.Module
Set the id
setModuleFlow(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the module flow
setModules(Set<Long>) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the modules
setMultipart(boolean) - Method in class org.ikasan.console.service.ConsoleEmailNotifier
Support for multipart message (i.e.: attachments) TODO: probably this setter is not needed.
setName(String) - Method in class org.ikasan.console.module.Module
Set the name
setName(String) - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
Set the name for this PointToPointFlow
setPayloadContent(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the payload content
setPayloadId(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the payload id
setPointToPointFlowProfile(PointToPointFlowProfile) - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
Set the Profile for this PointToPointFlow
setPointToPointFlows(Set<? extends PointToPointFlow>) - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowProfileImpl
Set the PointToPointFlows for this profile
setPrincipalPrefix(String) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticatorImpl
Set the string to be prepended to all principal names prior to attempting authentication against the LDAP server.
setSubject(String) - Method in class org.ikasan.console.service.ConsoleEmailNotifier
Setter for subject
setTo(String) - Method in class org.ikasan.console.service.ConsoleEmailNotifier
Setter for to address.
setToModule(Module) - Method in class org.ikasan.console.pointtopointflow.PointToPointFlowImpl
Set the to Module
setUntilDate(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the to date
setUntilTime(String) - Method in class org.ikasan.console.web.command.WiretapSearchCriteria
Set the to time
SupportController - Class in org.ikasan.console.web.controller
Spring MVC controller class for dealing with a request to go to the support page
SupportController() - Constructor for class org.ikasan.console.web.controller.SupportController
 
supports(ConfigAttribute) - Method in class org.ikasan.console.security.AbstractModuleAfterInvocationProvider
 
supports(Class) - Method in class org.ikasan.console.security.AbstractModuleAfterInvocationProvider
 
supports(ConfigAttribute) - Method in class org.ikasan.console.security.AbstractPointToPointFlowProfileAfterInvocationProvider
Returns true if the dao attribute is supported by this provider
supports(Class) - Method in class org.ikasan.console.security.AbstractPointToPointFlowProfileAfterInvocationProvider
Returns true if the class is supported by this provider
supports(ConfigAttribute) - Method in class org.ikasan.console.security.AfterInvocationModuleCollectionFilteringProvider
 
supports(ConfigAttribute) - Method in class org.ikasan.console.security.AfterInvocationPointToPointFlowProfileCollectionFilteringProvider
Returns true if the configuration attribute is supported by this provider
supports(Class<?>) - Method in class org.ikasan.console.security.service.authentication.LdapAuthenticationProvider
Do we support the authentication type presented
supports(Class) - Method in class org.ikasan.console.web.command.UserCriteriaValidator
Warning suppressed because .equals method does not support Generics (non-Javadoc)
supports(Class) - Method in class org.ikasan.console.web.command.WiretapSearchCriteriaValidator
Warning suppressed because .equals method does not support Generics (non-Javadoc)

U

userChangePassword(User, String, ModelMap) - Method in class org.ikasan.console.web.controller.MyAccountController
Accepts submission of the changePassword form
UserCriteria - Class in org.ikasan.console.web.command
Command class capturing the User criteria fields
UserCriteria(String, String, String) - Constructor for class org.ikasan.console.web.command.UserCriteria
Constructor
UserCriteriaValidator - Class in org.ikasan.console.web.command
The validator for users
UserCriteriaValidator() - Constructor for class org.ikasan.console.web.command.UserCriteriaValidator
Constructor
UsersController - Class in org.ikasan.console.web.controller
The controller for the various user views
UsersController(UserService) - Constructor for class org.ikasan.console.web.controller.UsersController
Constructor

V

validate(Object, List<String>) - Method in class org.ikasan.console.web.command.UserCriteriaValidator
Validate the UserCriteria
validate(Object, Errors) - Method in class org.ikasan.console.web.command.UserCriteriaValidator
Unused
validate(Object, List<String>) - Method in class org.ikasan.console.web.command.WiretapSearchCriteriaValidator
Validate the WiretapSearchCriteria
validate(Object, Errors) - Method in class org.ikasan.console.web.command.WiretapSearchCriteriaValidator
Unused
viewEvent(long, String, ModelMap) - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
View a specified WiretapEvent
viewModuleDesign(long, HttpServletResponse) - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
Retrieve a link to a module design resource that can be displayed to the end user (or perhaps downloaded) TODO Improve Error handling?
viewPrettyPayloadContent(long, HttpServletResponse) - Method in class org.ikasan.console.web.controller.WiretapEventsSearchFormController
View a specific payload content in a best guess native format

W

WiretapEventsSearchFormController - Class in org.ikasan.console.web.controller
This class is the Controller for the WiretapEvent Search Form
WiretapEventsSearchFormController(WiretapService, ModuleService, PointToPointFlowProfileService) - Constructor for class org.ikasan.console.web.controller.WiretapEventsSearchFormController
Constructor
WiretapSearchCriteria - Class in org.ikasan.console.web.command
Command class capturing the Wiretap search criteria fields
WiretapSearchCriteria(Set<Long>) - Constructor for class org.ikasan.console.web.command.WiretapSearchCriteria
Constructor
WiretapSearchCriteriaValidator - Class in org.ikasan.console.web.command
The search criteria validator for wire tap searches
WiretapSearchCriteriaValidator() - Constructor for class org.ikasan.console.web.command.WiretapSearchCriteriaValidator
Constructor
A C D E F G H I L M N O P R S U V W 

Copyright © 2007-2015 Ikasan. All Rights Reserved.