Package | Description |
---|---|
org.rvpf.base.security | |
org.rvpf.metadata |
Metadata entities definition.
|
org.rvpf.metadata.entity | |
org.rvpf.service.rmi |
Service helper classes (RMI).
|
org.rvpf.store.server |
Store server common definitions.
|
org.rvpf.store.server.polator | |
org.rvpf.store.server.the |
TheStore server.
|
org.rvpf.store.server.the.bdb |
TheStore BDB-JE back-end.
|
org.rvpf.store.server.the.memory | |
org.rvpf.store.server.the.sql |
TheStore JDBC back-end.
|
Modifier and Type | Field and Description |
---|---|
static Identity |
Realm.UNKNOWN_IDENTITY
Unknown identity.
|
Modifier and Type | Method and Description |
---|---|
Identity |
Realm.getIdentity(Optional<String> identifier)
Gets the identity for an identifier.
|
protected Identity |
Realm.newIdentity(String identifier,
Credential credential,
Set<String> roles)
Returns a new identity.
|
Modifier and Type | Method and Description |
---|---|
Optional<Identity> |
Realm.authenticate(String identifier,
Object credential)
Authenticates an identity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Permissions.check(Permissions.Action action,
Optional<Identity> identity)
Checks if an action is allowed by at least one role.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PermissionsEntity.check(Permissions.Action action,
Optional<Identity> identity)
Checks if an action is allowed by at least one role.
|
Modifier and Type | Method and Description |
---|---|
protected Identity |
SessionImpl.getIdentity(Optional<String> identifier)
Gets the identity for an identifier.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StoreServer.Abstract.checkPurge(UUID[] pointUUIDs,
Optional<Identity> identity)
Checks if a purge on point values is allowed for the identity.
|
protected Optional<Exception> |
StoreServer.Abstract.checkUpdate(PointValue pointValue,
Optional<Identity> identity)
Checks if an update on a point's values is allowed for the identity.
|
StoreValues |
StoreCursor.createResponse(Optional<Identity> identity)
Creates a store values response.
|
StoreValues |
StoreCursor.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates a store values response to a store query.
|
Optional<StoreValues> |
StoreServer.pull(StoreValuesQuery query,
long timeout,
StoreSessionImpl storeSession,
Optional<Identity> identity)
Pulls points values.
|
Optional<StoreValues> |
StoreServer.Abstract.pull(StoreValuesQuery query,
long timeout,
StoreSessionImpl storeSession,
Optional<Identity> identity)
Pulls points values.
|
int |
StoreServer.purge(UUID[] pointUUIDs,
TimeInterval timeInterval,
Optional<Identity> identity)
Purges points values.
|
int |
StoreServer.Abstract.purge(UUID[] pointUUIDs,
TimeInterval timeInterval,
Optional<Identity> identity)
Purges points values.
|
StoreValues[] |
StoreServer.select(StoreValuesQuery[] queries,
Optional<Identity> identity)
Selects point values.
|
Exception[] |
StoreServer.update(PointValue[] pointValues,
Optional<Identity> identity)
Updates point values.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
Polator.polate(StoreValuesQuery polatedQuery,
StoreCursor storeCursor,
Identity identity)
Inter/extra-polates values for a store query.
|
StoreValues |
Polator.Abstract.polate(StoreValuesQuery polatedQuery,
StoreCursor storeCursor,
Identity identity)
Inter/extra-polates values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
BackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
BDBBackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
MemoryBackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Modifier and Type | Method and Description |
---|---|
StoreValues |
SQLBackEnd.createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.