UserIdentifier Class
- java.
lang. Object - com.
microsoft. aad. msal4j. UserIdentifier
- com.
public class UserIdentifier
Used for populating the X-AnchorMailbox header, which is used in the cached credential service (CCS) routing
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
User |
fromHomeAccountId(String homeAccountId) |
|
static
User |
fromUpn(String upn) |
Methods inherited from java.lang.Object
Method Details
fromHomeAccountId
public static UserIdentifier fromHomeAccountId(String homeAccountId)
Parameters:
fromUpn
public static UserIdentifier fromUpn(String upn)
Parameters: