| Package | Description |
|---|---|
| co.abit.prime.security | |
| co.abit.prime.security.authentication | |
| co.abit.prime.security.authorization |
| Modifier and Type | Class and Description |
|---|---|
class |
PrimeAuthenticatedObject |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatedObject |
AuthenticatedObject.newInstance()
Create a new instance of AuthenticatedObject
|
| Modifier and Type | Method and Description |
|---|---|
Optional<AuthenticatedObject> |
TokenAuthenticationVerifier.verify(String token)
Verify if token is valid
|
| Modifier and Type | Method and Description |
|---|---|
String |
TokenAuthenticationGenerator.generate(AuthenticatedObject authenticatedObject)
Generate token for authenticated object
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizedObject |
TokenAuthorization.authorize(AuthenticatedObject authenticatedObject)
Authorize object
|
Copyright © 2018. All rights reserved.