@Service public class PsuLoginForAisService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PsuLoginForAisService.Outcome |
Constructor and Description |
---|
PsuLoginForAisService() |
Modifier and Type | Method and Description |
---|---|
PsuLoginForAisService.Outcome |
anonymousPsuAssociateAuthSession(UUID authorizationId,
String authorizationPassword)
Used for the cases when there is no need to identify PSU - i.e.
|
PsuLoginForAisService.Outcome |
loginInPsuScopeAndAssociateAuthSession(String psuLogin,
String psuPassword,
UUID authorizationId,
String authorizationPassword)
Used for the cases when PSU should be identified i.e.
|
@Transactional public PsuLoginForAisService.Outcome loginInPsuScopeAndAssociateAuthSession(String psuLogin, String psuPassword, UUID authorizationId, String authorizationPassword)
@Transactional public PsuLoginForAisService.Outcome anonymousPsuAssociateAuthSession(UUID authorizationId, String authorizationPassword)
Copyright © 2020. All rights reserved.