| Package | Description |
|---|---|
| com.holonplatform.auth | |
| com.holonplatform.auth.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthContext
Represents the current authentication/authorization context.
|
interface |
Realm
A Realm represents a security abstraction providing operations for principals authentication (for example login a
user relying on user accounts informations) and authorization (permission check against principal grants stored in
this realm).
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthContext
Default
AuthContext implementation using a Realm to perform authentication and authorization
operations. |
class |
DefaultRealm
Default
Realm implementation |
Copyright © 2019 The Holon Platform. All rights reserved.