Package com.google.gerrit.server.mail
Class EmailTokenVerifier.ParsedToken
- java.lang.Object
-
- com.google.gerrit.server.mail.EmailTokenVerifier.ParsedToken
-
- Enclosing interface:
- EmailTokenVerifier
public static class EmailTokenVerifier.ParsedToken extends Object
Pair returned from decode to provide the data used during encode.
-
-
Constructor Summary
Constructors Constructor Description ParsedToken(Account.Id accountId, String emailAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Id
getAccountId()
String
getEmailAddress()
AuthRequest
toAuthRequest()
String
toString()
-
-
-
Constructor Detail
-
ParsedToken
public ParsedToken(Account.Id accountId, String emailAddress)
-
-
Method Detail
-
getAccountId
public Account.Id getAccountId()
-
getEmailAddress
public String getEmailAddress()
-
toAuthRequest
public AuthRequest toAuthRequest()
-
-