| Package | Description |
|---|---|
| com.cdk.core.security.dto | |
| com.cdk.core.security.service |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthTokenDto> |
OAuthListTokenDto.getTokens() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthListTokenDto.setTokens(List<OAuthTokenDto> tokens) |
| Modifier and Type | Method and Description |
|---|---|
OAuthTokenDto |
IdentityService.generateLongLivedToken(String username,
String deviceId,
String deviceType) |
OAuthTokenDto |
IdentityService.generateSessionToken(String username) |
OAuthTokenDto |
AuthenticationServiceProvider.getToken(UserCredentialDto userCredentials,
boolean genSortLivedToken) |
Copyright © 2016. All rights reserved.