tsec-http4s
0.5.0
tsec-http4s
API
tsec
authentication
credentials
BCryptPasswordStore
CredentialStore
CredentialsError
PasswordStore
RawCredentials
SCryptPasswordStore
AugmentedJWT
AugmentedJWT
AuthEncryptedCookie
AuthEncryptedCookie
Internal
Internal
AuthToken
AuthenticatedCookie
AuthenticatedCookie
Authenticator
AuthenticatorSyntax
BackingStore
BearerTokenAuthenticator
BearerTokenAuthenticator
EncryptedCookieAuthenticator
EncryptedCookieAuthenticator
IdentityStore
JWTAuthenticator
JWTAuthenticator
backed
pstateless
unbacked
SecuredRequest
SecuredRequestHandler
SecuredRequestHandler
SignedCookieAuthenticator
SignedCookieAuthenticator
StatefulECAuthenticator
StatelessECAuthenticator
TSecAuthService
TSecBearerToken
TSecBearerToken
TSecCookieSettings
TSecJWTSettings
TSecMiddleware
TSecTokenSettings
UserAwareRequest
UserAwareService
asAuthed
asAware
authorization
AuthGroup
Authorization
Authorization
AuthorizationInfo
BLPAuthorization
BLPReadAction
BLPReadAction
BLPWriteAction
BLPWriteAction
BasicDAC
BasicRBAC
BasicRBAC
DynamicAuthGroup
DynamicRBAC
HierarchyAuth
HierarchyAuth
InvalidAuthLevelError
SimpleAuthEnum
SimpleAuthEnum
InvalidAuthorization
cookies
AEADCookie
AEADCookieEncryptor
CookieSigner
SignedCookie
csrf
CSRFToken
TSecCSRF
TSecCSRF
tsec-http4s
/
tsec
/
tsec.authentication
/
BackingStore
BackingStore
tsec.authentication.package$.BackingStore
trait
BackingStore
[
F
[
_
],
I
,
V
]
extends
IdentityStore
[
F
,
I
,
V
]
Attributes
Source
package.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
IdentityStore
[
F
,
I
,
V
]
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Abstract methods
def
delete
(
id
:
I
):
F
[
Unit
]
Attributes
Source
package.scala
def
put
(
elem
:
V
):
F
[
V
]
Attributes
Source
package.scala
def
update
(
v
:
V
):
F
[
V
]
Attributes
Source
package.scala
Inherited methods
def
get
(
id
:
I
):
OptionT
[
F
,
V
]
Attributes
Inherited from:
IdentityStore
Source
package.scala
In this article
Attributes
Members list
Value members
Abstract methods
Inherited methods