public interface IdentityHandler
IdentityHandler defines the set of methods to support various
identity lookup services.| Modifier and Type | Method and Description |
|---|---|
String |
lookupForLocalGroupIdentity(String originalIdentity)
Perform lookup from Security Group's Object ID to Security Group name.
|
String |
lookupForLocalUserIdentity(String originalIdentity)
Perform lookup from Service Principal's Object ID to Username.
|
String lookupForLocalUserIdentity(String originalIdentity) throws IOException
originalIdentity - AAD object ID.IOExceptionString lookupForLocalGroupIdentity(String originalIdentity) throws IOException
originalIdentity - AAD object ID.IOExceptionCopyright © 2008–2024 Apache Software Foundation. All rights reserved.