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

A

AddSessionAction - org.marketcetera.admin.AdminPermissions
 
AdminClient - Interface in org.marketcetera.admin
Provides access to admin services.
AdminClientFactory<ParameterClazz> - Interface in org.marketcetera.admin
Constructs AdminClient objects.
AdminPermissions - Enum in org.marketcetera.admin
Defines Admin permission names.
AdminPermissions() - Constructor for enum org.marketcetera.admin.AdminPermissions
 
attribute - Variable in class org.marketcetera.admin.impl.SimpleUserAttribute
attribute value
attributeType - Variable in class org.marketcetera.admin.impl.SimpleUserAttribute
user attribute value
AuthorizationService - Interface in org.marketcetera.admin.service
Provides services related to users and permissions.
authorize(String, String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Validate that the user with the given username has been granted the permission with the given permission name.
authorizeNoException(String, String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Validate that the user with the given username has been granted the permission with the given permission name.

C

changeUserPassword(String, String, String) - Method in interface org.marketcetera.admin.AdminClient
Change the password of the given user.
changeUserPassword(User, String, String) - Method in interface org.marketcetera.admin.service.UserService
Change the password of the given user to the given value.
ChangeUserPasswordAction - org.marketcetera.admin.AdminPermissions
 
compare(SimplePermission, SimplePermission) - Method in class org.marketcetera.admin.impl.SimplePermission
 
compareTo(User) - Method in class org.marketcetera.admin.impl.SimpleUser
 
create() - Method in class org.marketcetera.admin.impl.SimpleRoleFactory
 
create() - Method in class org.marketcetera.admin.impl.SimpleUserFactory
 
create() - Method in interface org.marketcetera.admin.MutablePermissionFactory
Create a new MutablePermission object.
create() - Method in interface org.marketcetera.admin.MutableRoleFactory
Create a MutableRole object.
create() - Method in interface org.marketcetera.admin.MutableUserFactory
Create a MutableUser value
create(String, String) - Method in class org.marketcetera.admin.impl.SimplePermissionFactory
 
create(String, String) - Method in class org.marketcetera.admin.impl.SimpleRoleFactory
 
create(String, String) - Method in interface org.marketcetera.admin.MutablePermissionFactory
Creates a Permission with the given attributes.
create(String, String) - Method in interface org.marketcetera.admin.MutableRoleFactory
Create a MutableRole object with the given attributes.
create(String, String) - Method in interface org.marketcetera.admin.PermissionFactory
Creates a Permission with the given attributes.
create(String, String) - Method in interface org.marketcetera.admin.RoleFactory
Creates a Role object with the given attributes.
create(String, String) - Method in interface org.marketcetera.admin.SupervisorPermissionFactory
 
create(String, String, String, boolean) - Method in class org.marketcetera.admin.impl.SimpleUserFactory
 
create(String, String, String, boolean) - Method in interface org.marketcetera.admin.MutableUserFactory
Create user objects.
create(String, String, String, boolean) - Method in interface org.marketcetera.admin.UserFactory
Create user objects.
create(User) - Method in class org.marketcetera.admin.impl.SimpleUserFactory
 
create(UserAttribute) - Method in class org.marketcetera.admin.impl.SimpleUserAttributeFactory
 
create(UserAttribute) - Method in interface org.marketcetera.admin.MutableUserAttributeFactory
Creates a UserAttribute object from the given value.
create(UserAttribute) - Method in interface org.marketcetera.admin.UserAttributeFactory
Create a UserAttribute object from the given value.
create(User, UserAttributeType, String) - Method in class org.marketcetera.admin.impl.SimpleUserAttributeFactory
 
create(User, UserAttributeType, String) - Method in interface org.marketcetera.admin.MutableUserAttributeFactory
Create a MutableUserAttribute object with the given attributes.
create(User, UserAttributeType, String) - Method in interface org.marketcetera.admin.UserAttributeFactory
Create a UserAttribute object with the given attributes.
create(ParameterClazz) - Method in interface org.marketcetera.admin.AdminClientFactory
Create a new AdminClient instance.
createPermission(Permission) - Method in interface org.marketcetera.admin.AdminClient
Create a permission with the given attributes.
CreatePermissionAction - org.marketcetera.admin.AdminPermissions
 
createRole(Role) - Method in interface org.marketcetera.admin.AdminClient
Create the given role.
CreateRoleAction - org.marketcetera.admin.AdminPermissions
 
createUser(User, String) - Method in interface org.marketcetera.admin.AdminClient
Create the given user with the given password.
CreateUserAction - org.marketcetera.admin.AdminPermissions
 

D

deactivateUser(String) - Method in interface org.marketcetera.admin.AdminClient
Deactivate the user with the given name.
delete(User) - Method in interface org.marketcetera.admin.service.UserService
Deletes the given user.
delete(UserAttribute) - Method in interface org.marketcetera.admin.service.UserAttributeService
Remove the given user attribute.
deletePermission(String) - Method in interface org.marketcetera.admin.AdminClient
Delete the permission with the given name.
deletePermission(String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Delete the Permission with the given name.
DeletePermissionAction - org.marketcetera.admin.AdminPermissions
 
deleteRole(String) - Method in interface org.marketcetera.admin.AdminClient
Delete the role with the given name.
deleteRole(String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Delete the role with the given name.
DeleteRoleAction - org.marketcetera.admin.AdminPermissions
 
DeleteSessionAction - org.marketcetera.admin.AdminPermissions
 
deleteUser(String) - Method in interface org.marketcetera.admin.AdminClient
Delete the given user.
DeleteUserAction - org.marketcetera.admin.AdminPermissions
 
DisableSessionAction - org.marketcetera.admin.AdminPermissions
 
DISPLAY_LAYOUT - org.marketcetera.admin.UserAttributeType
stores the user's preferred UI display layout

E

EditSessionAction - org.marketcetera.admin.AdminPermissions
 
EnableSessionAction - org.marketcetera.admin.AdminPermissions
 
equals(Object) - Method in class org.marketcetera.admin.impl.SimplePermission
 

F

findAll() - Method in interface org.marketcetera.admin.service.UserService
Finds all current users.
findAll(PageRequest) - Method in interface org.marketcetera.admin.service.UserService
Find a page of users.
findAllPermissions() - Method in interface org.marketcetera.admin.service.AuthorizationService
Find all Permission values.
findAllPermissions(PageRequest) - Method in interface org.marketcetera.admin.service.AuthorizationService
Find some Permission values.
findAllPermissionsByUsername(String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Finds all Permission values granted to the user with the given username.
findAllRoles() - Method in interface org.marketcetera.admin.service.AuthorizationService
Find all Role values.
findAllRoles(PageRequest) - Method in interface org.marketcetera.admin.service.AuthorizationService
Find a page of Role values.
findByName(String) - Method in interface org.marketcetera.admin.service.UserService
Gets the user with the given name.
findByUserId(UserID) - Method in interface org.marketcetera.admin.service.UserService
Find the user associated with the given user id.
findOne(long) - Method in interface org.marketcetera.admin.service.UserService
Finds a single user with the given id.
findPermissionByName(String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Finds the Permission with the given name.
findRoleByName(String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Finds the Role with the given name.
findSupervisorPermissionByName(String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Find the given supervisor permission by name.

G

getAttribute() - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
 
getAttribute() - Method in interface org.marketcetera.admin.UserAttribute
Gets the attribute value.
getAttributeType() - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
 
getAttributeType() - Method in interface org.marketcetera.admin.UserAttribute
Gets the user attribute type value.
getAuthority() - Method in enum org.marketcetera.admin.AdminPermissions
 
getAuthority() - Method in interface org.marketcetera.admin.Permission
 
getCurrentUser() - Method in interface org.marketcetera.admin.AdminClient
Get the current user.
getHash(String) - Method in interface org.marketcetera.admin.service.PasswordService
Get the hash of the given value.
getHashedPassword() - Method in class org.marketcetera.admin.impl.SimpleUser
 
getHashedPassword() - Method in interface org.marketcetera.admin.User
Get the hashed password value.
getPermissions() - Method in class org.marketcetera.admin.impl.SimpleRole
 
getPermissions() - Method in interface org.marketcetera.admin.Role
Gets the permissions assigned to this role.
getPermissions() - Method in interface org.marketcetera.admin.SupervisorPermission
Get the permissions granted to the supervisor.
getPermissionsForCurrentUser() - Method in interface org.marketcetera.admin.AdminClient
Get permissions for the current user.
getSubjects() - Method in class org.marketcetera.admin.impl.SimpleRole
 
getSubjects() - Method in interface org.marketcetera.admin.Role
Gets the subjects assigned to this role.
getSubjects() - Method in interface org.marketcetera.admin.SupervisorPermission
Get the subjects over whom the supervision is granted.
getSubjectUsersFor(User, String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Get the users over which the given user has the given permission.
getSupervisor() - Method in interface org.marketcetera.admin.SupervisorPermission
Get the supervisor value.
getSupervisorsFor(String, String) - Method in interface org.marketcetera.admin.service.AuthorizationService
Get the users that have the given supervisor permission over the given user.
getUser() - Method in interface org.marketcetera.admin.HasUser
Get the user value.
getUser() - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
 
getUser() - Method in interface org.marketcetera.admin.UserAttribute
Gets the user value.
getUserAttribute(String, UserAttributeType) - Method in interface org.marketcetera.admin.AdminClient
Get the user attribute for the given user and attribute type.
getUserAttribute(User, UserAttributeType) - Method in interface org.marketcetera.admin.service.UserAttributeService
Gets the UserAttribute with the given key values.
getUserID() - Method in class org.marketcetera.admin.impl.SimpleUser
 
getUserID() - Method in interface org.marketcetera.admin.User
Get the user id value.

H

HasCurrentUser - Interface in org.marketcetera.admin
Tagging interface that provides the current user, whatever that means in a given context.
hashCode() - Method in class org.marketcetera.admin.impl.SimplePermission
 
hashedPassword - Variable in class org.marketcetera.admin.impl.SimpleUser
password value
HasUser - Interface in org.marketcetera.admin
Indicates that the implementer has a User value.

I

isActive - Variable in class org.marketcetera.admin.impl.SimpleUser
indicates if the user is active
isActive() - Method in class org.marketcetera.admin.impl.SimpleUser
 
isActive() - Method in interface org.marketcetera.admin.User
Indicates if the user is active or not.

L

listUsers(String, Boolean) - Method in interface org.marketcetera.admin.service.UserService
Lists all users taking into account the given optional filters.

M

matches(String, String) - Method in interface org.marketcetera.admin.service.PasswordService
Indicates if the given raw password is equivalent to the given hashed value.
MutablePermission - Interface in org.marketcetera.admin
Provides a mutable Permission implementation.
MutablePermissionFactory - Interface in org.marketcetera.admin
Creates MutablePermission objects.
MutableRole - Interface in org.marketcetera.admin
Provides a mutable Role implementation.
MutableRoleFactory - Interface in org.marketcetera.admin
Creates MutableRole objects.
MutableUser - Interface in org.marketcetera.admin
Provides a mutable User implementation.
MutableUserAttribute - Interface in org.marketcetera.admin
Provides a mutable UserAttribute implementation.
MutableUserAttributeFactory - Interface in org.marketcetera.admin
Creates MutableUserAttribute objects.
MutableUserFactory - Interface in org.marketcetera.admin
Creates MutableUser objects.

N

NotAuthorizedException - Exception in org.marketcetera.admin
Indicates an authorization failure.
NotAuthorizedException() - Constructor for exception org.marketcetera.admin.NotAuthorizedException
Create a new NotAuthorizedException instance.
NotAuthorizedException(String) - Constructor for exception org.marketcetera.admin.NotAuthorizedException
Create a new NotAuthorizedException instance.
NotAuthorizedException(String, Throwable) - Constructor for exception org.marketcetera.admin.NotAuthorizedException
Create a new NotAuthorizedException instance.
NotAuthorizedException(String, Throwable, boolean, boolean) - Constructor for exception org.marketcetera.admin.NotAuthorizedException
Create a new NotAuthorizedException instance.
NotAuthorizedException(Throwable) - Constructor for exception org.marketcetera.admin.NotAuthorizedException
Create a new NotAuthorizedException instance.

O

org.marketcetera.admin - package org.marketcetera.admin
 
org.marketcetera.admin.impl - package org.marketcetera.admin.impl
 
org.marketcetera.admin.service - package org.marketcetera.admin.service
 

P

PasswordService - Interface in org.marketcetera.admin.service
Provides password services.
Permission - Interface in org.marketcetera.admin
Indicates a specific permission that can be checked to verify access is allowed for a particular function.
PermissionFactory - Interface in org.marketcetera.admin
Creates Permission objects.
permissions - Variable in class org.marketcetera.admin.impl.SimpleRole
permission values

R

ReadFixSessionAttributeDescriptorsAction - org.marketcetera.admin.AdminPermissions
 
ReadInstanceDataAction - org.marketcetera.admin.AdminPermissions
 
ReadPermissionAction - org.marketcetera.admin.AdminPermissions
 
readPermissions() - Method in interface org.marketcetera.admin.AdminClient
Read permissions.
readPermissions(PageRequest) - Method in interface org.marketcetera.admin.AdminClient
Read a page of permissions.
ReadRoleAction - org.marketcetera.admin.AdminPermissions
 
readRoles() - Method in interface org.marketcetera.admin.AdminClient
Read roles.
readRoles(PageRequest) - Method in interface org.marketcetera.admin.AdminClient
Read a page or roles.
ReadUserAction - org.marketcetera.admin.AdminPermissions
 
ReadUserAttributeAction - org.marketcetera.admin.AdminPermissions
 
ReadUserPermisionsAction - org.marketcetera.admin.AdminPermissions
 
readUsers() - Method in interface org.marketcetera.admin.AdminClient
Get the list of users.
readUsers(PageRequest) - Method in interface org.marketcetera.admin.AdminClient
Get a list of users.
resetPassword(String, String) - Method in interface org.marketcetera.admin.AdminClient
Resets the password of the given user to the given value.
resetUserPassword(User, String) - Method in interface org.marketcetera.admin.service.UserService
Reset the password of the given user to the given value.
ResetUserPasswordAction - org.marketcetera.admin.AdminPermissions
 
Role - Interface in org.marketcetera.admin
Provides a means to assign permissions to perform various tasks.
RoleFactory - Interface in org.marketcetera.admin
Creates Role objects.

S

save(Permission) - Method in interface org.marketcetera.admin.service.AuthorizationService
Saves the given Permission.
save(Role) - Method in interface org.marketcetera.admin.service.AuthorizationService
Saves the given Role.
save(SupervisorPermission) - Method in interface org.marketcetera.admin.service.AuthorizationService
Save the given supervisor permission value.
save(User) - Method in interface org.marketcetera.admin.service.UserService
Saves the given user to the datastore.
save(UserAttribute) - Method in interface org.marketcetera.admin.service.UserAttributeService
Saves the given object.
serialVersionUID - Static variable in class org.marketcetera.admin.impl.SimplePermission
 
serialVersionUID - Static variable in class org.marketcetera.admin.impl.SimpleRole
 
serialVersionUID - Static variable in class org.marketcetera.admin.impl.SimpleUser
 
serialVersionUID - Static variable in class org.marketcetera.admin.impl.SimpleUserAttribute
 
serialVersionUID - Static variable in exception org.marketcetera.admin.NotAuthorizedException
 
setAttribute(String) - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
Sets the attribute value.
setAttribute(String) - Method in interface org.marketcetera.admin.MutableUserAttribute
Set the attribute value.
setAttributeType(UserAttributeType) - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
Sets the attributeType value.
setAttributeType(UserAttributeType) - Method in interface org.marketcetera.admin.MutableUserAttribute
Set the user attribute type value.
setDescription(String) - Method in interface org.marketcetera.admin.MutablePermission
Set the description value.
setDescription(String) - Method in interface org.marketcetera.admin.MutableRole
Set the description value.
setDescription(String) - Method in interface org.marketcetera.admin.MutableUser
Set the description value.
setHashedPassword(String) - Method in class org.marketcetera.admin.impl.SimpleUser
Sets the hashedPassword value.
setHashedPassword(String) - Method in interface org.marketcetera.admin.MutableUser
Set the hashed password value.
setIsActive(boolean) - Method in class org.marketcetera.admin.impl.SimpleUser
Sets the isActive value.
setIsActive(boolean) - Method in interface org.marketcetera.admin.MutableUser
Set the active indicator value.
setName(String) - Method in interface org.marketcetera.admin.MutablePermission
Set the name value.
setName(String) - Method in interface org.marketcetera.admin.MutableRole
Set the name value.
setName(String) - Method in interface org.marketcetera.admin.MutableUser
Set the name value.
setPermissions(Set<Permission>) - Method in class org.marketcetera.admin.impl.SimpleRole
Sets the permissions value.
setSubjects(Set<User>) - Method in class org.marketcetera.admin.impl.SimpleRole
Sets the subjects value.
setSupervisor(User) - Method in interface org.marketcetera.admin.SupervisorPermission
Set the supervisor value.
setUser(User) - Method in interface org.marketcetera.admin.HasUser
Set the user value.
setUser(User) - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
Sets the user value.
setUser(User) - Method in interface org.marketcetera.admin.MutableUserAttribute
Set the user value.
setUserAttribute(String, UserAttributeType, String) - Method in interface org.marketcetera.admin.AdminClient
Set the given user attribute for the given user and attribute type.
setUserId(UserID) - Method in class org.marketcetera.admin.impl.SimpleUser
 
setUserId(UserID) - Method in interface org.marketcetera.admin.MutableUser
Set the user ID value.
SimplePermission - Class in org.marketcetera.admin.impl
Provides a simple Permission implementation.
SimplePermission() - Constructor for class org.marketcetera.admin.impl.SimplePermission
Create a new SimplePermission instance.
SimplePermission(String, String) - Constructor for class org.marketcetera.admin.impl.SimplePermission
Create a new SimplePermission instance.
SimplePermissionFactory - Class in org.marketcetera.admin.impl
Creates simple permission objects.
SimplePermissionFactory() - Constructor for class org.marketcetera.admin.impl.SimplePermissionFactory
 
SimpleRole - Class in org.marketcetera.admin.impl
Provides a simple Role implementation.
SimpleRole() - Constructor for class org.marketcetera.admin.impl.SimpleRole
 
SimpleRoleFactory - Class in org.marketcetera.admin.impl
Creates Role objects.
SimpleRoleFactory() - Constructor for class org.marketcetera.admin.impl.SimpleRoleFactory
 
SimpleUser - Class in org.marketcetera.admin.impl
Provides a simple User implementation.
SimpleUser() - Constructor for class org.marketcetera.admin.impl.SimpleUser
Create a new SimpleUser instance.
SimpleUser(String, String, String, boolean) - Constructor for class org.marketcetera.admin.impl.SimpleUser
Create a new SimpleUser instance.
SimpleUserAttribute - Class in org.marketcetera.admin.impl
Provideds a simple UserAttribute implementation.
SimpleUserAttribute(UserAttribute) - Constructor for class org.marketcetera.admin.impl.SimpleUserAttribute
Create a new SimpleUserAttribute instance.
SimpleUserAttribute(User, UserAttributeType, String) - Constructor for class org.marketcetera.admin.impl.SimpleUserAttribute
Create a new SimpleUserAttribute instance.
SimpleUserAttributeFactory - Class in org.marketcetera.admin.impl
Constructs SimpleUserAttribute objects.
SimpleUserAttributeFactory() - Constructor for class org.marketcetera.admin.impl.SimpleUserAttributeFactory
 
SimpleUserFactory - Class in org.marketcetera.admin.impl
Creates simple user objects.
SimpleUserFactory() - Constructor for class org.marketcetera.admin.impl.SimpleUserFactory
 
StartSessionAction - org.marketcetera.admin.AdminPermissions
 
StopSessionAction - org.marketcetera.admin.AdminPermissions
 
STRATEGY_ENGINES - org.marketcetera.admin.UserAttributeType
list of strategy engines known to this user
subjects - Variable in class org.marketcetera.admin.impl.SimpleRole
subject values
SupervisorPermission - Interface in org.marketcetera.admin
Describes permissions granted to a user over other users.
SupervisorPermissionFactory - Interface in org.marketcetera.admin
 

T

toString() - Method in class org.marketcetera.admin.impl.SimplePermission
 
toString() - Method in class org.marketcetera.admin.impl.SimpleUser
 
toString() - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
 

U

updatePermission(String, Permission) - Method in interface org.marketcetera.admin.AdminClient
Update the permission with the given name.
UpdatePermissionAction - org.marketcetera.admin.AdminPermissions
 
updateRole(String, Role) - Method in interface org.marketcetera.admin.AdminClient
Update the given role with the given original name.
UpdateRoleAction - org.marketcetera.admin.AdminPermissions
 
UpdateSequenceAction - org.marketcetera.admin.AdminPermissions
 
updateUser(String, User) - Method in interface org.marketcetera.admin.AdminClient
Update the given user with the given current username.
UpdateUserAction - org.marketcetera.admin.AdminPermissions
 
updateUserActiveStatus(String, boolean) - Method in interface org.marketcetera.admin.service.UserService
Updates the active/inactive status for the user with the given name.
updateUserDataByName(String, String) - Method in interface org.marketcetera.admin.service.UserService
Updates the user data for the user with the given name.
user - Variable in class org.marketcetera.admin.impl.SimpleUserAttribute
user value
User - Interface in org.marketcetera.admin
Represents a user in the system.
UserAttribute - Interface in org.marketcetera.admin
Represents an attribute associated with a user.
UserAttributeFactory - Interface in org.marketcetera.admin
Creates UserAttribute objects.
UserAttributeService - Interface in org.marketcetera.admin.service
Provides services for UserAttribute objects.
UserAttributeType - Enum in org.marketcetera.admin
Enumerates user attribute type values.
UserAttributeType() - Constructor for enum org.marketcetera.admin.UserAttributeType
 
UserFactory - Interface in org.marketcetera.admin
Create User objects.
UserService - Interface in org.marketcetera.admin.service
Provides access to User objects.

V

valueOf(String) - Static method in enum org.marketcetera.admin.AdminPermissions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.admin.UserAttributeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.marketcetera.admin.AdminPermissions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.admin.UserAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewSessionAction - org.marketcetera.admin.AdminPermissions
 

W

WriteUserAttributeAction - org.marketcetera.admin.AdminPermissions
 
A C D E F G H I L M N O P R S T U V W 
All Classes All Packages