| Package | Description |
|---|---|
| co.codewizards.cloudstore.core.auth |
Authentication- and authorisation-related classes - used in multiple locations.
|
| co.codewizards.cloudstore.rest.server.auth |
Authentication- and authorisation-related classes - used on the server.
|
| Modifier and Type | Method and Description |
|---|---|
AuthToken |
AuthTokenIO.deserialise(byte[] authTokenData) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
AuthTokenIO.serialise(AuthToken authToken) |
| Modifier and Type | Method and Description |
|---|---|
AuthToken |
TransientRepoPassword.getAuthToken() |
| Constructor and Description |
|---|
TransientRepoPassword(UUID serverRepositoryId,
UUID clientRepositoryId,
AuthToken authToken) |
Copyright © 2013–2019. All rights reserved.