Uses of Class
de.adorsys.opba.protocol.facade.services.authorization.PsuLoginService.Outcome
-
Packages that use PsuLoginService.Outcome Package Description de.adorsys.opba.protocol.facade.services.authorization -
-
Uses of PsuLoginService.Outcome in de.adorsys.opba.protocol.facade.services.authorization
Methods in de.adorsys.opba.protocol.facade.services.authorization that return types with arguments of type PsuLoginService.Outcome Modifier and Type Method Description CompletableFuture<PsuLoginService.Outcome>PsuLoginService. anonymousPsuAssociateAuthSession(UUID authorizationId, String authorizationPassword)Used for the cases when there is no need to identify PSU - i.e.CompletableFuture<PsuLoginService.Outcome>PsuLoginService. loginInPsuScopeAndAssociateAuthSession(String psuLogin, String psuPassword, UUID authorizationId, String authorizationPassword)Used for the cases when PSU should be identified i.e.
-