public interface Session
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.commons.rdf.api.IRI |
getAgent() |
Get an agent identifier
|
java.time.Instant |
getCreated() |
Get the date when the session was created.
|
java.util.Optional<org.apache.commons.rdf.api.IRI> |
getDelegatedBy() |
Get the user that delegated access, if one exists
|
org.apache.commons.rdf.api.IRI |
getIdentifier() |
Get a session identifier
|
org.apache.commons.rdf.api.IRI getIdentifier()
org.apache.commons.rdf.api.IRI getAgent()
java.util.Optional<org.apache.commons.rdf.api.IRI> getDelegatedBy()
java.time.Instant getCreated()