Class ResolveUsernameImpl

    • Method Detail

      • resolveUsername

        public Uid resolveUsername​(ObjectClass objectClass,
                                   String username,
                                   OperationOptions options)
        Resolve the username to an Uid.
        Specified by:
        resolveUsername in interface ResolveUsernameApiOp
        Parameters:
        objectClass - The object class to use for authenticate. Will typically be an account. Must not be null.
        username - string that represents the account or user id.
        options - additional options that impact the way this operation is run. May be null.
        Returns:
        Uid The uid of the account that would be used to authenticate.