Skip navigation links
A C D E G H I O P R S T U V 

A

AdminClient - Interface in org.marketcetera.admin
Provides access to admin services.
AdminClientFactory - Interface in org.marketcetera.admin
Create AdminClient objects.
AdminPermissions - Enum in org.marketcetera.admin
Defines Admin permission names.

C

changeUserPassword(String, String, String) - Method in interface org.marketcetera.admin.AdminClient
Change the password of the given user.
compareTo(SimpleFixSessionAttributeDescriptor) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
 
create(String, String, String, int) - Method in interface org.marketcetera.admin.AdminClientFactory
Create an AdminClient value
create(String, String, String, int, Locale) - Method in interface org.marketcetera.admin.AdminClientFactory
Create an AdminClient value
create(String, String, String, String, boolean) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptorFactory
 
create(FixSessionAttributeDescriptor) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptorFactory
 
create() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptorFactory
 
create(String, String) - Method in class org.marketcetera.admin.impl.SimplePermissionFactory
 
create(String, String) - Method in class org.marketcetera.admin.impl.SimpleRoleFactory
 
create(User, UserAttributeType, String) - Method in class org.marketcetera.admin.impl.SimpleUserAttributeFactory
 
create(UserAttribute) - Method in class org.marketcetera.admin.impl.SimpleUserAttributeFactory
 
create(String, String, String, boolean) - Method in class org.marketcetera.admin.impl.SimpleUserFactory
 
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(User, UserAttributeType, String) - Method in interface org.marketcetera.admin.UserAttributeFactory
Creates a UserAttribute object with the given attributes.
create(UserAttribute) - Method in interface org.marketcetera.admin.UserAttributeFactory
Creates a UserAttribute object from the given value.
create(String, String, String, boolean) - Method in interface org.marketcetera.admin.UserFactory
Create user objects.
createFixSession(FixSession) - Method in interface org.marketcetera.admin.AdminClient
Create the given FIX session.
createPermission(Permission) - Method in interface org.marketcetera.admin.AdminClient
Create a permission with the given attributes.
createRole(Role) - Method in interface org.marketcetera.admin.AdminClient
Create the given role.
createUser(User, String) - Method in interface org.marketcetera.admin.AdminClient
Create the given user with the given password.

D

deactivateUser(String) - Method in interface org.marketcetera.admin.AdminClient
Deactivate the user with the given name.
deleteFixSession(String) - Method in interface org.marketcetera.admin.AdminClient
Delete the FIX session with the given name.
deletePermission(String) - Method in interface org.marketcetera.admin.AdminClient
Delete the permission with the given name.
deleteRole(String) - Method in interface org.marketcetera.admin.AdminClient
Delete the role with the given name.
deleteUser(String) - Method in interface org.marketcetera.admin.AdminClient
Delete the given user.
disableFixSession(String) - Method in interface org.marketcetera.admin.AdminClient
Disable the FIX session with the given name.

E

enableFixSession(String) - Method in interface org.marketcetera.admin.AdminClient
Enable the FIX session with the given name.
equals(Object) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
 

G

getAdvice() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Get the advice value.
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.
getDefaultValue() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Get the defaultValue value.
getDescription() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Get the description value.
getFixSessionAttributeDescriptors() - Method in interface org.marketcetera.admin.AdminClient
Get the FIX session attribute descriptors.
getHashedPassword() - Method in class org.marketcetera.admin.impl.SimpleUser
 
getHashedPassword() - Method in interface org.marketcetera.admin.User
Get the hashed password value.
getHostname() - Method in class org.marketcetera.admin.impl.SimpleInstanceData
 
getHostname() - Method in interface org.marketcetera.admin.InstanceData
Get the hostname for this instance.
getInstanceData(int) - Method in interface org.marketcetera.admin.AdminClient
Get the instance data for the given affinity.
getName() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Get the name value.
getPattern() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Get the pattern 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.
getPort() - Method in class org.marketcetera.admin.impl.SimpleInstanceData
 
getPort() - Method in interface org.marketcetera.admin.InstanceData
Get the port for this instance.
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.
getSupervisor() - Method in interface org.marketcetera.admin.SupervisorPermission
Get the supervisor 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.

H

hashCode() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
 

I

InstanceData - Interface in org.marketcetera.admin
Provides information about a cluster instance.
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.
isRequired() - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Get the required value.

O

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

P

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.

R

