A
C
D
E
F
G
I
L
M
P
R
S
T
U
V
G
- getAccessCount() - function in uniffi.cedarling_uniffi.DataEntry
- Number of times this entry has been accessed
- getAvgEntrySizeBytes() - function in uniffi.cedarling_uniffi.DataStoreStats
- Average size per entry in bytes (0 if no entries)
- getCapacityUsagePercent() - function in uniffi.cedarling_uniffi.DataStoreStats
- Percentage of capacity used (0.0-100.
- getCause() - function in kotlin.Throwable
- getCedarling() - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- getCreatedAt() - function in uniffi.cedarling_uniffi.DataEntry
- Timestamp when this entry was created (RFC 3339 format)
- getDataCtx(java.lang.String) - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- Get a value from the data store by key.
- getDataCtx(java.lang.String) - function in uniffi.cedarling_uniffi.Cedarling
- Get a value from the data store by key.
- getDataCtx(java.lang.String) - function in uniffi.cedarling_uniffi.CedarlingInterface
- Get a value from the data store by key.
- getDataEntryCtx(java.lang.String) - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- Get a data entry with full metadata by key.
- getDataEntryCtx(java.lang.String) - function in uniffi.cedarling_uniffi.Cedarling
- Get a data entry with full metadata by key.
- getDataEntryCtx(java.lang.String) - function in uniffi.cedarling_uniffi.CedarlingInterface
- Get a data entry with full metadata by key.
- getDataType() - function in uniffi.cedarling_uniffi.DataEntry
- The inferred Cedar type of the value
- getDecision() - function in uniffi.cedarling_uniffi.AuthorizeResult
- getDecision() - function in uniffi.cedarling_uniffi.MultiIssuerAuthorizeResult
- getDecision() - function in uniffi.cedarling_uniffi.Response
- getDiagnostics() - function in uniffi.cedarling_uniffi.Response
- getEntries() - function in uniffi.cedarling_uniffi.Decision
- getEntryCount() - function in uniffi.cedarling_uniffi.DataStoreStats
- Number of entries currently stored
- getErrorMsg() - function in uniffi.cedarling_uniffi.AuthorizeException.AuthorizationFailed
- getErrorMsg() - function in uniffi.cedarling_uniffi.CedarlingException.InitializationFailed
- getErrorMsg() - function in uniffi.cedarling_uniffi.LogException.LoggingFailed
- getErrors() - function in uniffi.cedarling_uniffi.Diagnostics
- getExpiresAt() - function in uniffi.cedarling_uniffi.DataEntry
- Timestamp when this entry expires (RFC 3339 format), or empty string if no TTL
- getKey() - function in uniffi.cedarling_uniffi.DataEntry
- The key for this entry
- getKey() - function in uniffi.cedarling_uniffi.DataException.KeyNotFound
- The key that was not found
- getLocalizedMessage() - function in kotlin.Throwable
- getLogById(java.lang.String) - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- getLogById(java.lang.String) - function in uniffi.cedarling_uniffi.Cedarling
- getLogById(java.lang.String) - function in uniffi.cedarling_uniffi.CedarlingInterface
- getLogIds() - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- getLogIds() - function in uniffi.cedarling_uniffi.Cedarling
- getLogIds() - function in uniffi.cedarling_uniffi.CedarlingInterface
- getLogsByRequestId(java.lang.String) - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- getLogsByRequestId(java.lang.String) - function in uniffi.cedarling_uniffi.Cedarling
- Get logs by request_id.
- getLogsByRequestId(java.lang.String) - function in uniffi.cedarling_uniffi.CedarlingInterface
- Get logs by request_id.
- getLogsByRequestIdAndTag(java.lang.String,java.lang.String) - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- getLogsByRequestIdAndTag(java.lang.String,java.lang.String) - function in uniffi.cedarling_uniffi.Cedarling
- Get log by request_id and tag, like composite key
request_id+log_kind. - getLogsByRequestIdAndTag(java.lang.String,java.lang.String) - function in uniffi.cedarling_uniffi.CedarlingInterface
- Get log by request_id and tag, like composite key
request_id+log_kind. - getLogsByTag(java.lang.String) - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- getLogsByTag(java.lang.String) - function in uniffi.cedarling_uniffi.Cedarling
- Get logs by tag, like
log_kindorlog level. - getLogsByTag(java.lang.String) - function in uniffi.cedarling_uniffi.CedarlingInterface
- Get logs by tag, like
log_kindorlog level. - getMapping() - function in uniffi.cedarling_uniffi.TokenInput
- Token mapping type (e.g.
- getMax() - function in uniffi.cedarling_uniffi.DataException.StorageLimitExceeded
- Maximum allowed entries
- getMax() - function in uniffi.cedarling_uniffi.DataException.TtlExceeded
- The maximum allowed TTL in seconds
- getMax() - function in uniffi.cedarling_uniffi.DataException.ValueTooLarge
- Maximum allowed size in bytes
- getMaxEntries() - function in uniffi.cedarling_uniffi.DataStoreStats
- Maximum number of entries allowed (0 = unlimited)
- getMaxEntrySize() - function in uniffi.cedarling_uniffi.DataStoreStats
- Maximum size per entry in bytes (0 = unlimited)
- getMemoryAlertThreshold() - function in uniffi.cedarling_uniffi.DataStoreStats
- Memory usage threshold percentage (from config)
- getMemoryAlertTriggered() - function in uniffi.cedarling_uniffi.DataStoreStats
- Whether memory usage exceeds the alert threshold
- getMessage() - function in kotlin.Throwable
- getMessage() - function in uniffi.cedarling_uniffi.AuthorizeException.AuthorizationFailed
- getMessage() - function in uniffi.cedarling_uniffi.AuthorizeException.InvalidContext
- getMessage() - function in uniffi.cedarling_uniffi.CedarlingException.InitializationFailed
- getMessage() - function in uniffi.cedarling_uniffi.DataException.InvalidKey
- getMessage() - function in uniffi.cedarling_uniffi.DataException.KeyNotFound
- getMessage() - function in uniffi.cedarling_uniffi.DataException.SerializationException
- getMessage() - function in uniffi.cedarling_uniffi.DataException.StorageLimitExceeded
- getMessage() - function in uniffi.cedarling_uniffi.DataException.TtlExceeded
- getMessage() - function in uniffi.cedarling_uniffi.DataException.ValueTooLarge
- getMessage() - function in uniffi.cedarling_uniffi.EntityException.JsonConversion
- getMessage() - function in uniffi.cedarling_uniffi.EntityException.JsonConversionPayload
- getMessage() - function in uniffi.cedarling_uniffi.LogException.LoggingFailed
- getMetricsEnabled() - function in uniffi.cedarling_uniffi.DataStoreStats
- Whether metrics tracking is enabled
- getName() - function in kotlin.Decision
- getOrdinal() - function in kotlin.Decision
- getPayload() - function in uniffi.cedarling_uniffi.TokenInput
- JWT token string
- getPerson() - function in uniffi.cedarling_uniffi.AuthorizeResult
- getPrincipals() - function in uniffi.cedarling_uniffi.AuthorizeResult
- getReasons() - function in uniffi.cedarling_uniffi.Diagnostics
- getRequested() - function in uniffi.cedarling_uniffi.DataException.TtlExceeded
- The requested TTL in seconds
- getRequestId() - function in uniffi.cedarling_uniffi.AuthorizeResult
- getRequestId() - function in uniffi.cedarling_uniffi.MultiIssuerAuthorizeResult
- getResponse() - function in uniffi.cedarling_uniffi.MultiIssuerAuthorizeResult
- getSize() - function in uniffi.cedarling_uniffi.DataException.ValueTooLarge
- Actual size in bytes
- getStackTrace() - function in kotlin.Throwable
- getStatsCtx() - function in io.jans.cedarling.binding.wrapper.CedarlingAdapter
- Get statistics about the data store.
- getStatsCtx() - function in uniffi.cedarling_uniffi.Cedarling
- Get statistics about the data store.
- getStatsCtx() - function in uniffi.cedarling_uniffi.CedarlingInterface
- Get statistics about the data store.
- getSuppressed() - function in kotlin.Throwable
- getTotalSizeBytes() - function in uniffi.cedarling_uniffi.DataStoreStats
- Total size of all entries in bytes (approximate, based on JSON serialization)
- getV1() - function in uniffi.cedarling_uniffi.DataException.SerializationException
- getV1() - function in uniffi.cedarling_uniffi.EntityException.JsonConversion
- getV1() - function in uniffi.cedarling_uniffi.EntityException.JsonConversionPayload
- getV2() - function in uniffi.cedarling_uniffi.EntityException.JsonConversionPayload
- getValue() - function in uniffi.cedarling_uniffi.DataEntry
- The actual value stored (as JSON string)
- getWorkload() - function in uniffi.cedarling_uniffi.AuthorizeResult