public interface NameIdentifierMapper
NameIdentifierMapper
is used to map the
real user identity to the psuedo name and vice versa.Modifier and Type | Method and Description |
---|---|
String |
getUserID(String psuedoName)
Returns the user ID for a given psuedo name.
|
String |
getUserPsuedoName(String userid)
Returns the user psuedo name for a given user ID.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.