Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
P
R
S
T
U
A
AbstractPrivate
- Class in
ibrokerkit.ibrokerstore.store.impl
AbstractPrivate()
- Constructor for class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivate
AbstractPrivateAuthorization
- Class in
ibrokerkit.ibrokerstore.store.impl
AbstractPrivateAuthorization()
- Constructor for class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateAuthorization
AbstractPrivateSelector
- Class in
ibrokerkit.ibrokerstore.store.impl
AbstractPrivateSelector()
- Constructor for class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateSelector
AbstractUser
- Class in
ibrokerkit.ibrokerstore.store.impl
AbstractUser()
- Constructor for class ibrokerkit.ibrokerstore.store.impl.
AbstractUser
All(Session)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
All(Session)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
AllByIndx(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
AllByQxri(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
B
ByEmail(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
ByIdentifier(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
ByIdentifierAndPass(Session, String, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
ByName(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
ByRecovery(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
C
checkUserPassword(String, String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
checkUserPassword(String, String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Check if the user's hashed password is correct.
close()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
close()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Closes the Store.
compareTo(Private)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivate
compareTo(PrivateAuthorization)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateAuthorization
compareTo(PrivateSelector)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateSelector
compareTo(User)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractUser
Count(Session)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
Count(Session)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
createOrUpdateUser(String, String, String, String, String, Boolean)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
createOrUpdateUser(String, String, String, String, String, Boolean)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
createPrivate()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
createPrivate()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
createPrivateAuthorization()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
createPrivateAuthorization()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
createPrivateSelector()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
createPrivateSelector()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
D
DatabaseStore
- Class in
ibrokerkit.ibrokerstore.store.impl.db
Hibernate-based implementation of the Store interface.
DatabaseStore(Properties)
- Constructor for class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
DbObject
- Interface in
ibrokerkit.ibrokerstore.store.impl.db
DbPrivate
- Class in
ibrokerkit.ibrokerstore.store.impl.db
DbPrivateAuthorization
- Class in
ibrokerkit.ibrokerstore.store.impl.db
DbPrivateSelector
- Class in
ibrokerkit.ibrokerstore.store.impl.db
DbUser
- Class in
ibrokerkit.ibrokerstore.store.impl.db
deleteObject(Object)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
deleteObject(Object)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Deletes an object from the database.
E
EnabledByQxri(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
EnabledBySelector(Session, String)
- Static method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
equals(Object)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivate
equals(Object)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateAuthorization
equals(Object)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateSelector
equals(Object)
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractUser
existsUser(String, String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
existsUser(String, String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Check if a user with a given identifier or name exists already.
F
findPrivate(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
findPrivate(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
findPrivateBySelector(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
findPrivateBySelector(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
findPrivates(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
findPrivates(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
findUser(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
findUser(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Find a user by a given identifier.
findUserByRecovery(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
findUserByRecovery(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Find all users with a given recovery code.
findUsersByEmail(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
findUsersByEmail(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Find all users with a given email address.
G
getAttributes()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getAttributes()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getAttributes()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getAttributes()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get arbitrary key/value pairs.
getAuthorizations()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getAuthorizations()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getDate()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
getDate()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
getEmail()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getEmail()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get the e-mail address of this user.
getEnabled()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getEnabled()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getId()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getId()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
getId()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateSelector
getId()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getId()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getId()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
getId()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateSelector
getId()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get the internal ID of this user.
getIdentifier()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getIdentifier()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get the main identifier of this user.
getIndx()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getIndx()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getLandingPage()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getLandingPage()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getName()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getName()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getName()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getName()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get the name of this user.
getOneTimePassword()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
getOneTimePassword()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
getOpenid()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getOpenid()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get a flag whether a user is an OpenID user.
getPass()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getPass()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getPass()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getPass()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get the hashed password of this user.
getPrivate(Long)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
getPrivate(Long)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
getPrivateInumber()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getPrivateInumber()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getPublicBrokerSecret()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
getPublicBrokerSecret()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
getPublicSelectorIname()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateSelector
getPublicSelectorIname()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateSelector
getPublicSelectorInumber()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateSelector
getPublicSelectorInumber()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateSelector
getQxri()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getQxri()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getRecovery()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getRecovery()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get the recovery code of this user.
getSelectors()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getSelectors()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getSessionFactory()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
Checks if the database connection is still alive; if not, try to reconnect, then throw exception.
getTargetIcardXris()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getTargetIcardXris()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getTimestamp()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
getTimestamp()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
getTimestamp()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateSelector
getTimestamp()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
getTimestamp()
- Method in interface ibrokerkit.ibrokerstore.store.
Private
getTimestamp()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
getTimestamp()
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateSelector
getTimestamp()
- Method in interface ibrokerkit.ibrokerstore.store.
User
Get the internal timestamp of this user.
H
hashCode()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivate
hashCode()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateAuthorization
hashCode()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateSelector
hashCode()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractUser
hashPass(String)
- Static method in class ibrokerkit.ibrokerstore.store.
StoreUtil
Calculates a hashed password suitable for a user.
I
ibrokerkit.ibrokerstore.store
- package ibrokerkit.ibrokerstore.store
ibrokerkit.ibrokerstore.store.impl
- package ibrokerkit.ibrokerstore.store.impl
ibrokerkit.ibrokerstore.store.impl.db
- package ibrokerkit.ibrokerstore.store.impl.db
init()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
init()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Initializes the Store.
isClosed()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
isClosed()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
True, if the Store has been initialized.
isInitialized()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
isInitialized()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
True, if the Store has been initialized.
L
listPrivates()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
listPrivates()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
listPrivatesByIndex(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
listPrivatesByIndex(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
listUsers()
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
listUsers()
- Method in interface ibrokerkit.ibrokerstore.store.
Store
List all users in the Store.
P
Private
- Interface in
ibrokerkit.ibrokerstore.store
An Azigo Private Broker i-service in the ISAP protocol.
PrivateAuthorization
- Interface in
ibrokerkit.ibrokerstore.store
A Selector Authorization for the Azigo Private Broker i-service in the ISAP protocol.
PrivateSelector
- Interface in
ibrokerkit.ibrokerstore.store
A Selector for the Azigo Private Broker i-service in the ISAP protocol.
R
randomPass(int)
- Static method in class ibrokerkit.ibrokerstore.store.
StoreUtil
Calculates a random password or recovery code.
randomPass()
- Static method in class ibrokerkit.ibrokerstore.store.
StoreUtil
Calculates a random password or recovery code with default length.
S
setAttributes(Map<String, String>)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setAttributes(Map<String, String>)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
setAttributes(Map<String, String>)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setAttributes(Map<String, String>)
- Method in interface ibrokerkit.ibrokerstore.store.
User
Set arbitrary key/value pairs.
setAuthorizations(Map<String, PrivateAuthorization>)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setAuthorizations(Map<String, PrivateAuthorization>)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setDate(Date)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
setDate(Date)
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
setEmail(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
setEmail(String)
- Method in interface ibrokerkit.ibrokerstore.store.
User
Set the e-mail address of this user.
setEnabled(Boolean)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setEnabled(Boolean)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setIdentifier(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
setIdentifier(String)
- Method in interface ibrokerkit.ibrokerstore.store.
User
Set the main identifier of this user.
setIndx(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setIndx(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setLandingPage(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setLandingPage(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setName(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setName(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
setName(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setName(String)
- Method in interface ibrokerkit.ibrokerstore.store.
User
Set the name of this user.
setOneTimePassword(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
setOneTimePassword(String)
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
setOpenid(Boolean)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
setOpenid(Boolean)
- Method in interface ibrokerkit.ibrokerstore.store.
User
Set a flag whether a user is an OpenID user.
setPass(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setPass(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
setPass(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setPass(String)
- Method in interface ibrokerkit.ibrokerstore.store.
User
Set the hashed password of this user
setPrivateInumber(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setPrivateInumber(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setPublicBrokerSecret(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateAuthorization
setPublicBrokerSecret(String)
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateAuthorization
setPublicSelectorIname(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateSelector
setPublicSelectorIname(String)
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateSelector
setPublicSelectorInumber(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivateSelector
setPublicSelectorInumber(String)
- Method in interface ibrokerkit.ibrokerstore.store.
PrivateSelector
setQxri(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setQxri(String)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setRecovery(String)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbUser
setRecovery(String)
- Method in interface ibrokerkit.ibrokerstore.store.
User
Set the recovery code of this user.
setSelectors(Map<String, PrivateSelector>)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setSelectors(Map<String, PrivateSelector>)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
setSessionFactory(SessionFactory)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
Allow the connection to be changed externally.
setTargetIcardXris(Set<String>)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DbPrivate
setTargetIcardXris(Set<String>)
- Method in interface ibrokerkit.ibrokerstore.store.
Private
Store
- Interface in
ibrokerkit.ibrokerstore.store
The Store is used for creating, retrieving and managing users.
StoreException
- Exception in
ibrokerkit.ibrokerstore.store
An Exception thrown by various methods accessing the Store.
StoreException()
- Constructor for exception ibrokerkit.ibrokerstore.store.
StoreException
StoreException(String)
- Constructor for exception ibrokerkit.ibrokerstore.store.
StoreException
StoreException(String, Throwable)
- Constructor for exception ibrokerkit.ibrokerstore.store.
StoreException
StoreException(Throwable)
- Constructor for exception ibrokerkit.ibrokerstore.store.
StoreException
StoreUtil
- Class in
ibrokerkit.ibrokerstore.store
Utility methods for the Store.
StoreUtil()
- Constructor for class ibrokerkit.ibrokerstore.store.
StoreUtil
T
toString()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivate
toString()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateAuthorization
toString()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractPrivateSelector
toString()
- Method in class ibrokerkit.ibrokerstore.store.impl.
AbstractUser
U
updateObject(Object)
- Method in class ibrokerkit.ibrokerstore.store.impl.db.
DatabaseStore
updateObject(Object)
- Method in interface ibrokerkit.ibrokerstore.store.
Store
Updates an object in the database after modifications have been made.
User
- Interface in
ibrokerkit.ibrokerstore.store
A user.
A
B
C
D
E
F
G
H
I
L
P
R
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009. All Rights Reserved.