Class LoginKeyDataTO
- java.lang.Object
-
- de.adorsys.ledgers.middleware.api.domain.um.LoginKeyDataTO
-
public class LoginKeyDataTO extends Object
This class composes a login process id out of the time and the userid. The Formating is used for persistent data that might be valid along a multi phase login process. While changes this format, care shall be taken to garanty that existing login operation can be terminated. So we must always store the previous version.- Author:
- fpo
-
-
Constructor Summary
Constructors Constructor Description LoginKeyDataTO(String userId, LocalDateTime time)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LoginKeyDataTOfromOpId(String opId)StringmessageTemplate()StringtoOpId()
-
-
-
Constructor Detail
-
LoginKeyDataTO
public LoginKeyDataTO(String userId, LocalDateTime time)
-
-
Method Detail
-
messageTemplate
public String messageTemplate()
-
toOpId
public String toOpId()
-
fromOpId
public static LoginKeyDataTO fromOpId(String opId)
-
-