public class SessionIssuer
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
TripleStore |
getStore() |
StoreSession |
getStoreSession(AccessLevel level)
Get a store session
|
public TripleStore getStore()
public StoreSession getStoreSession(AccessLevel level) throws TripleStoreNonFatalException
level
- the store session's access level.
This must not be null, deleted, or being replaced.TripleStoreNonFatalException
- if the access
level is not an access level of the issuer's store,
or if an error occurs when creating the session.