Hierarchy For Package org.restheart.security
Class Hierarchy
- java.lang.Object
- org.restheart.security.AclVarsInterpolator
- org.restheart.security.BaseAccount (implements io.undertow.security.idm.Account)
- org.restheart.security.JwtAccount (implements org.restheart.security.WithProperties<P>)
- org.restheart.security.PwdCredentialAccount
- org.restheart.security.FileRealmAccount (implements org.restheart.security.WithProperties<P>)
- org.restheart.security.MongoRealmAccount (implements org.restheart.security.WithProperties<P>)
- org.restheart.security.BaseAclPermission
- org.restheart.security.BaseAclPermissionTransformer
- org.restheart.security.BasePrincipal (implements java.security.Principal)
- org.restheart.security.MongoPermissions
Interface Hierarchy
- org.restheart.security.ACLRegistry
- org.restheart.security.WithProperties<P>