readFixSessions() - Method in interface org.marketcetera.admin.AdminClient
Get current FIX sessions with their status.
readFixSessions(PageRequest) - Method in interface org.marketcetera.admin.AdminClient
Read a page of FIX sessions.
readPermissions() - Method in interface org.marketcetera.admin.AdminClient
Read permissions.
readPermissions(PageRequest) - Method in interface org.marketcetera.admin.AdminClient
Read a page of permissions.
readRoles() - Method in interface org.marketcetera.admin.AdminClient
Read roles.
readRoles(PageRequest) - Method in interface org.marketcetera.admin.AdminClient
Read a page or roles.
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.
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

setAdvice(String) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Sets the help value.
setAttribute(String) - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
Sets the attribute value.
setAttributeType(UserAttributeType) - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
Sets the attributeType value.
setDefaultValue(String) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Sets the defaultValue value.
setDescription(String) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Sets the description value.
setHashedPassword(String) - Method in class org.marketcetera.admin.impl.SimpleUser
Sets the hashedPassword value.
setHostname(String) - Method in class org.marketcetera.admin.impl.SimpleInstanceData
Sets the hostname value.
setIsActive(boolean) - Method in class org.marketcetera.admin.impl.SimpleUser
Sets the isActive value.
setName(String) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Sets the name value.
setPattern(String) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Sets the pattern value.
setPermissions(Set<Permission>) - Method in class org.marketcetera.admin.impl.SimpleRole
Sets the permissions value.
setPort(int) - Method in class org.marketcetera.admin.impl.SimpleInstanceData
Sets the port value.
setRequired(boolean) - Method in class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
Sets the required 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 class org.marketcetera.admin.impl.SimpleUserAttribute
Sets 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.
SimpleFixSessionAttributeDescriptor - Class in org.marketcetera.admin.impl
Provides a simple FixSessionAttributeDescriptor implementation.
SimpleFixSessionAttributeDescriptor() - Constructor for class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptor
 
SimpleFixSessionAttributeDescriptorFactory - Class in org.marketcetera.admin.impl
 
SimpleFixSessionAttributeDescriptorFactory() - Constructor for class org.marketcetera.admin.impl.SimpleFixSessionAttributeDescriptorFactory
 
SimpleInstanceData - Class in org.marketcetera.admin.impl
Provides a simple InstanceData implementation.
SimpleInstanceData() - Constructor for class org.marketcetera.admin.impl.SimpleInstanceData
 
SimplePermission - Class in org.marketcetera.admin.impl
Provides a simple Permission implementation.
SimplePermission(String, String) - Constructor for class org.marketcetera.admin.impl.SimplePermission
Create a new SimplePermission instance.
SimplePermission() - 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(String, String, String, boolean) - Constructor for class org.marketcetera.admin.impl.SimpleUser
Create a new SimpleUser instance.
SimpleUser() - 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(User, UserAttributeType, String) - Constructor for class org.marketcetera.admin.impl.SimpleUserAttribute
Create a new SimpleUserAttribute instance.
SimpleUserAttribute(UserAttribute) - 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
 
startFixSession(String) - Method in interface org.marketcetera.admin.AdminClient
Start the FIX session with the given name.
stopFixSession(String) - Method in interface org.marketcetera.admin.AdminClient
Stop the FIX session with the given name.
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.SimpleFixSessionAttributeDescriptor
 
toString() - Method in class org.marketcetera.admin.impl.SimpleInstanceData
 
toString() - Method in class org.marketcetera.admin.impl.SimplePermission
 
toString() - Method in class org.marketcetera.admin.impl.SimpleUserAttribute
 

U

updateFixSession(String, FixSession) - Method in interface org.marketcetera.admin.AdminClient
Update the given FIX session with the given original name.
updatePermission(String, Permission) - Method in interface org.marketcetera.admin.AdminClient
Update the permission with the given name.
updateRole(String, Role) - Method in interface org.marketcetera.admin.AdminClient
Update the given role with the given original name.
updateSenderSequenceNumber(String, int) - Method in interface org.marketcetera.admin.AdminClient
Update the sender sequence number for the given session.
updateSequenceNumbers(String, int, int) - Method in interface org.marketcetera.admin.AdminClient
Update sender and target sequence numbers for the given session.
updateTargetSequenceNumber(String, int) - Method in interface org.marketcetera.admin.AdminClient
Update the target sequence number for the given session.
updateUser(String, User) - Method in interface org.marketcetera.admin.AdminClient
Update the given user with the given current username.
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.
UserAttributeType - Enum in org.marketcetera.admin
Enumerates user attribute type values.
UserFactory - Interface in org.marketcetera.admin
Create 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.
A C D E G H I O P R S T U V 
Skip navigation links

Copyright © 2020. All rights reserved.