| java.lang.Object | |
| ↳ | com.microsoft.intune.mam.client.identity.ExternalIdentityUtils |
Utility functions for converting String parameters to MAMIdentities, for use in External code.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static MAMIdentity |
fromUpnAndOid(String upn, String oid)
This is used to convert UPN and OID parameters from API calls that take
both into the corresponding MAMIdentity.
| ||||||||||
| static MAMIdentity |
identityFromOID(String oid)
Convert an OID parameter into a MAMIdentity.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This is used to convert UPN and OID parameters from API calls that take both into the corresponding MAMIdentity.
| upn | the provided UPN. |
|---|---|
| oid | the provided OID. |
Convert an OID parameter into a MAMIdentity.
| oid | An OID representing an identity. |
|---|