public class UserId extends JustAValid<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_PARAM_NAME |
| Constructor and Description |
|---|
UserId(String personalIdentificationNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFnr()
Deprecated.
|
String |
getPersonalIdentificationNumber() |
boolean |
isValid(String personalIdentificationNumber) |
String |
serialize() |
public static final String QUERY_PARAM_NAME
public UserId(String personalIdentificationNumber)
public boolean isValid(String personalIdentificationNumber)
isValid in class JustAValid<String>@Deprecated public String getFnr()
public String getPersonalIdentificationNumber()
Copyright © 2016 Digipost Open Source. All rights reserved.